diff --git a/modules/niri/fuzzel.conf.nix b/modules/niri/fuzzel.conf.nix index af162d6..986fb8d 100644 --- a/modules/niri/fuzzel.conf.nix +++ b/modules/niri/fuzzel.conf.nix @@ -11,6 +11,7 @@ in { colors = { background = concatStrings [ theme.surface "ee" ]; prompt = concatStrings [ theme.text "ff" ]; + input = concatStrings [ theme.text "ff" ]; text = concatStrings [ theme.text "ff" ]; match = concatStrings [ theme.gold "ff" ]; selection = concatStrings [ theme.highlight-med "ee" ];