set fuzzle prompt color

This commit is contained in:
twoneis 2024-09-18 06:11:33 +02:00
parent c7c3c97e42
commit a009698576

View file

@ -10,6 +10,7 @@ in {
}; };
colors = { colors = {
background = concatStrings [ theme.surface "ee" ]; background = concatStrings [ theme.surface "ee" ];
prompt = concatStrings [ theme.text "ff" ];
text = concatStrings [ theme.text "ff" ]; text = concatStrings [ theme.text "ff" ];
match = concatStrings [ theme.gold "ff" ]; match = concatStrings [ theme.gold "ff" ];
selection = concatStrings [ theme.highlight-med "ee" ]; selection = concatStrings [ theme.highlight-med "ee" ];