aboutsummaryrefslogtreecommitdiff
path: root/data.go
diff options
context:
space:
mode:
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 {