Closed pentago closed 11 years ago
Please and thank you
+1
+1
works fine for me, I just copied the Theme dir to the ST3 Packages dir.
Thanks @agreco that worked for me
@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.
Copying theme folder to Packages didn't work for me.. Care to show your user settings line where you define theme?
thanks
@pentago: Since I'm only using Soda Dark, here's what my packages directory looks like.
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.
Thank you man, but it still doesn't work on my end :/
here's a screenie:
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.
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.
Excuse me, /Data/Packages is directory where theme dir should be placed, not /Packages.
Thanks for help @kreeger. seems this one is resolved.
could not understand for a long time how to activate it before added .sublime-theme
extension.
+1