From f9b737f54353bc6ae5683bf60eafb3ad6c593af5 Mon Sep 17 00:00:00 2001 From: supposede <69607748+supposede@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:51:40 +0100 Subject: [PATCH] Update toolbar button styles with primary color (#1879) --- .../matugen/templates/zen-userchrome.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/quickshell/matugen/templates/zen-userchrome.css b/quickshell/matugen/templates/zen-userchrome.css index 73e6dbee..3dc0eba2 100644 --- a/quickshell/matugen/templates/zen-userchrome.css +++ b/quickshell/matugen/templates/zen-userchrome.css @@ -92,3 +92,21 @@ toolbar .toolbarbutton-1 { #zen-appcontent-navbar-container { background-color: {{colors.background.default.hex}} !important; } + +#PanelUI-menu-button .toolbarbutton-icon, +#downloads-button .toolbarbutton-icon, +#unified-extensions-button .toolbarbutton-icon { + fill: {{colors.primary.default.hex}} !important; + color: {{colors.primary.default.hex}} !important; +} + +#PanelUI-menu-button .toolbarbutton-badge-stack, +#downloads-button .toolbarbutton-badge-stack, +#unified-extensions-button .toolbarbutton-badge-stack { + fill: {{colors.primary.default.hex}} !important; + color: {{colors.primary.default.hex}} !important; +} + +toolbar .toolbarbutton-1 > .toolbarbutton-icon { + fill: {{colors.primary.default.hex}} !important; +}