This question already has answers here:
Custom text color in C# console application?
(10 answers)
Closed 6 years ago.
I have been writing console apps for a while and noticed that the consoles (such as cmd.exe) support RGB colors but the 'Console' class for .NET doesn't. Does anyone know of a library that would allow RGB colors for a console app in C#?