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

Can't customize theme #178

Closed jValdron closed 10 years ago

jValdron commented 10 years ago

Running on latest Sublime 3 (3059) and I can't seem to set classic tabs or folder icons (for some reason I don't have folder icons).

In my console, I get:

Errors parsing theme:
Animated properties must have both target and speed specified

Here's a screenshot of the side bar and my user preferences: capture

jValdron commented 10 years ago

Ah oops, I thought the classic tabs were the square ones. Just tried setting it to false and I got the squared ones back.

MaokaiLin commented 10 years ago

I also see Errors parsing theme: Animated properties must have both target and speed specified After the last update (on OSX 10.9.2 ST3 build 3059).

buymeasoda commented 10 years ago

The latest Sublime Text build is 3062. Which adds new features that the theme has been updated to support.

http://www.sublimetext.com/3dev

Sublime Text added loading state animations for folders (which is the console warning you're seeing), true folder icon support and other sidebar features. This meant the hack for turning the sidebar disclosure arrow into a folder icon needed to be disabled. The feature still remains in place for ST2.

Unfortunately, if you haven't paid for a Sublime Text license, that build will not be available to you.

One workaround you can use, while waiting for the beta version of Sublime Text to update, is to remove the theme from your Package Control list, then manually install the theme via git clone and git checkout an earlier revision before these latest changes.

jValdron commented 10 years ago

My bad, didn't know there was a dev version. Works perfectly now on the dev build.