diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-03 11:18:59 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-03 11:18:59 +0100 |
| commit | 383b67669aaddbc2f9f98b4f28718b515a2d2670 (patch) | |
| tree | dbc26aee2f1aa8c96849de97364dc0a42663e29f /data.go | |
| parent | 69ab8022bd8efff2cc5eec5f97af977642e297d8 (diff) | |
feat(cli): option to generate config file for toml or json
Diffstat (limited to 'data.go')
| -rw-r--r-- | data.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
