diff --git a/Numix Dark.sublime-theme b/Numix Dark.sublime-theme index 182edf6..581090e 100644 --- a/Numix Dark.sublime-theme +++ b/Numix Dark.sublime-theme @@ -599,6 +599,19 @@ // // SIDEBAR - GENERAL FILE ICONS // + // Fix to hide new folder icons on 3065 build + { + "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 { diff --git a/Numix.sublime-theme b/Numix.sublime-theme index 2ac7a50..ab9e0d1 100644 --- a/Numix.sublime-theme +++ b/Numix.sublime-theme @@ -593,6 +593,19 @@ // // SIDEBAR - GENERAL FILE ICONS // + // Fix to hide new folder icons on 3065 build + { + "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 {