pradyun / Sublime-Rainbow-Theme

Adaptive themes for Sublime Text
8 stars 0 forks source link

What happens if I have different color schemes for different syntaxes? #3

Closed mandx closed 8 years ago

mandx commented 8 years ago

(I can't test this myself because of #2 )

In my setup I have one color scheme for everything, but I use a different one for Python (because it highlights keywords better, plays better with MagicPython, etc).

Will this plugin change the theme on the fly as I change tabs? Will it use only the global setting?

pradyunsg commented 8 years ago

Will this plugin change the theme on the fly as I change tabs?

It will if the setting load_colors_from_active_view in Theme - Rainbow.sublime-settings is true (which it is by default). If you wish to use the global setting, set the said variable to false.