Phil Scott 223642b797
Add blog to docs (#484)
* Adding social card infrastructure
* Upgrades doc project to .NET 6
* Adds Playwright
* Changes the console to a web project for Playwright
* Adds social card template
* Added blog content
* Parallelized social image processing
* Updating CI to use .NET 6 for docs build
2021-07-15 19:53:01 +02:00

897 B

Title: Colors Order: 0 Description: "Spectre.Console allows easy rendering of the standard ANSI colors of your terminal, and also supports rendering up to 24-bit colors depending on the capabilities of your terminal." Highlights: - Predefined common colors - Easy syntax for inline styling

The following is a list of the standard 8-bit colors supported in terminals.

Note that the first 16 colors are generally defined by the system or your terminal software, and may not display exactly as rendered here.

Usage

You can either use the colors in code, such as new Style(foreground: Color.Maroon) or in markup text such as AnsiConsole.Markup("[maroon on blue]Hello[/]").

Standard colors