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?
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?
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
Soda Dark Theme http://buymeasoda.github.com/soda-theme/images/screenshots/soda-dark-theme.png?v=7
Try this package out, works like a charm:
https://github.com/ehamiter/ST2-Color-Console
Or use
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme"
}
to match the Monokai default of Sublime in the console's settings:
/sublime/Data/Packages/Theme - Default\Widget.sublime-settings