Use hex values & add theme_color in manifest.json
It looks like support for hsl color values within the manifest is limited so we have to convert the colors to hex
This commit is contained in:
@@ -39,6 +39,7 @@ type config struct {
|
||||
|
||||
Theme struct {
|
||||
BackgroundColor *hslColorField `yaml:"background-color"`
|
||||
BackgroundColorAsHex string `yaml:"-"`
|
||||
PrimaryColor *hslColorField `yaml:"primary-color"`
|
||||
PositiveColor *hslColorField `yaml:"positive-color"`
|
||||
NegativeColor *hslColorField `yaml:"negative-color"`
|
||||
|
||||
Reference in New Issue
Block a user