From ecfd721fc0b2051580db3fcdc2f70ff3b3618f24 Mon Sep 17 00:00:00 2001 From: johngalt <322757+johngalt@users.noreply.github.com> Date: Sat, 31 Jan 2026 14:58:03 -0600 Subject: [PATCH] Zen Browser Theme: fixing background color in template (#1557) --- quickshell/matugen/templates/zen-userchrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/matugen/templates/zen-userchrome.css b/quickshell/matugen/templates/zen-userchrome.css index ed4b7224..73e6dbee 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 {