change color of input too
This commit is contained in:
parent
a009698576
commit
cf8067bbe7
1 changed files with 1 additions and 0 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue