Skip to content

Instantly share code, notes, and snippets.

@reactormade
Last active September 25, 2018 23:27
Show Gist options
  • Save reactormade/b0737cbbcd6c91e0773e to your computer and use it in GitHub Desktop.
Save reactormade/b0737cbbcd6c91e0773e to your computer and use it in GitHub Desktop.
Remove folder icons from sidebar in Sublime Text 3 build 3065
// place this anywhere in a .sublime-theme
{
"class": "icon_file_type",
"content_margin": [0,0]
},
{
"class": "icon_folder",
"content_margin": [0,0]
},
{
"class": "icon_folder_loading",
"content_margin": [0,0]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment