Created
August 26, 2019 00:28
-
-
Save adamralph/b33aa6b310eda525808debadd25a4cd5 to your computer and use it in GitHub Desktop.
For use in Bullseye Palette.cs when tuning for CI systems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Console.WriteLine($"{black}black{@default}"); | |
Console.WriteLine($"{red}red{@default}"); | |
Console.WriteLine($"{green}green{@default}"); | |
Console.WriteLine($"{yellow}yellow{@default}"); | |
Console.WriteLine($"{blue}blue{@default}"); | |
Console.WriteLine($"{magenta}magenta{@default}"); | |
Console.WriteLine($"{cyan}cyan{@default}"); | |
Console.WriteLine($"{white}white{@default}"); | |
Console.WriteLine($"{brightBlack}brightBlack{@default}"); | |
Console.WriteLine($"{brightRed}brightRed{@default}"); | |
Console.WriteLine($"{brightGreen}brightGreen{@default}"); | |
Console.WriteLine($"{brightYellow}brightYellow{@default}"); | |
Console.WriteLine($"{brightBlue}brightBlue{@default}"); | |
Console.WriteLine($"{brightMagenta}brightMagenta{@default}"); | |
Console.WriteLine($"{brightCyan}brightCyan{@default}"); | |
Console.WriteLine($"{brightWhite}brightWhite{@default}"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment