vscode integrate terminal Color issues with C#
I am trying to set background color of the console with
Console.BackgroundColor
property.
for some reason in vscode integrated terminal I get wrong colors but when running it via dedicated powershell or cmd terminal I don't. I searched around but I could only find a 7 year old issue that was marked resolved

2 Replies
Oh it seems that vs code theme affects the colors for terminal. I need to look into this
Yup it was the theme. It sets ansi colors too
https://code.visualstudio.com/docs/terminal/appearance#_terminal-colors
Terminal Appearance
Visual Studio Code's integrated terminal allows customizing its appearance in various ways.