catppuccin / vscode-icons

🦊 Soothing pastel icons for VSCode/VSCodium
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-icons
MIT License
599 stars 31 forks source link

Different Icons for different Java Class Types #96

Closed thelooter closed 6 months ago

thelooter commented 9 months ago

Type

Context and associations

All Java classes have the .java extension, so a content check would need to be performed.

The following types exist

References

Maybe different colors for different types, like e.G. green for interfaces and purple for enums.

prazdevs commented 9 months ago

While VSCode probably won't support that (see how Java language is declared https://github.com/redhat-developer/vscode-java/blob/0919d62cf33638db0fe23b943d440bcde3c8e116/package.json#L200 ), it is planned to make other icons for the JetBrains extension/theme. Other colors may be available but not associated then

prazdevs commented 6 months ago

New icons are added and ready for custom associations, if used within VSC, still limited by the way extensions are parsed by VSC