Minimal theme using only a few colors, focus on high readability and reasonable contrast.
I think many of today's themes are too colourful, it both becomes distracting and makes it hard to see important visual feedback as hints, warnings and errors.
- JetBrains IDEs (IntelliJ, Rider, WebStorm, etc.)
- Zed (work in progress)
The JetBrains theme is located in the jetbrains-theme/ directory.
Prerequisites:
makejar(usually part of JDK/JRE)
- Navigate to the theme directory:
cd jetbrains-theme - Build the plugin:
This will generate a
make
.jarfile injetbrains-theme/build/.
- Open your JetBrains IDE.
- Go to Settings -> Plugins.
- Click the Gear Icon (⚙️) -> Install Plugin from Disk....
- Select the generated
jetbrains-theme/build/BoringTheme-<VERSION>.jar.
The Zed theme is located in the zed-theme/ directory.
Since this theme is not yet in the official Zed extensions registry, you can install it as a Dev Extension:
- Open Zed.
- Open the Extensions panel (
Cmd+Shift+X). - Click the Install Dev Extension button at the top of the panel.
- Navigate to the
boring-theme/zed-themefolder and select it. - Open the Theme Selector (
Cmd+K Cmd+T) and choose Boring Theme or Boring Theme (Dark).

