Skip to content

Instantly share code, notes, and snippets.

@clamstew
Last active August 28, 2015 21:01
Show Gist options
  • Save clamstew/e1c9651286c77e042f7e to your computer and use it in GitHub Desktop.
Save clamstew/e1c9651286c77e042f7e to your computer and use it in GitHub Desktop.
Hide Sublime Text 3's folder and file icons in the sidebar
[
{
"class": "icon_file_type",
"content_margin": [0,0]
},
{
"class": "icon_folder",
"content_margin": [0,0]
},
{
"class": "icon_folder_loading",
"content_margin": [0,0]
}
]
@clamstew
Copy link
Author

this solves the issue if you have 2 folder icons in sublime text 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment