Special project theme in sublimetext2

Am I missing something or is SublimeText2 missing this function / package?

What I want to achieve is when I have 2-3 projects open at the same time, the windows are visually different from each other, now when I change the color scheme in one of the windows, it changes in the other open SublimeText2 window also. It is quite difficult to work when you need to look in the sidebar / title to see the name of the project. It gets pretty annoying when you have to copy-paste dozens of lines from one project to another or something like that.

Any package / configuration that will help me with this?

+7
source share
1 answer

Change the project settings, follow these steps:

{ "settings": { "color_scheme": "Packages/Color Scheme - Default/Amy.tmTheme" } } 

Use "Preferences"> "View Packages" to find the directories / color scheme names.

+15
source

All Articles