Sergey Telshevsky
Sergey Telshevsky

Reputation: 12217

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?

Upvotes: 9

Views: 1777

Answers (1)

Teddy
Teddy

Reputation: 18572

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.

Upvotes: 16

Related Questions