Sublime Forum

Folders bar not syncing with the color scheme

#1

I’m new to sublime and recently installed the Enki Theme https://packagecontrol.io/packages/Enki%20Theme .
After I opened my project, the folder bar wouldnt sync with the color theme.
Ive tried changing the color scheme but it doesnt work for any of them. Which config should I edit to make it in sync with the color theme?

0 Likes

#2

Did you make sure to set your theme key/setting in your Preferences. For examples in Preferences I have "theme": "Soda Dark.sublime-theme" set and then I think it took restarting Sublime.

1 Like

#3

You need to make sure that you follow both of the steps in the installation instructions and restart sublime when you’re done. Your issue looks like you only selected the color scheme.

A Color Scheme is for setting syntax highlighting colors in text views, while a Theme is for setting the overall theme and look of the application. While the Color Scheme sets the background color of the file (as seen in your screenshot), it’s the job of the Theme to do things like change what the Sidebar looks like, for example.

0 Likes

#4

Thanks @Remi , it worked!

0 Likes

#5

Thanks @OdatNurd , your point was my exact problem!
Its resolved now and I have an awesome looking editor!

0 Likes