spectreconsole / spectre.console

A .NET library that makes it easier to create beautiful console applications.

Home Page:https://spectreconsole.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fill entire background with custom color

marss72 opened this issue · comments

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.