A blatant ripoff fork of Symbols Icons using Catppuccin color palette.
Designed to be paired with Catppuccin Noctis Theme
You can configure which folders and files icons are displayed by using the following settings:
"catppuccin-noctis-icons.folders.associations": {
"{folder name}": "{icon name}"
}
And here is an example using this setting:
"catppuccin-noctis-icons.folders.associations": {
"entities": "folder-assets",
"infra": "folder-app",
"schemas": "folder-purple"
}
"catppuccin-noctis-icons.files.associations": {
"{file name}": "{icon name}"
}
And here is an example:
"catppuccin-noctis-icons.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.