sublime text3 修改左边栏背景颜色为编辑栏颜色

用Package Control安装Theme-Afterglow插件:

Ctrl+Shift+P -> install ,如图

点击Install Package,在弹出框中输入Theme-Afterglow,安装成功后配置如下:

{
    "color_inactive_tabs": true,
    "enable_highlight": true,
    "enable_mathjax": true,
    "font_size": 12,
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "python_interpreter": "/home/cong/anaconda3/bin/python",
    "tabs_small": true,
    "theme": "Afterglow.sublime-theme",
    "update_check": false
}

 

(关于左侧栏字体设置请参见:sublime text 3 修改侧边栏字体 )

 

posted @ 2017-08-13 15:47  congyucn  阅读(3777)  评论(3编辑  收藏  举报