From 189c217991ed7344b6a80eab6995bf5b5e044461 Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Thu, 7 May 2026 14:24:06 -0400 Subject: [PATCH] Increase contrast multiplier to glance theme --- apps/hydra/glance/configmap-glance.yaml | 2 +- config/glance/config/glance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/hydra/glance/configmap-glance.yaml b/apps/hydra/glance/configmap-glance.yaml index c1f59ac..36d2d74 100644 --- a/apps/hydra/glance/configmap-glance.yaml +++ b/apps/hydra/glance/configmap-glance.yaml @@ -4,7 +4,7 @@ data: # Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md theme: background-color: 186 21 20 - contrast-multiplier: 1.2 + contrast-multiplier: 1.5 primary-color: 97 13 80 # Note: assets are cached by the browser, changes to the CSS file # will not be reflected until the browser cache is cleared (Ctrl+F5) diff --git a/config/glance/config/glance.yml b/config/glance/config/glance.yml index 5afa20c..6f354ea 100644 --- a/config/glance/config/glance.yml +++ b/config/glance/config/glance.yml @@ -1,7 +1,7 @@ # Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md theme: background-color: 186 21 20 - contrast-multiplier: 1.2 + contrast-multiplier: 1.5 primary-color: 97 13 80 # Note: assets are cached by the browser, changes to the CSS file # will not be reflected until the browser cache is cleared (Ctrl+F5)