-1

I followed the instructions from the answers in this question

Why do Sublime Text 3 Themes not affect the sidebar?

But my sidebar gets blacked out completely. You can't see any folders or text. I've even restarted Sublime and still no luck.

This is my code in my Preferences.sublime-settings - User file

{
  "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
  "theme": "Soda Dark 3.sublime-theme"
}  

Any ideas on what is wrong?

C. Yee
  • 127
  • 2
  • 15

1 Answers1

1

I just replicated this on my own machine.

First delete "theme": "Soda Dark 3.sublime-theme" from your user preferences first. Then follow the instructions by @MattDMo How to edit Sublime Text 3 Soda Theme. Essentially you'll want to pull the theme onto your machine before invoking the theme in your preferences through the addition of "theme": "Soda Dark 3.sublime-theme" back to your preferences. I didn't need to restart my editor for this. I'm using Sublime3 on my Windows 10 machine.

DoDoSmarts
  • 306
  • 1
  • 6