zen-browser: fix theming (#2237)

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

Reviewed-by: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com>
Reviewed-by: 0xda157 <da157@voidq.com>
(cherry picked from commit e31c79f571)
This commit is contained in:
Saad Nadeem 2026-03-21 16:26:04 -04:00 committed by 0xda157
parent e8ffdddd42
commit 7c34241d80
2 changed files with 18 additions and 4 deletions

6
flake/dev/flake.lock generated
View file

@ -318,11 +318,11 @@
]
},
"locked": {
"lastModified": 1767763594,
"narHash": "sha256-5ysv8EuVAgDoYmNuXEUNf7vBzdeRaFxeIlIndv5HMvs=",
"lastModified": 1773290887,
"narHash": "sha256-L1yMYmFffHfZNP+hKJGRBmrFKkn/VDhu7jEbVftBQuM=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "8b2302d8c10369c9135552cc892da75cff5ddb03",
"rev": "9346698c4562819f61b4e5097151ec0b17729fab",
"type": "github"
},
"original": {

View file

@ -24,12 +24,18 @@ with colors;
--zen-themed-toolbar-bg: #${base00-hex} !important;
--zen-main-browser-background: #${base00-hex} !important;
--toolbox-bgcolor-inactive: #${base01-hex} !important;
--zen-themed-toolbar-bg-transparent: #${base01-hex} !important;
}
#permissions-granted-icon {
color: #${base05-hex} !important;
}
#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow {
--swipe-nav-icon-primary-color: #${base0D-hex} !important;
--swipe-nav-icon-accent-color: #${base00-hex} !important;
}
.sidebar-placesTree {
background-color: #${base00-hex} !important;
}
@ -125,7 +131,7 @@ with colors;
--identity-icon-color: #${base0F-hex} !important;
}
#navigator-toolbox {
#zen-toolbar-background {
--zen-main-browser-background-toolbar: #${base00-hex} !important;
}
@ -133,6 +139,14 @@ with colors;
background-color: #${base00-hex} !important;
}
#commonDialog {
background-color: #${base00-hex} !important;
}
#zen-browser-background {
--zen-main-browser-background: #${base00-hex} !important;
}
#contentAreaContextMenu menu,
menuitem,
menupopup {