fuzzel: use base02 for selection background (#2214)
Some checks failed
Label Merge Conflicts / conflicts (push) Has been cancelled
Documentation / docs (push) Has been cancelled

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

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Karun Sandhu <karun@sndh.dev>
This commit is contained in:
skrmc 2026-02-22 14:19:52 -05:00 committed by GitHub
parent b09847414b
commit 30054cca07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";