This is an issue with a minor upgrade to Soda and a quirk with Package Control. Package Control upgrades all eligible packages when you first start Sublime, after a certain amount of time has passed since the last upgrade attempt. While these packages are waiting to be upgraded, Package Control adds them to the "ignored_packages"
array in your preferences. Due to an issue with Package Control, even though the package gets upgraded, it doesn't always get removed from "ignored_packages"
. You just happened to post an image of your user preferences, and right there it shows "Theme - Soda"
as being ignored. Just remove it from there (including the trailing comma ,
after Vintage
), save, restart Sublime, and you should be all set. This fix works for both Sublime Text 2 and ST3. If you're using ST3, however, please make sure to upgrade to the latest build - 3062 currently - as (from the README) Soda is designed to work with the latest dev builds. There were some changes to the sidebar in 3062 that Soda's author took advantage of, so there may be some issues with earlier versions.