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 {