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