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 <karun@sndh.dev>
This commit is contained in:
parent
b09847414b
commit
30054cca07
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