Skip to content

Instantly share code, notes, and snippets.

@adamralph
Created August 26, 2019 00:28
Show Gist options
  • Save adamralph/b33aa6b310eda525808debadd25a4cd5 to your computer and use it in GitHub Desktop.
Save adamralph/b33aa6b310eda525808debadd25a4cd5 to your computer and use it in GitHub Desktop.
For use in Bullseye Palette.cs when tuning for CI systems
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