From fe74ba4ade9f3bb1496fbff27cc7a0ca873e40c4 Mon Sep 17 00:00:00 2001 From: Saad Nadeem <88615188+BridgeSenseDev@users.noreply.github.com> Date: Mon, 29 Sep 2025 03:35:26 -0400 Subject: [PATCH] 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> --- flake/dev/flake.lock | 6 +++--- modules/zen-browser/userChrome.nix | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index b186c8c4..95b87c20 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -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": { diff --git a/modules/zen-browser/userChrome.nix b/modules/zen-browser/userChrome.nix index 2513e901..d87d5732 100644 --- a/modules/zen-browser/userChrome.nix +++ b/modules/zen-browser/userChrome.nix @@ -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; }