mirror of
https://github.com/Xevion/glance.git
synced 2025-12-05 23:15:06 -06:00
Reduce text saturation of default light theme
This commit is contained in:
@@ -63,11 +63,12 @@ func newApplication(c *config) (*application, error) {
|
||||
|
||||
themeKeys = append(themeKeys, "default-light")
|
||||
themeProps = append(themeProps, &themeProperties{
|
||||
Light: true,
|
||||
BackgroundColor: &hslColorField{240, 13, 86},
|
||||
PrimaryColor: &hslColorField{45, 100, 26},
|
||||
NegativeColor: &hslColorField{0, 50, 50},
|
||||
ContrastMultiplier: 1.3,
|
||||
Light: true,
|
||||
BackgroundColor: &hslColorField{240, 13, 86},
|
||||
PrimaryColor: &hslColorField{45, 100, 26},
|
||||
NegativeColor: &hslColorField{0, 50, 50},
|
||||
ContrastMultiplier: 1.3,
|
||||
TextSaturationMultiplier: 0.6,
|
||||
})
|
||||
|
||||
themePresets, err := newOrderedYAMLMap(themeKeys, themeProps)
|
||||
|
||||
Reference in New Issue
Block a user