Fix InlinePrediction colour
This commit is contained in:
parent
714d95c9c8
commit
9eb6088c8a
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ if ($LightMode) {
|
|||
ContinuationPrompt = "$([char]0x1b)[0m"
|
||||
Emphasis = "$([char]0x1b)[36m"
|
||||
Error = "$([char]0x1b)[91m"
|
||||
InlinePrediction = "$([char]0x1b)[47;90m"
|
||||
InlinePrediction = "$([char]0x1b)[95m"
|
||||
Keyword = "$([char]0x1b)[32m"
|
||||
ListPrediction = "$([char]0x1b)[47;90m"
|
||||
ListPredictionSelected = "$([char]0x1b)[100;97m"
|
||||
|
|
Loading…
Reference in a new issue