Closed
Description
Specifically, in PowerShell.exe we have the ability to change the color used for errors, warnings, etc.:
C:\PS> $Host.PrivateData
ErrorForegroundColor : DarkRed
ErrorBackgroundColor : Black
WarningForegroundColor : Yellow
WarningBackgroundColor : Black
DebugForegroundColor : Green
DebugBackgroundColor : Black
VerboseForegroundColor : Cyan
VerboseBackgroundColor : Black
ProgressForegroundColor : DarkMagenta
ProgressBackgroundColor : Gray
In VSCode I can change the colors of the 16 ANSI colors, but I can't find a way to change which of them you are using to write errors out.