How to change the color of the console in sublime

2019-03-12 21:45发布

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?

4条回答
贪生不怕死
2楼-- · 2019-03-12 22:17

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楼-- · 2019-03-12 22:28

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

查看更多
我想做一个坏孩纸
4楼-- · 2019-03-12 22:29

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"
}
查看更多
SAY GOODBYE
5楼-- · 2019-03-12 22:32

Try this package out, works like a charm:

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

查看更多
登录 后发表回答