How to change the color of the console in sublime

2019-03-12 21:37发布

问题:

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?

回答1:

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"
}


回答2:

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



回答3:

Try this package out, works like a charm:

https://github.com/ehamiter/ST2-Color-Console



回答4:

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