glance: fix config

This commit is contained in:
Dennis Schoepf 2025-11-14 23:32:18 +01:00
parent 962e39b1a5
commit dd7c32f95a

View file

@ -6,11 +6,11 @@
port = 9001; port = 9001;
}; };
theme = { theme = {
background-color = 264 31.3 6.3; background-color = "hsl(264 31.3% 6.3%)";
primary-color = 9 92.1 85.1; primary-color = "hsl(9 92.1% 85.1%)";
contrast-multiplier = 1.2; contrast-multiplier = 1.2;
positive-color = 174 100 32; positive-color = "hsl(174 100% 32%)";
negative-color = 354 100 70.8; negative-color = "hsl(354 100% 70.8%)";
disable-picker = false; disable-picker = false;
}; };
pages = [ pages = [