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 enable Theme - Sublime 3 #164

Closed KevinSheedy closed 9 years ago

KevinSheedy commented 10 years ago

I downloaded the package via package control and it installed successfully. When I add the specified line to the User-Settings, I see some difference to the tabs across the top but the theme does not get enabled:

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

When I opened the user-settings file initially, it contained the following line which seems like it may not be compatible with the instructions in the readme:

"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",

Sublime 3 build 3047 Windows 7

indapublic commented 10 years ago

Sublime 3 b 3047. Windows 7 Pro 32-bit

My Package/User/Preferences.sublime-settings:

{ "color_scheme": "Packages/User/Monokai Soda.tmTheme", "soda_classic_tabs": true, "soda_folder_icons": false, "theme": "Soda Dark 3.sublime-theme" }

Maybe it helps

KevinSheedy commented 10 years ago

Thanks indapublic, just figured out the problem.

The whole point of getting the plugin was to get the color schemes in the screenshots. Turns out these themes aren't included as part of the plugin installation, they are hidden in the bonus options section at the very end of the website.

IMHO, the color schemes are the core feature of the plugin and should either be included programmatically as part of the package install or should be featured more prominently in the documentation.

Cheers

igreg commented 10 years ago

I have the same problem. Installed Soda via Package control and Soda doesn't want to load: Here is my preferences in ST3:

{
  "theme": "Soda Dark 3.sublime-theme"
}

The console just says:

reloading Packages/User/Preferences.sublime-settings
found 0 files for base name Soda Dark 3.sublime-theme

I tried another theme that I installed exactly the same way (Phoenix theme) which worked perfectly so I presume there is something wrong with Soda?

wamatt commented 10 years ago

FWIW I had the same issue as OP. Screenshots should match default install.

pedronasser commented 10 years ago

+1

cwonrails commented 10 years ago

+1

Babelfisch commented 10 years ago

+1

ghost commented 10 years ago

+1

thethreeonee commented 10 years ago

+1

jasonweng commented 10 years ago

+ 1

stinoga commented 10 years ago

Hey all. I had this problem when I switched to ST3. Uninstalling and reinstalling the theme via package control did the trick.

buymeasoda commented 9 years ago

Soda Theme is a UI chrome theme for Sublime so only deals with the outer chrome.

Code editor syntax color schemes are pretty varied and personal, so that's why they are separate, but glad you like the ones I used in the screenshot! I'll see if I can find a way to bundle them in.