From 1e9ec16a3739f275ec771434c2ad8cff9a54c42e Mon Sep 17 00:00:00 2001 From: diniamo <55629891+diniamo@users.noreply.github.com> Date: Sat, 28 Sep 2024 19:52:44 +0200 Subject: [PATCH] fuzzel: add missing colors (#578) Fixes: 952ba1c7567c ("Add support for Fuzzel :sparkles:") Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/fuzzel/hm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/fuzzel/hm.nix b/modules/fuzzel/hm.nix index 62ce2d6b..7fc83534 100644 --- a/modules/fuzzel/hm.nix +++ b/modules/fuzzel/hm.nix @@ -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"; };