You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make a console UI. I need to fill the background of the entire console with a custom color.
Normally, I would just change Console.BackgroundColor and call Console.Clear, but with AnsiConsole, this doesn't work. I want to fill with pure black #000000.
The text was updated successfully, but these errors were encountered:
I want to make a console UI. I need to fill the background of the entire console with a custom color.
Normally, I would just change Console.BackgroundColor and call Console.Clear, but with AnsiConsole, this doesn't work. I want to fill with pure black #000000.
The text was updated successfully, but these errors were encountered: