Kova Material IconsA VS Code icon theme that extends Material Icon Theme with first-class support for the Kova language. If you're writing What it does
SetupOption 1: Install from VS Code Marketplace
Option 2: Install from a
|
| Setting | Value | What it does |
|---|---|---|
workbench.iconTheme |
"kova-material-icons" |
Activates the Kova icon theme |
You can add this to your Workspace settings (.vscode/settings.json) to make the theme automatic for everyone working on a Kova project: no manual switching needed.
// .vscode/settings.json
{
"workbench.iconTheme": "kova-material-icons"
}
Pairing with the Kova language extension
A dedicated Kova language extension (with syntax highlighting, LSP support, and more) is coming soon. Once available, the two extensions will work together out of the box: install both and your .kova files will have full editor support from icons to intellisense.
👉 Watch kova-lang on GitHub to get notified when it drops.
Contributing
Want to improve the icons or add support for more Kova file types? See CONTRIBUTING.md it's a quick read.
Built with ❤️ by the Kova team.