From 618ccbcb2f626c9bde4d7a7c33307233c05fb228 Mon Sep 17 00:00:00 2001 From: johngalt <322757+johngalt@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:03:59 -0600 Subject: [PATCH] zen-userchrome.css - fixing workspaces container color (#1194) --- quickshell/matugen/templates/zen-userchrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickshell/matugen/templates/zen-userchrome.css b/quickshell/matugen/templates/zen-userchrome.css index f03b0aac..ed4b7224 100644 --- a/quickshell/matugen/templates/zen-userchrome.css +++ b/quickshell/matugen/templates/zen-userchrome.css @@ -8,7 +8,7 @@ --arrowpanel-color: {{colors.on_surface.default.hex}} !important; --arrowpanel-background: {{colors.surface_container.default.hex}} !important; --sidebar-text-color: {{colors.on_background.default.hex}} !important; - --zen-main-browser-background: {{colors.background.default.hex}} !important; +/* --zen-main-browser-background: {{colors.background.default.hex}} !important; */ } .sidebar-placesTree { @@ -16,7 +16,7 @@ } #zen-workspaces-button { - background-color: {{colors.on_surface_variant.default.hex}} !important; + background-color: {{colors.surface_container.default.hex}} !important; } #TabsToolbar {