Skip to content

Instantly share code, notes, and snippets.

@rupeshtiwari
Last active July 5, 2024 09:56
Show Gist options
  • Save rupeshtiwari/6860fbc1b3e2f6711c780070d6f59748 to your computer and use it in GitHub Desktop.
Save rupeshtiwari/6860fbc1b3e2f6711c780070d6f59748 to your computer and use it in GitHub Desktop.
Custom Material Icon Folder ( customize folder icons vscode material theme)
tags title
vscode, material,customize folder icons vscode material theme
How to add custom folder icon in Material icons

Steps to add custom folder icon in Material icons

Go to Settings.json file

settings.json changes

Add your custom folder and icon name

   "material-icon-theme.folders.associations": {
        "infrastructure":  "Cluster",
        "stripe":  "Resource"
    }
}

material customer folders

material folder icons

material file icons

@aramrw
Copy link

aramrw commented Nov 9, 2023

This isn't working for me. Any idea why?

Doesn't work for me either

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment