Sublime Forum

Different Theme per project

#1

Under the sublime project files you can have this

"settings": {
    "color_scheme": "someColorScheme",
    "theme": "someTheme",
}

The color scheme will override the scheme for the project, but the theme will not work, so I think it is some sort of a bug?

0 Likes

#2

it’s not a bug per se, just currently unsupported - not all settings can be set per project

1 Like

#3

Thank you for the response. So there’s no plan to support this?

0 Likes

#4

nobody knows what the ST devs plan :wink:

0 Likes

#5

In the latest builds you can quickly switch Color Scheme and Theme via the Preferences menu.

On another note, there is this awesome package:

0 Likes