From 6db020aebf4fea9ddb9c4a697ceb255996196b8b Mon Sep 17 00:00:00 2001 From: Pascal0577 Date: Wed, 4 Feb 2026 16:43:37 -0600 Subject: [PATCH] zen-browser/userContent: add text selection theming Link: https://github.com/nix-community/stylix/pull/2184 Reviewed-by: Karun Sandhu Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/zen-browser/userContent.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/zen-browser/userContent.nix b/modules/zen-browser/userContent.nix index 00c4461f..39f6870a 100644 --- a/modules/zen-browser/userContent.nix +++ b/modules/zen-browser/userContent.nix @@ -151,4 +151,9 @@ with colors; background-color: #${base02-hex} !important; } } + + ::selection { + background-color: #${base02-hex} !important; + color: #${base05-hex} !important; + } ''