Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Flow Icon ThemeNew to Visual Studio Code? Get it now.
Flow Icon Theme

Flow Icon Theme

Preview

Pedroo-Nietoo

|
200 installs
| (1) | Free
File icon theme for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flow Icon Theme

A file icon theme for VSCode

Preview of extension working

Icon Preview

You can preview the icons from the theme by reading the the preview.md file.

Configuration

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

Files

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

And here is an example:

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

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

Folders

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

And here is an example using this setting:

"flow.folders.associations": {
    "cat": "folder-yarn",
    "infra": "folder-api",
    "schemas": "folder-light-blue-outline"
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

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