The easiest thing is to modify the core scriptcompiler.cs. Change this line in the Display method around line 450 and then recompile the core.
Code:
Utility.PushColor( ConsoleColor.DarkRed );
I personally find Red to be much easier to see
Code:
Utility.PushColor( ConsoleColor.Red );
(edit)
oh, and warning color is set a little bit earlier in the same method, so you can mod that as you like as well.
__________________
The first line of the first rule in the forum rules and guidelines "Be respectful of others. "
For questions, information, and support for XmlSpawner and its addons, visit the
XmlSpawner Support Forum