diff --git a/internal/glance/glance.go b/internal/glance/glance.go index 461d00b..cae6094 100644 --- a/internal/glance/glance.go +++ b/internal/glance/glance.go @@ -63,10 +63,11 @@ 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}, + Light: true, + BackgroundColor: &hslColorField{240, 13, 86}, + PrimaryColor: &hslColorField{45, 100, 26}, + NegativeColor: &hslColorField{0, 50, 50}, + ContrastMultiplier: 1.3, }) themePresets, err := newOrderedYAMLMap(themeKeys, themeProps)