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:
diniamo 2024-09-28 19:52:44 +02:00 committed by GitHub
parent e3eb7fdf8d
commit 1e9ec16a37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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