change color of input too

This commit is contained in:
twoneis 2024-09-18 06:26:12 +02:00
parent a009698576
commit cf8067bbe7

View file

@ -11,6 +11,7 @@ in {
colors = { colors = {
background = concatStrings [ theme.surface "ee" ]; background = concatStrings [ theme.surface "ee" ];
prompt = concatStrings [ theme.text "ff" ]; prompt = concatStrings [ theme.text "ff" ];
input = 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" ];