mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-24 20:01:46 +02:00
Reduce text saturation of default light theme
This commit is contained in:
parent
6624b635df
commit
0e91958de5
@ -68,6 +68,7 @@ func newApplication(c *config) (*application, error) {
|
|||||||
PrimaryColor: &hslColorField{45, 100, 26},
|
PrimaryColor: &hslColorField{45, 100, 26},
|
||||||
NegativeColor: &hslColorField{0, 50, 50},
|
NegativeColor: &hslColorField{0, 50, 50},
|
||||||
ContrastMultiplier: 1.3,
|
ContrastMultiplier: 1.3,
|
||||||
|
TextSaturationMultiplier: 0.6,
|
||||||
})
|
})
|
||||||
|
|
||||||
themePresets, err := newOrderedYAMLMap(themeKeys, themeProps)
|
themePresets, err := newOrderedYAMLMap(themeKeys, themeProps)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user