Now you can customize your icons and even add unsupported extensions! In the Brackets preferences file you'll need to add this to the bottom:
"brackets-icons.icons": {}
Now you're ready to add some customizations. Here's an example icon preference:
"brackets-icons.icons": {
"html": {
"icon": "fa fa-code",
"color": "#E84D49",
"size": 16
}
}
You can use the classes in Ionicons, Font Awesome, or Devicons to specify the icon.
You can also add an extension that's not already supported the same way.
"html": {
"icon": "fa fa-code",
"color": "#E84D49",
"size": 16
},
"spaghetti": {
"icon": "fa fa-motorcycle",
"color": "#DA70D6",
"size": 13
}
Ionicons (MIT license), Font Awesome (GPL license) and Devicons (MIT license) are included in Brackets-Icons.