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

Sidebar folder icons stays the default ones #181

Closed mikeys closed 9 years ago

mikeys commented 10 years ago

Using Sublime Text 3, installed Soda Theme using the Sublime Text package manager.

This is how my Preferences.sublime-settings looks like:

{
    "color_scheme": "Packages/User/Monokai Soda.tmTheme",
    "theme": "Soda Dark 3.sublime-theme",
    "soda_classic_tabs": true,
    "soda_folder_icons": true,
    "font_face": "Monaco",
    "font_size": 15,
    "highlight_line": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "ignored_packages":
    [
    "Vintage"
    ]
}

Everything works smoothly (the theme looks fantastic) but the Sidebar Icons are still the standard triangle like ones.

Any idea what can be wrong?

ghost commented 10 years ago

I'm also getting this issue, my settings are:

{
  "color_scheme": "Packages/User/Monokai Soda.tmTheme",
  "font_face": "Menlo",
  "tab_size": 2,
  "theme": "Soda Light 3.sublime-theme",
  "translate_tabs_to_spaces": true,
  "word_wrap": "false"
}
jetpack01 commented 10 years ago

Same issue for me on ST3! (installing the Soda Theme using Package Control) I found out that changing the "theme" attribute "Soda Dark 3.sublime-theme" to "Soda Dark.sublime-theme" (I mean using ST2 settings instead of ST3 ones) the folders magically appear in the sidebar... just a wrong files path problem?

My settings:
{
    "color_scheme": "Packages/User/Monokai (SL).tmTheme",
    "soda_classic_tabs": false,
    "soda_folder_icons": true,
    "theme": "Soda Dark 3.sublime-theme",
    "ignored_packages":
    [
        "Vintage"
    ]
}
manfromanotherland commented 10 years ago

Same issue for me too, on ST3.

  1. Install theme via Package Control;
  2. Close ST3;
  3. Open ST3 and add the "theme": "Soda Dark 3.sublime-theme", line;
  4. Close ST3;
  5. No folder icon, even if I put the line "soda_folder_icons": true,.

This theme is awesome, the “Sublime staff” should implement it by default!

Ps.: removing the “3”, as stated by @jetpack01, from the theme line seems to do the trick.

buymeasoda commented 10 years ago

What build of Sublime Text is everyone using?

The soda_folder_icons setting is now deprecated for Soda Theme with Sublime Text 3.

As of Build 3062, Sublime Text 3 has native support for sidebar folder icons, which Soda Theme has been updated to take advantage of.

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

It's unfortunately not feasible to maintain multiple parallel versions of the theme for different builds of ST3.

The downside is people on the beta lose the folders until the beta catches up.

manfromanotherland commented 10 years ago

@buymeasoda I'm using Stable Channel, Build 3059, on OS X 10.9.3.

ghost commented 10 years ago

@buymeasoda I'm using Windows version: Stable Channel, Build 3059

I changed to the below settings and it all seems to be working now:

{
    "theme": "Soda Light.sublime-theme",
}
buymeasoda commented 10 years ago

Ok, Build 3059 won't have folders with Soda Theme for Sublime Text 3.

If you activate the version of Soda Theme from Sublime Text 2 (which is what your config is doing), you'll get the old folders but will lose some of the UI aspects of Soda for ST3, such as the find files close panel button and a couple of other things (maybe the tab navigation menu and arrows? can't fully recall).

Eventually Build 3062 will be rolled into a bundle and issued as a beta release, at which time the new folders for ST3 will work if you're using the ST3 version of Soda.

Hope that helps.

johannahoerrmann commented 10 years ago

Hope that helps.

It does, thank you! Looking forward to Build 3062 then.

jetpack01 commented 10 years ago

@buymeasoda Yes, I noticed the ST2 settings let me lose some of the UI aspects of Soda for ST3 and I'm not using them... I'll just wait for Build 3062! thank you!

gaastonsr commented 10 years ago

@buymeasoda thanks for the clarification.