From de559ad972245337ca3c686c846bfe5b7313e744 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:04 +1000 Subject: [PATCH] glance: use tokyonight theme --- modules/services/glance.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/modules/services/glance.nix b/modules/services/glance.nix index 6ba7c28..7c07baf 100644 --- a/modules/services/glance.nix +++ b/modules/services/glance.nix @@ -7,6 +7,12 @@ settings.server.host = "0.0.0.0"; openFirewall = false; settings = { + theme = { + background-color = "235 19 13"; + primary-color = "349 89 72"; + contrast-multiplier = 1.3; + }; + pages = [ { name = "Home"; @@ -27,7 +33,7 @@ groups = [ { title = "Media"; - color = "10 70 50"; + color = "202 100 75"; links = [ { title = "Jellyfin"; @@ -65,7 +71,7 @@ } { title = "Sync"; - color = "120 73 75"; + color = "89 51 61"; links = [ { title = "Miniflux"; @@ -79,7 +85,7 @@ } { title = "System"; - color = "207 100 50"; + color = "36 66 64"; links = [ { title = "PocketID";