aboutsummaryrefslogtreecommitdiff
path: root/data.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-03 11:18:59 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-03 11:18:59 +0100
commit383b67669aaddbc2f9f98b4f28718b515a2d2670 (patch)
treedbc26aee2f1aa8c96849de97364dc0a42663e29f /data.go
parent69ab8022bd8efff2cc5eec5f97af977642e297d8 (diff)
feat(cli): option to generate config file for toml or json
Diffstat (limited to 'data.go')
-rw-r--r--data.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.go b/data.go
index 4fcb8a7..df85090 100644
--- a/data.go
+++ b/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 {