Search code examples
sublimetext3sublimetext

How to change directory icon/color of specific folder in Sublime Text 3?


Exist any way to change the icon or the color of specific folder based in your name?

Example, to this:

enter image description here

For this:

enter image description here

{
    "directory": "bot",
    "color: "red"
}

Thank you very much =)


Solution

  • This is not currently possible in Sublime. There is no configurable API to allow any modification to how the side bar is visualized.

    While it is possible to modify your theme to change the icons used for folders, files, etc, there is no mechanism by which you could do that based on the name of the folder in question.

    You can vote for this feature on the Sublime Text issue tracker.