zen-browser: fix urlbar theming after version 1.16b (#1912)

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

Reviewed-by: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Saad Nadeem 2025-09-29 03:35:26 -04:00 committed by GitHub
parent f23b6c30cc
commit fe74ba4ade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

6
flake/dev/flake.lock generated
View file

@ -372,11 +372,11 @@
]
},
"locked": {
"lastModified": 1758990052,
"narHash": "sha256-cqDiYb8wXGCP73Z7DhnI9KibYNIZ4jswztkztY+ED4g=",
"lastModified": 1759033338,
"narHash": "sha256-03GJ6F5jXuxEgazHE2A3WB/kEyHO/rF1VPA9qYodq0E=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "696b6d02ab8fa25c6062e4221756dea4f8e94e65",
"rev": "9f3b1a6f32771e47d1bab71fa38f4d74873540b3",
"type": "github"
},
"original": {

View file

@ -42,7 +42,7 @@ with colors;
background-color: #${base00-hex} !important;
}
#urlbar-background {
.urlbar-background {
background-color: #${base02-hex} !important;
}
@ -55,6 +55,11 @@ with colors;
color: #${base0D-hex} !important;
}
#urlbar-input::selection {
background-color: #${base0D-hex} !important;
color: #${base00-hex} !important;
}
#zenEditBookmarkPanelFaviconContainer {
background: #${base00-hex} !important;
}