-
Notifications
You must be signed in to change notification settings - Fork 155
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
Some icon is not shown #97
Comments
It also happen to me. |
I think this is solved in #76 but it's not merged yet. |
I just installed on windows 10 and got the same problem. |
The same for me ! |
Not sure why this is happening - anyone have some ideas? |
I also tried on <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.php</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_js</string>
</dict>
</dict>
</plist> @wesbos how is the default gear icon setup? I did not find a |
Updated ST3 to 3114 again - incorrect PHP icon |
Hrmm - I think the gear icon is set as a fallback. I'd have to investigate. I'm wondering if we can make a shared repo between all the themes that use icons - seems like Seti has it figured out. @ctf0 any thoughts? |
Yeap, that also made it work for me. What I see different is that the |
@wesbos +1 for the shared repo for icons idea, the php icon not displaying because u need to change the scope which not so basicly all u need is to correct the scope names inside the icon config files. here are some files types i use to test with |
What's the state of this issue? PHP icon is still missing for me, other icons are ok. |
I have no idea. |
Hey folks, possibly some interesting info to add into this discussion. I just switched to this theme as well and have a large number of icons not showing up as well. I checked this thread out the other day and saw no one had solved it so I carried on with my icon-less day. Well, just a minute ago I opened up a stylus file (.styl files had a gear icon) and realized I didn't have stylus formatting, so I installed the Stylus package into ST3, and the Stylus icons magically started appearing. I'm stilling missing icons for dot files, some fonts, and .json files tho. Hope that helps someone out! |
Some icon is not shown. The PHP icon is not displayed, instead is displayed the gear. Instead of an icon CSS icon LESS. Icons HTML, JS, IMAGE, LESS, FONT displayed normally.
I try reinstall Sublime Text, all settings and all packeges. Nothing helped.
Windows 8.1 x64, Sublime Text 3 Build 3103.
The text was updated successfully, but these errors were encountered: