diff --git a/modules/fuzzel/hm.nix b/modules/fuzzel/hm.nix index 62ce2d6..7fc8353 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"; };