made the text output b/w instead of white on a green background

This commit is contained in:
Zachary Folwick 2015-10-27 17:33:17 -07:00
parent 718ecb6005
commit 78e8e83555

View file

@ -374,7 +374,7 @@ ReadNext:
public override void WriteDebugLine(string message)
{
this.WriteLine(
ConsoleColor.DarkYellow,
ConsoleColor.Yellow,
ConsoleColor.Black,
String.Format(CultureInfo.CurrentCulture, "DEBUG: {0}", message));
}