buymeasoda / soda-theme

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

SublimeText 3 compatibility? #122

Closed pentago closed 11 years ago

jbutz commented 11 years ago

+1

bijanv commented 11 years ago

Please and thank you

caiogondim commented 11 years ago

+1

steel commented 11 years ago

+1

agreco commented 11 years ago

works fine for me, I just copied the Theme dir to the ST3 Packages dir.

bijanv commented 11 years ago

Thanks @agreco that worked for me

buymeasoda commented 11 years ago

@agreco is right :)

Looks like Soda Theme works fine by placing it in the Sublime Text 3 Packages directory and configuring your Settings - User file the same way as ST2.

Taking a look at the default theme that ships with ST3, it's almost identical to ST2 (except for a few new theme features that have been added), so unless that changes, there should be no dramas using Soda Theme with Sublime Text 3.

To start adding support for these new ST3 features to Soda Theme, I've created a branch in the Soda Theme repo called soda-st3 and pushed some early changes.

Soda Theme for Sublime Text 3: https://github.com/buymeasoda/soda-theme/tree/soda-st3

The changes include a panel close button for the find / replace panel and a "transient" file state, for files that are in quick look / non-opened / transient mode. The default theme makes the filename in the sidebar italic as well as the tab title which I've mirrored initially.

It's likely this branch will not be the permanent home for the ST3 version of Soda Theme, but it'll do for now.

pentago commented 11 years ago

Copying theme folder to Packages didn't work for me.. Care to show your user settings line where you define theme?

thanks

kreeger commented 11 years ago

@pentago: Since I'm only using Soda Dark, here's what my packages directory looks like.

Screen Shot 2013-01-30 at 8 50 24 AM

And then for my Settings - User preferences, it goes something like this.

{
    /* ...bunch of stuff */
    "theme": "Soda Dark.sublime-theme",
    /* ...more stuff */
}

If you save your settings file and you've got errors anywhere, ST usually complains quite loudly.

pentago commented 11 years ago

Thank you man, but it still doesn't work on my end :/

here's a screenie: screenshot 1

pentago commented 11 years ago

EDIT:

Just figured ST3 makes a Data/Cache directory. If i put theme folder inside it works as expected. Seems it's different on Mac.

kreeger commented 11 years ago

I've got a cache folder, too, but I haven't needed to try placing the theme in there. I'd worry about placing anything in that directory, as it sounds like it could get flushed at any point in time.

On Jan 30, 2013, at 11:07 AM, Goran notifications@github.com wrote:

EDIT:

Just figured ST3 makes a Data/Cache directory. If i put theme folder inside it works as expected. Seems it's different on Mac.

— Reply to this email directly or view it on GitHubhttps://github.com/buymeasoda/soda-theme/issues/122#issuecomment-12900273.

pentago commented 11 years ago

Excuse me, /Data/Packages is directory where theme dir should be placed, not /Packages.

Thanks for help @kreeger. seems this one is resolved.

Grawl commented 11 years ago

could not understand for a long time how to activate it before added .sublime-theme extension.