Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>TokyoLabs File SymbolsNew to Visual Studio Code? Get it now.
TokyoLabs File Symbols

TokyoLabs File Symbols

TokyoLabs

|
5 installs
| (1) | Free
A premium, clean file icon theme for VS Code, customized for TokyoLabs.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TokyoLabs File Symbols

A premium, clean file icon theme for VS Code, customized for TokyoLabs.


📸・Preview

Select TokyoLabs File Symbols from your File Icon Themes: File > Preferences > Theme > File Icon Theme > TokyoLabs File Symbols


🛠️・Configuration

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

Folders

"tokyolabs-file-symbols.folders.associations": {
    "{folder name}": "{icon name}"
}

Example:

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

Files

"tokyolabs-file-symbols.files.associations": {
    "{file name}": "{icon name}"
}

Example:

"tokyolabs-file-symbols.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.

Subfolder Files

"tokyolabs-file-symbols.subfolder.file.associations": {
    "{subfolder}": {
        "{filename}": "{icon name}"
    }
}

Example:

"tokyolabs-file-symbols.subfolder.file.associations": {
    "annotation": {
        "*.java": "at",
        "LogAPICall.java": "at-blue"
    }
}

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


📄・License

Licensed under the MIT License.Developed with ❤️ by TokyoLabs.

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