Symbols Icons for JetBrains

June 17, 2026 · View on GitHub

Build Version Downloads

A minimal file and folder icon theme for JetBrains IDEs.

Based on vscode-symbols by Miguel Solorio.

Preview

image

Installation

Plugin Marketplace

  1. Head to the Plugin Marketplace (Settings > Plugins > Marketplace)
  2. Search for "Symbols Icons"
  3. 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.