diff options
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 { |
