效果:

sublime text 3 超舒适的黑色主题

 

这里使用了两个主题插件组合成的:

Ctrl+Shift+P -> Package Control:Install Packages

分别输入SpacegrayAfterglow进行安装

 

系统配置(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

相关文章:

  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
  • 2021-12-14
  • 2021-05-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-09-02
  • 2022-12-23
相关资源
相似解决方案