feat(cli): option to generate config file for toml or json

This commit is contained in:
Anhgelus Morhtuuzh 2025-03-03 11:18:59 +01:00
parent 69ab8022bd
commit 383b67669a
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
2 changed files with 74 additions and 4 deletions

View file

@ -62,7 +62,7 @@ type BackgroundColor struct {
Colors []struct {
Color string `json:"color" toml:"color"`
Position uint `json:"position" toml:"position"`
} `json:"colors"`
} `json:"colors" toml:"colors"`
}
type ButtonColor struct {