mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 02:18:22 +02:00
Increase contrast of default light theme
This commit is contained in:
parent
0612dc6f89
commit
6624b635df
@ -63,10 +63,11 @@ func newApplication(c *config) (*application, error) {
|
|||||||
|
|
||||||
themeKeys = append(themeKeys, "default-light")
|
themeKeys = append(themeKeys, "default-light")
|
||||||
themeProps = append(themeProps, &themeProperties{
|
themeProps = append(themeProps, &themeProperties{
|
||||||
Light: true,
|
Light: true,
|
||||||
BackgroundColor: &hslColorField{240, 13, 86},
|
BackgroundColor: &hslColorField{240, 13, 86},
|
||||||
PrimaryColor: &hslColorField{45, 100, 26},
|
PrimaryColor: &hslColorField{45, 100, 26},
|
||||||
NegativeColor: &hslColorField{0, 50, 50},
|
NegativeColor: &hslColorField{0, 50, 50},
|
||||||
|
ContrastMultiplier: 1.3,
|
||||||
})
|
})
|
||||||
|
|
||||||
themePresets, err := newOrderedYAMLMap(themeKeys, themeProps)
|
themePresets, err := newOrderedYAMLMap(themeKeys, themeProps)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user