✅ Colorful.Console help
im using colorful.console and im wondering if there is a way to change the color when one is inputting with console.readline
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./close this threadConsole.ForegroundColor = System.Drawing.Color.Red;