Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the color of the console in sublime text?

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?

like image 838
Todd Chambery Avatar asked May 25 '12 19:05

Todd Chambery


People also ask

Is there a console in Sublime Text?

Terminus is a recent plugin, highly under development. It's the best cross-platform console in Sublime Text that I have seen yet. Show activity on this post. Will Bond created an excellent plugin for called "Terminal" for calling the terminal at project or file levels.


1 Answers

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"
}
like image 168
Todd Chambery Avatar answered Oct 02 '22 04:10

Todd Chambery