buymeasoda / soda-theme

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

i cannot apply the soda theme on ubuntu 12.04 #77

Closed kingwrcy closed 12 years ago

kingwrcy commented 12 years ago

{ "color_scheme": "~/.config/sublime-text-2/Packages/Theme - Soda/Soda Light.sublime-theme" }

My sublime text 2 version is build 2203. The error message is :

error: Error loading colour scheme ~/.config/sublime-text-2/Packages/Theme - Soda/Soda Light.sublime-theme: Error parsing plist xml: Failed to open file In file "~/.config/sublime-text-2/Packages/Theme - Soda/Soda Light.sublime-theme"

I check the folder ~/.config/sublime-text-2/Packages/,the 'Theme - Soda' is exist here. My sublime.packages_path() ouput is :~/.config/sublime-text-2/Packages/ someone can help with this? thanks.

kingwrcy commented 12 years ago

I find the answer,i use color_scheme not theme,this two things is not same!

change it to "theme": "Soda Dark.sublime-theme" is ok!!