buymeasoda / soda-theme

Dark and light custom UI themes for Sublime Text
https://buymeasoda.github.io/soda-theme/
4.33k stars 518 forks source link

Possible break in ST 2.0.1 Build 2217 #83

Closed AriaMinaei closed 12 years ago

AriaMinaei commented 12 years ago

Not sure if I'm doing anything wrong, but the soda theme doesn't show up in the Preferences Menu, and when configured manually, ST gives me this error:

Error loading colour scheme Packages/Theme - Soda/Soda Dark.sublime-theme: Error parsing plist.xml: Error document empty. In file "Packages/Theme - Soda/Soda Dark.sublime-theme"

I checked, "Theme - Soda" dir exists, along with all the files. First used Package Control, didn't work, then removed the dir, downloaded directly from github, again, nothing.

chronossc commented 12 years ago

Same on build 2216, even when using full path to load stuff.

buymeasoda commented 12 years ago

Are you confusing "UI Theme" with "Colour Scheme"?

UI themes are configured by editing the User Preferences file and shouldn't appear in the menu. For example, to apply Soda Light the theme property is set as follows:

"theme": "Soda Light.sublime-theme"

Conversely, colour schemes (for syntax highlighting code) do appear in the menu, and can also be configured via the User Preferences using the "color_scheme" property.

Can you let me know how you are setting your theme property and what the values is?

AriaMinaei commented 12 years ago

Yup, that did the trick. Thanks man.