Why do Sublime Text 3 Themes not affect the sidebar?

前端 未结 14 1989
我寻月下人不归
我寻月下人不归 2020-12-12 12:32

I generally only use dark themes for coding, so it\'s really annoying that Sublime Text 3\'s sidebar stays light themed whatever theme you apply.

Does anyone know ho

14条回答
  •  北海茫月
    2020-12-12 13:29

    To Sidebar ceased to be white:

    1. Download default theme because it is not in the folder sublime link here by default.sublime-Theme
    2. In sublime 3 preferences -- > > Browse package
    3. create a folder called "default theme" and put the downloaded file

    if you installed the theme setUI, setUI file.sublime-the theme is looking for the line with comment:

    "// sidebar || BG of selected files"
    

    and under it a string

    "layer0. opacity: { "target": 0.0, "speed": 50.0, "interpolation": "smoothstep" }
    replaceable target": 0.0 --> target": 1.0
    

提交回复
热议问题