Use bright primary color for GNOME accent instead of muted container

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-16 11:27:03 +01:00
parent b5937e5fe9
commit 6ad1a249bf

View file

@ -2,8 +2,8 @@
/* Override system accent color variables */ /* Override system accent color variables */
stage { stage {
-st-accent-color: {{colors.primary_container.default.hex}} !important; -st-accent-color: {{colors.primary.default.hex}} !important;
-st-accent-fg-color: {{colors.on_primary_container.default.hex}} !important; -st-accent-fg-color: {{colors.on_primary.default.hex}} !important;
} }
#panel { #panel {