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
To Sidebar ceased to be white:
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