Sublime Forum

How change of icons for images in sidebar?

#1

Here it is written how to change icons to extensions of files for programming languages and markup languages. But how do I replace the icons of image files, binary files, executable files? These file types do not have their own scopes. Thanks.

0 Likes

#2

Just put *.png files into Theme - Default or your theme directory following the file type naming convention:

  • file_type_binary.png
  • file_type_default.png
  • file_type_image.png
  • file_type_markup.png
  • file_type_source.png
  • file_type_text.png

Look at the Boxy Theme.

1 Like

#3

Also look at this: Sublime Text 3 file icons in sidebar

There are some issues with file type icons when you are installing more than one custom theme.

1 Like

#4

Thank you very much!

0 Likes