Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>folder-colorsNew to Visual Studio Code? Get it now.
folder-colors

folder-colors

beneha

|
318 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

folder-colors

A small VS Code extension to set custom colors and badges for folders in the explorer. It helps me spot some important repositories when I have a long list of repos in the current folder.

Features

In the settings, add the folders you want to highlight:

    "folder-colors.settings": [
        {
            "name": "repo-4", "color": "terminal.ansiBrightRed", "badge": "🌈🌈"
        },
        {
            "name": "repo-2", "color": "terminal.ansiBrightGreen", "badge": "🚀🚀"
        }
    ]

Demo with 2 decorated paths

Known limitations

When other extensions like the VS Code built-in git integration set a badge on a folder (e.g. to show uncommitted changes) it will override the custom badge.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft