From 4fb4ab9ae2b7534d817096fed1c447fab0d3e5b3 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 4 May 2025 15:53:03 +0200 Subject: [PATCH] test colors Former-commit-id: 6f9ca7e04439a6173a59a87d516ea4b779d44e62 --- server-modules/glance.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server-modules/glance.nix b/server-modules/glance.nix index 84c275d..197e1e7 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -141,7 +141,7 @@ in { } { title = "Homelab"; - color = "200 50 50"; + color = "100 50 50"; links = [ { title = "Router"; @@ -155,7 +155,7 @@ in { } { title = "Work"; - color = "200 50 50"; + color = "50 50 50"; links = [ { title = "Outlook"; @@ -173,7 +173,7 @@ in { } { title = "Cyber"; - color = "200 50 50"; + color = rgb-to-hsl "base09"; links = [ { title = "CyberChef"; @@ -199,7 +199,7 @@ in { } { title = "Misc"; - color = "200 50 50"; + color = rgb-to-hsl "base01"; links = [ { title = "Cobalt (Downloader)";