mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-25 20:31:46 +02:00
Change default light theme
This commit is contained in:
parent
ce3a7ee29c
commit
9324da6a2f
@ -113,12 +113,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, 87},
|
BackgroundColor: &hslColorField{240, 13, 93},
|
||||||
PrimaryColor: &hslColorField{225, 80, 35},
|
PrimaryColor: &hslColorField{230, 100, 30},
|
||||||
PositiveColor: &hslColorField{100, 100, 25},
|
NegativeColor: &hslColorField{0, 70, 50},
|
||||||
NegativeColor: &hslColorField{0, 55, 50},
|
ContrastMultiplier: 1.3,
|
||||||
ContrastMultiplier: 1.1,
|
TextSaturationMultiplier: 0.5,
|
||||||
TextSaturationMultiplier: 0.8,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
themePresets, err := newOrderedYAMLMap(themeKeys, themeProps)
|
themePresets, err := newOrderedYAMLMap(themeKeys, themeProps)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user