modules/theme: update fuzzel selection colors
This commit is contained in:
parent
f3386f5b0a
commit
5a42498391
1 changed files with 2 additions and 2 deletions
|
@ -145,10 +145,10 @@ in {
|
|||
colors = {
|
||||
background = "${scheme.palette.base01}f2";
|
||||
text = "${scheme.palette.base05}ff";
|
||||
match = "${scheme.palette.base0D}ff";
|
||||
match = "${scheme.palette.base0E}ff";
|
||||
selection = "${scheme.palette.base03}ff";
|
||||
selection-text = "${scheme.palette.base06}ff";
|
||||
selection-match = "${scheme.palette.base0D}ff";
|
||||
selection-match = "${scheme.palette.base0E}ff";
|
||||
border = "${scheme.palette.base0E}ff";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue