From ebb238f14d6f930068be4718472da3105fd5d3bf Mon Sep 17 00:00:00 2001 From: skrmc <70046367+skrmc@users.noreply.github.com> Date: Sun, 22 Feb 2026 14:19:52 -0500 Subject: [PATCH] fuzzel: use base02 for selection background (#2214) Link: https://github.com/nix-community/stylix/pull/2214 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: Karun Sandhu (cherry picked from commit 30054cca073b49b42a71289edec858f535b27fe9) --- modules/fuzzel/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fuzzel/hm.nix b/modules/fuzzel/hm.nix index 7d7a1db2..7452fe57 100644 --- a/modules/fuzzel/hm.nix +++ b/modules/fuzzel/hm.nix @@ -21,7 +21,7 @@ mkTarget { prompt = "${base05-hex}ff"; input = "${base05-hex}ff"; match = "${base0A-hex}ff"; - selection = "${base03-hex}ff"; + selection = "${base02-hex}ff"; selection-text = "${base05-hex}ff"; selection-match = "${base0A-hex}ff"; counter = "${base06-hex}ff";