mirror of
https://github.com/Xevion/glance.git
synced 2025-12-05 23:15:06 -06:00
Update default light theme
This commit is contained in:
@@ -113,7 +113,7 @@ 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, 93},
|
BackgroundColor: &hslColorField{240, 13, 95},
|
||||||
PrimaryColor: &hslColorField{230, 100, 30},
|
PrimaryColor: &hslColorField{230, 100, 30},
|
||||||
NegativeColor: &hslColorField{0, 70, 50},
|
NegativeColor: &hslColorField{0, 70, 50},
|
||||||
ContrastMultiplier: 1.3,
|
ContrastMultiplier: 1.3,
|
||||||
|
|||||||
Reference in New Issue
Block a user