fuzzel: use base02 for selection background (#2214)
Some checks failed
Label Merge Conflicts / conflicts (push) Has been cancelled
Some checks failed
Label Merge Conflicts / conflicts (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>
(cherry picked from commit 30054cca07)
This commit is contained in:
parent
83bf151687
commit
ebb238f14d
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue