Skip to content

Commit

Permalink
fuzzel: add missing colors (#578)
Browse files Browse the repository at this point in the history
Fixes: 952ba1c ("Add support for Fuzzel ✨")

Reviewed-by: NAHO <[email protected]>
  • Loading branch information
diniamo authored Sep 28, 2024
1 parent e3eb7fd commit 1e9ec16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/fuzzel/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ in {
colors = {
background = "${base00-hex}${opacity}";
text = "${base05-hex}ff";
placeholder = "${base03-hex}ff";
prompt = "${base05-hex}ff";
input = "${base05-hex}ff";
match = "${base0A-hex}ff";
selection = "${base03-hex}ff";
selection-text = "${base05-hex}ff";
selection-match = "${base0A-hex}ff";
counter = "${base06-hex}ff";
border = "${base0D-hex}ff";
};

Expand Down

0 comments on commit 1e9ec16

Please sign in to comment.