Closed AriaMinaei closed 12 years ago
Same on build 2216, even when using full path to load stuff.
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?
Yup, that did the trick. Thanks man.
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.