Fix Zen theming with correct source variables and Nautilus backdrop

Override Zen's source variables (--zen-branding-dark,
--zen-main-browser-background) instead of just derived ones, since
Zen re-computes derived colors from sources. Add sidebar-pane and
top-bar backdrop rules for Nautilus split-header layout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-13 22:32:57 +01:00
parent ed526791f0
commit 6bf4921a00
2 changed files with 20 additions and 4 deletions

View file

@ -88,10 +88,15 @@
background-color: @headerbar_bg_color;
color: @headerbar_fg_color;
}
window:backdrop .navigation-sidebar {
window:backdrop .navigation-sidebar,
window:backdrop .sidebar-pane {
background-color: @sidebar_bg_color;
color: @sidebar_fg_color;
}
window:backdrop .top-bar {
background-color: @headerbar_bg_color;
color: @headerbar_fg_color;
}
'';
home.file.".config/gtk-3.0/gtk.css".force = true;
home.file.".config/gtk-3.0/gtk.css".text = ''