zen-browser: fix workspace, sidebar, and menu theming (#2283)

Link: https://github.com/nix-community/stylix/pull/2283

Reviewed-by: Karun Sandhu <karun@sndh.dev>
Reviewed-by: NAHO <trueNAHO@users.noreply.github.com>
This commit is contained in:
NAHO 2026-04-22 23:27:51 +02:00 committed by GitHub
commit fb95e7ffe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,10 @@ with colors;
--zen-themed-toolbar-bg-transparent: #${base01-hex} !important;
}
zen-workspace {
--toolbox-textcolor: #${base05-hex} !important;
}
#permissions-granted-icon {
color: #${base05-hex} !important;
}
@ -36,6 +40,10 @@ with colors;
--swipe-nav-icon-accent-color: #${base00-hex} !important;
}
#sidebar-box {
background-color: #${base00-hex} !important;
}
.sidebar-placesTree {
background-color: #${base00-hex} !important;
}
@ -44,10 +52,6 @@ with colors;
background-color: #${base00-hex} !important;
}
#TabsToolbar {
background-color: #${base00-hex} !important;
}
.urlbar-background {
background-color: #${base02-hex} !important;
}
@ -135,10 +139,6 @@ with colors;
--zen-main-browser-background-toolbar: #${base00-hex} !important;
}
#zen-appcontent-navbar-container {
background-color: #${base00-hex} !important;
}
#commonDialog {
background-color: #${base00-hex} !important;
}
@ -147,7 +147,7 @@ with colors;
--zen-main-browser-background: #${base00-hex} !important;
}
#contentAreaContextMenu menu,
menu,
menuitem,
menupopup {
color: #${base05-hex} !important;