diff --git a/roles/home-cli/files/Microsoft.PowerShell_profile.ps1 b/roles/home-cli/files/Microsoft.PowerShell_profile.ps1 index d18c46a..41bf0a1 100644 --- a/roles/home-cli/files/Microsoft.PowerShell_profile.ps1 +++ b/roles/home-cli/files/Microsoft.PowerShell_profile.ps1 @@ -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"