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