Remove Sublime Text 3 (latest build's) folder icons
Closed this issue · 1 comments
elado commented
Latest build of ST3 (3065) shows black folder icons next to the theme's folder icons. Any way to remove them?
elado commented
Seems like adding
{
"class": "icon_file_type",
"content_margin": [0,0]
},
{
"class": "icon_folder",
"content_margin": [0,0]
},
{
"class": "icon_folder_loading",
"content_margin": [0,0]
},
to the .sublime-theme
file solves it.