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 = {
|
||||
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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue