spectreconsole / spectre.console

A .NET library that makes it easier to create beautiful console applications.
https://spectreconsole.net
MIT License
8.9k stars 454 forks source link

Fill entire background with custom color #1539

Open marss72 opened 1 month ago

marss72 commented 1 month ago

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.