Symbols Icons for JetBrains
June 17, 2026 · View on GitHub
A minimal file and folder icon theme for JetBrains IDEs.
Based on vscode-symbols by Miguel Solorio.
Preview
Installation
Plugin Marketplace
- Head to the Plugin Marketplace (Settings > Plugins > Marketplace)
- Search for "Symbols Icons"
- Install Plugin
Manual
Download the latest release and import it with Settings > Plugins > ⚙️ > Install plugin from disk....
Development
deno task build
./gradlew --no-daemon test
./gradlew --no-daemon buildPlugin
Release
deno task build
git --no-pager diff --exit-code -- src/main/kotlin/com/github/sebastiandotdev/symbols/Icons.kt src/main/resources/symbols/icons
./gradlew --no-daemon test
./gradlew --no-daemon buildPlugin
Based on the IntelliJ Platform Plugin Template.