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

有些话、适合烂在心里 提交于 2019-12-20 10:35:04

问题


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


(source: github.com)




回答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



来源:https://stackoverflow.com/questions/10760188/how-to-change-the-color-of-the-console-in-sublime-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!