jugyo / SublimeColorSchemeSelector

Sublime Text Plugin to select theme quickly via the Quick Panel.
41 stars 10 forks source link

Broken for ST2 #8

Open minism opened 10 years ago

minism commented 10 years ago

This plugin no longer searches for themes in ST2 like it used to, instead it uses a hardcoded array here:

https://github.com/jugyo/SublimeColorSchemeSelector/blob/master/ColorSchemeSelector.py#L11

Furthermore the select function doesnt even work out of the box, it expects a full path instead of just these names. Is it possible to restore the original functionality of searching for full paths to themes in ST2 like it used to?

Thanks!

objarni commented 9 years ago

+1 on this. Too bad seems like a neat idea!