Skip to content

Commit

Permalink
Hide the Sublime's folder default sidebar icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolan committed Nov 19, 2014
1 parent bd322dc commit e5b79a7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Brogrammer.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,18 @@
//
// SIDEBAR - GENERAL FILE ICONS
//

{
"class": "icon_file_type",
"content_margin": [0,0]
},
{
"class": "icon_folder",
"content_margin": [0,0]
},
{
"class": "icon_folder_loading",
"content_margin": [0,0]
},
// Sidebar group closed
{
"class": "disclosure_button_control",
Expand Down

0 comments on commit e5b79a7

Please sign in to comment.