Custom icons in Webstorm

Hi all,

I was wondering if there was a way for me to use custom icons for different filetypes. For example, I want the “.gl” file extension to have a custom icon.  Thank you for your help!

0
You have to develop a custom theme plugin for this. Here are the guidelines for creating a custom theme plugin:
http://www.jetbrains.org/intellij/sdk/docs/reference_guide/ui_themes/themes_intro.html

You can change the predefined icons set by installing 3rd party plugins such as:

https://plugins.jetbrains.com/plugin/10044-atom-material-icons

or a paid plugin(it's not developed by JetBrains):

https://plugins.jetbrains.com/plugin/11058-extra-icons (https://github.com/jonathanlermitage/intellij-extra-icons-plugin/blob/master/docs/GET_STARTED.md for more info)
1

请先登录再写评论。