From 316428b14ac83e1c8733852fbed43e18255ddbd8 Mon Sep 17 00:00:00 2001 From: supposede <69607748+supposede@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:16:04 +0200 Subject: [PATCH] Update color variables in zen-userchrome.css because it got broken again (#2246) --- quickshell/matugen/templates/zen-userchrome.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/quickshell/matugen/templates/zen-userchrome.css b/quickshell/matugen/templates/zen-userchrome.css index 3dc0eba2..7fc38841 100644 --- a/quickshell/matugen/templates/zen-userchrome.css +++ b/quickshell/matugen/templates/zen-userchrome.css @@ -5,10 +5,21 @@ --toolbar-field-color: {{colors.on_background.default.hex}} !important; --tab-selected-textcolor: {{colors.primary.default.hex}} !important; --toolbar-color: {{colors.on_background.default.hex}} !important; - --arrowpanel-color: {{colors.on_surface.default.hex}} !important; + --arrowpanel-color: {{colors.on_background.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-toolbar: {{colors.background.default.hex}} !important; +} + +#zen-browser-background { + --zen-main-browser-background: {{colors.background.default.hex}} !important; + --zen-background-opacity: 1 !important; +} + +#zen-toolbar-background { + --zen-main-browser-background-toolbar: {{colors.background.default.hex}} !important; + --zen-background-opacity: 1 !important; } .sidebar-placesTree {