TrueColorConsole
TrueColorConsole copied to clipboard
Background color of window and writeline background mismatch
Hi there,
Firstly thanks for creating this project. I was testing out the project with the following code:
private static int Example1a()
{
// Console color defaults
VTConsole.SetColorBackground(Color.MidnightBlue);
VTConsole.SetColorForeground(Color.White);
Console.Clear();
Console.WriteLine("This is a test");
}
In windows terminal, powershell:
But I noticed that the background color of the window and background color of the text aren't the same? Am I doing something wrong?


Hi,
There are tons of issues as you can see here... could this one be related, I don't know...
Just resizing the window breaks the background color...

Just tried on the preview version and it isn't any better.
My theory: as things work as intended in regular terminal, I guess the newer terminal still lacks polish.