Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>SimilarNew to Visual Studio Code? Get it now.
Similar

Similar

João M J Braga

|
1 install
| (0) | Free
A file icon theme for VS Code (forked from Symbols)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Similar

A file icon theme for VS Code (forked from Symbols by Miguel Solorio)

Configuration

You can configure which folders and files icons are displayed by using the following settings:

Folders

"similar.folders.associations": {
    "{folder name}": "{icon name}"
}

And here is an example using this setting:

"similar.folders.associations": {
    "entities": "folder-assets",
    "infra": "folder-app",
    "schemas": "folder-purple"
}

Files

"similar.files.associations": {
    "{file name}": "{icon name}"
}

And here is an example:

"similar.files.associations": {
    "app.module.ts": "nest",
    "*.service.ts": "nest"
}

Note: For file names, you can use * to match all files with a specific file extension.

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