Chalk
Chalk is a simple library written by me to output console text with different colors. Enough said! Get the nuget package and start using it.
Install-Package Chalk
How to use:
Chalk.Blue("Blue")
Chalk.Red("Red")
Chalk.Green("Green")
Chalk.Gray("Gray")
Chalk.Yellow("Yellow")