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 修改侧边栏字体 )

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM