Skip to content

Instantly share code, notes, and snippets.

@Arcrueid
Forked from rupeshtiwari/material-icon.md
Created August 25, 2022 03:23
Show Gist options
  • Select an option

  • Save Arcrueid/c09bd722e2da26c5e23cb4923d877400 to your computer and use it in GitHub Desktop.

Select an option

Save Arcrueid/c09bd722e2da26c5e23cb4923d877400 to your computer and use it in GitHub Desktop.
Custom Material Icon Folder ( customize folder icons vscode material theme)
tags vscode, material,customize folder icons vscode material theme
title 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

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