From 4ed8bef5621cfc700cd8460d7462d9d4a075b6de Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Wed, 7 May 2025 21:03:58 +0100 Subject: [PATCH] Update default light theme --- internal/glance/glance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/glance/glance.go b/internal/glance/glance.go index 601f2bc..4004583 100644 --- a/internal/glance/glance.go +++ b/internal/glance/glance.go @@ -113,7 +113,7 @@ func newApplication(c *config) (*application, error) { themeKeys = append(themeKeys, "default-light") themeProps = append(themeProps, &themeProperties{ Light: true, - BackgroundColor: &hslColorField{240, 13, 93}, + BackgroundColor: &hslColorField{240, 13, 95}, PrimaryColor: &hslColorField{230, 100, 30}, NegativeColor: &hslColorField{0, 70, 50}, ContrastMultiplier: 1.3,