Search code examples
visual-studio-codevscode-extensions

Is there a way to set different colors for folders in the explorer?


Is there any way in vscode to specify different folders to be different colors? For example if I wanted my "tests" folder to always be highlighted red to quickly find it etc.


Solution

  • No, you cannot set this directly.

    You could use an icon theme extension could give test folders a different icon. See this extension for how it customizes the node_modules folder icon for example