← Customer Feedback for LINQPad Settings and activity 1 result found please support Console.ForegroundColor 24 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 5 comments · LINQPad Feature Suggestions · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment Itsey commented · Jan 16, 2015 · Edit… · Delete… You can do this with an extension in MyExtensions - public static void CWColour(string s, ConsoleColor col) { Util.RawHtml("<font color='"+col.ToString()+"'>"+s+"</font>").Dump(); } Save Submitting...
You can do this with an extension in MyExtensions -
public static void CWColour(string s, ConsoleColor col) {
Util.RawHtml("<font color='"+col.ToString()+"'>"+s+"</font>").Dump();
}