Color Update / Tutorial

This commit is contained in:
homeuser 2018-11-03 19:07:39 +01:00
parent d60e6bfc4c
commit a0fa3a4533
8 changed files with 2 additions and 0 deletions

View file

@ -1276,6 +1276,8 @@ namespace GATE_PLAYGROUND
{
SetScreenColorsApp.SetColor(ConsoleColor.Magenta, Color.DarkOrange);
SetScreenColorsApp.SetColor(ConsoleColor.DarkYellow, Color.LightSkyBlue);
SetScreenColorsApp.SetColor(ConsoleColor.Green, Color.SpringGreen);
SetScreenColorsApp.SetColor(ConsoleColor.DarkRed, Color.IndianRed);
if (args.Length == 1)
{