How to change the color of the console in sublime text?
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"
}
I'm not familiar with your theme, but the beautiful Soda theme has a dark version, and all panels (including console) are dark:
https://github.com/buymeasoda/soda-theme
(source: github.com)