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

 

相关文章:

  • 2022-01-12
  • 2022-12-23
  • 2021-11-21
  • 2021-12-10
  • 2021-10-20
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2021-11-12
  • 2021-11-13
  • 2022-12-23
  • 2022-02-04
相关资源
相似解决方案