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.