sublime text 3 打造温馨黑色主题

做为打杂的开发,经常会用到sublime来开发前端,最近也许是眼睛不舒服,因而乎就想要折腾下主题,整理出一个本身看着比较舒服的主题,下面来看看个人作法吧:前端

先来预览下效果

image

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

  1. Spacegray微服务

  2. Afterglowspa

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

其中,code

"tabs_small": true

是为了解决标签页height比较高的问题blog

隐藏菜单栏

菜单栏是白色的,看着很难看,而且平时用的也很少,因而乎,让它退居幕后吧开发

Ctrl+Shift+P -> View:toggle Menu

by 刘迎光@萤火虫工做室
OpenBI交流群:495266201
MicroService 微服务交流群:217722918
mail: liuyg#liuyingguang.cn
博主首页(==防止爬虫==):http://blog.liuyingguang.cn
OpenBI问答社区:http://www.openbi.tkrem

相关文章
相关标签/搜索