diff --git a/theme/dracula-prompt-configuration.ps1 b/theme/dracula-prompt-configuration.ps1 index 52f1d74..2d5e86c 100644 --- a/theme/dracula-prompt-configuration.ps1 +++ b/theme/dracula-prompt-configuration.ps1 @@ -8,6 +8,7 @@ Set-PSReadlineOption -Color @{ "Number" = [ConsoleColor]::Blue "Type" = [ConsoleColor]::Cyan "Comment" = [ConsoleColor]::DarkCyan + "InlinePrediction" = [ConsoleColor]::DarkGray } # Dracula Prompt Configuration Import-Module posh-git