console foreground color c# code example
Example 1: c# console background color
Console.BackgroundColor = ConsoleColor.Green;
Example 2: c# console foreground color
Console.ForegroundColor = ConsoleColor.DarkGreen;
Console.BackgroundColor = ConsoleColor.Green;
Console.ForegroundColor = ConsoleColor.DarkGreen;