Cvfe Cvt ᵖᵘʳʳ
✅ Colorful.Console help
I'm not sure if there is a Colorful.Console specific way, but you can do
Console.ForegroundColor = System.Drawing.Color.Red;
and use any color instead of red. The issue is that you'll have to reset your color back afterwards. So, you could create a method that accepts and input. Then reset the color. Just call that method anytime you need input.5 replies