How to change the color of the console in sublime text?
sublimetext, sublimetext2
Solution
Found the answer here:
http://www.sublimetext.com/forum/viewtopic.php?f=2&t=4583&p=20807#p20807
\Packages\Theme - Default\Widget.sublime-settings
{
// "color_scheme": "Packages/Theme - Default/Widgets.stTheme",
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme"
}
Problem
I have a dark theme (IR Black) in Sublime Text 2, but the console comes up white on black. Is there a way to change the console colors?