-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for new sidebar icons #188
Comments
👍 |
👍 |
Just noticed in issue #174 @buymeasoda does partially address this issue, basically ST currently does not let you specify different file icon paths within a single package, so he just left out the file icons completely for now. However, I did find a snippet to customize the theme which removes the empty space where the file icons should be (and also removes the new folder icons as well): {
"class": "icon_file_type",
"content_margin": [0,0]
},
{
"class": "icon_folder",
"content_margin": [0,0]
},
{
"class": "icon_folder_loading",
"content_margin": [0,0]
} I wonder if maybe at least the |
@adrianorsouza Those would work for the Soda Light theme, but as you can tell from my screenshot above, you can barely see the folder icon against the dark background. |
@billdami Yep I see, I did not realise that sorry, anyway what I did to get this working was to follow this comment download the icons, make them a better look for Dark theme and place them within the If you wish I pushed these icons to my fork adrianorsouza@5430e6a |
@adrianorsouza Those icons work quite nicely, thanks! :-) |
+1 |
@adrianorsouza those are very nice and I had a look at your fork. Soda Dark 3.sublime-theme was using the light icons instead of dark. Also, the sidebar file icons used the light icons too. |
@JTallis because the sidebar icons feature of recent ST3 build only looks for a folder named |
You guys can try this theme, it is basicly soda dark with support for the native file icons in ST3 https://github.com/Miw0/sodareloaded-theme |
@Stanzilla, thanks this looks good |
ST3 Build 3065 introduces sidebar icons for folders and files, however it looks like Soda Dark is not fully compatible with this change as only folders show the new icons, not files:
Also, imo the way that the folder icons were implemented, displaying both the caret AND a folder icon next to it, is a bit ugly and wastes space. Is there any way soda theme could modify this to only show one or the other?
The text was updated successfully, but these errors were encountered: