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
setting color_scheme only sets the code pallet, setting theme sets the whole ST3 theme to the one you specify:
color_scheme
theme
{ "theme": "Nil.sublime-theme", "color_scheme": "Packages/Theme - Nil/Big Duo.tmTheme" ... }