From 6ad1a249bf70f21e9ad468d65bbc315701eceb7f Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 16 Apr 2026 11:27:03 +0100 Subject: [PATCH] Use bright primary color for GNOME accent instead of muted container Co-Authored-By: Claude Opus 4.6 --- templates/gnome-shell.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gnome-shell.css b/templates/gnome-shell.css index 915ffb0..b88fcfc 100644 --- a/templates/gnome-shell.css +++ b/templates/gnome-shell.css @@ -2,8 +2,8 @@ /* Override system accent color variables */ stage { - -st-accent-color: {{colors.primary_container.default.hex}} !important; - -st-accent-fg-color: {{colors.on_primary_container.default.hex}} !important; + -st-accent-color: {{colors.primary.default.hex}} !important; + -st-accent-fg-color: {{colors.on_primary.default.hex}} !important; } #panel {