set fuzzle prompt color
This commit is contained in:
parent
c7c3c97e42
commit
a009698576
1 changed files with 1 additions and 0 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue