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

用Package Control安装Theme-Afterglow插件:

Ctrl+Shift+P -> install ,如图

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

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

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

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

上一篇:hdu1403(后缀数组模板)


下一篇:基于Webkit的浏览器关键渲染路径介绍