效果:
这里使用了两个主题插件组合成的:
Ctrl+Shift+P -> Package Control:Install Packages
分别输入Spacegray和Afterglow进行安装
系统配置(Preferences -> Settings)为:
{
"color_scheme":
"Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"font_size": 11,
"ignored_packages": [ "Vintage" ],
"tabs_small": true,
"theme": "Afterglow-green.sublime-theme"
}
其中:"tabs_small": true,是
为了解决标签页height比较高的问题。
隐藏菜单栏:
菜单栏是白色的,看着很难看,并且平时用的也不多,于是乎,让它退居幕后吧
Ctrl+Shift+P -> View:toggle Menu