Sublime Forum

Folder Icons

#1

I had this theme in Sublime called itg.flat. I have just finished updating my Sublime to the current build version. The issue is, it conflicts to my current theme in which it has folder icons. I wonder what part of the settings where I can remove the indicator icons for this build.

0 Likes

#2

Does it look similiar to my problem with phoenix theme: screencast.com/t/OeMISqW05aYj ?

0 Likes

#3

I am using default theme. I just simply don’t want to see new folder or file icons. I was happy before update. Any config setting is appreciated.

0 Likes

#4

I have the same issue, with the phoenix theme.

0 Likes

#5

It does

0 Likes

#6

Look at this post:
reddit.com/r/SublimeText/com … ed/ck3mso4

Open your .sublime-theme file and append this at the end of the file:

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

#7

how about editing a .tmTheme?

0 Likes

#8

.tmTheme files simply are arachived files like zip e.g.
So you can open your .tmTheme with 7zip e.g. Copy the .sublime-theme file to your desktop and open it in your text-editor.
Now insert the code, I’ve wrote, save the file and move it back to your .tmTheme-archive.

That’s it.

0 Likes

#9

I feel like best would be a preference to disable the sidebar file/folder icons.

0 Likes