From 383b67669aaddbc2f9f98b4f28718b515a2d2670 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 3 Mar 2025 11:18:59 +0100 Subject: feat(cli): option to generate config file for toml or json --- data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data.go') 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 { -- cgit v1.2.3