Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Project specific theme in sublimetext2

Am I missing something or does SublimeText2 lacks this feature/package?

What I want to achieve is when I have 2-3 project open at the same time have the windows visually distinct one from another, now, when I change the color scheme in one of the windows, it changes in other open SublimeText2 windows too. Pretty hard to work, when you have to look in the sidebar/titlebar to see the project name. It gets pretty annoying, when you have to copy-paste dozens of lines from one project to another or something similar.

Any package/configuration that will help me with this?

like image 506
Sergey Telshevsky Avatar asked Sep 04 '12 17:09

Sergey Telshevsky


1 Answers

Edit the project settings, do something like this:

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

Use Preferences->Browse Packages to find the color scheme directories/file names.

like image 184
Teddy Avatar answered Sep 29 '22 22:09

Teddy