mirror of
https://github.com/danth/stylix
synced 2024-11-22 12:13:08 +00:00
fuzzel: add missing colors (#578)
Fixes: 952ba1c756
("Add support for Fuzzel ✨")
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
e3eb7fdf8d
commit
1e9ec16a37
1 changed files with 4 additions and 0 deletions
|
@ -14,10 +14,14 @@ in {
|
||||||
colors = {
|
colors = {
|
||||||
background = "${base00-hex}${opacity}";
|
background = "${base00-hex}${opacity}";
|
||||||
text = "${base05-hex}ff";
|
text = "${base05-hex}ff";
|
||||||
|
placeholder = "${base03-hex}ff";
|
||||||
|
prompt = "${base05-hex}ff";
|
||||||
|
input = "${base05-hex}ff";
|
||||||
match = "${base0A-hex}ff";
|
match = "${base0A-hex}ff";
|
||||||
selection = "${base03-hex}ff";
|
selection = "${base03-hex}ff";
|
||||||
selection-text = "${base05-hex}ff";
|
selection-text = "${base05-hex}ff";
|
||||||
selection-match = "${base0A-hex}ff";
|
selection-match = "${base0A-hex}ff";
|
||||||
|
counter = "${base06-hex}ff";
|
||||||
border = "${base0D-hex}ff";
|
border = "${base0D-hex}ff";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue