feat(cli): option to generate config file for toml or json
This commit is contained in:
parent
69ab8022bd
commit
383b67669a
2 changed files with 74 additions and 4 deletions
2
data.go
2
data.go
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue