From dd7c32f95a387287378eeedeb8671d918663a043 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 14 Nov 2025 23:32:18 +0100 Subject: [PATCH] glance: fix config --- modules/glance/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/glance/default.nix b/modules/glance/default.nix index 6e27f10..58759dd 100644 --- a/modules/glance/default.nix +++ b/modules/glance/default.nix @@ -6,11 +6,11 @@ port = 9001; }; theme = { - background-color = 264 31.3 6.3; - primary-color = 9 92.1 85.1; + background-color = "hsl(264 31.3% 6.3%)"; + primary-color = "hsl(9 92.1% 85.1%)"; contrast-multiplier = 1.2; - positive-color = 174 100 32; - negative-color = 354 100 70.8; + positive-color = "hsl(174 100% 32%)"; + negative-color = "hsl(354 100% 70.8%)"; disable-picker = false; }; pages = [