I upgraded version 2 > 3 and it now appears to be icons in the sidebar the left of each file/folder (and to the right of corresponding arrow).
I find these icons cluttering, is there anyway to hide them?
One way to achieve this is through theming.
If you would like to edit your default theme to remove the folder/file icons, you must install PackageResourceViewer.
Then you can use Sublime's command palette to execute PackageResourceViewer:Open Resource
.
Click Theme - Default
followed by Default.sublime-theme
Find and edit the section of the theme which handles folder/file icons to match this sample:
{ "class": "icon_file_type", "content_margin": [0,0] }, { "class": "icon_folder", "content_margin": [0,0] }, { "class": "icon_folder_loading", "content_margin": [0,0] }
Source
If you don't want to change your install, you can also customize your theme in your personnal folder.
For example, under Ubuntu, edit or create this file ~/.config/sublime-text-3/Packages/User/Default.sublime-theme
, and add following settings into it:
[ { "class": "icon_file_type", "content_margin": [0,0] }, { "class": "icon_folder", "content_margin": [0,0] }, { "class": "icon_folder_loading", "content_margin": [0,0] } ]
(in every settings file, settings are inside an array)
By default, the Packages directories for Sublime Text 3 are located at:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With