Sublime Text 3: Remove Sidebar File Icons

May 10, 2020

Check which theme you are using: Preferences -> Themes, by default the following are available

  • Adaptive.sublime-theme
  • Default.sublime-theme

Preferences -> Browse Packages will open up ~/.config/sublime-text-3/Packages.

Open User directory and create the file Adaptive.sublime-theme (depending which theme you are using).

To hide file icons only

[
   {
       "class": "icon_file_type",
       "content_margin": [0,0]
   },
]

To hide file and folder icons

[
   {
       "class": "icon_file_type",
       "content_margin": [0,0]
   },
   {
       "class": "icon_folder",
       "content_margin": [0,0]
   },
   {
       "class": "icon_folder_loading",
       "content_margin": [0,0]
   }
]

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.