A color theme extension for the Zed editor based on JetBrains IDE color schemes. This theme brings the familiar and comfortable look of JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, RustRover, etc.) to your Zed editor experience.
- Includes both light and dark theme variants
- Carefully crafted color palette based on JetBrains IDE themes
- Optimized for code readability and extended coding sessions
- Syntax highlighting that follows JetBrains color conventions
To install the theme in Zed editor, open the extension page and click Install in Zed.
Alternatively, you can install it from within the Zed editor:
- Open Zed editor
- Press
Cmd+Shift+P(macOS) orCtrl+Shift+P(Linux/Windows) to open the command palette - Type "extensions" and select Extensions: Install Extensions
- Search for "JetBrains"
- Click Install on the JetBrains Themes extension
After installation, you can activate the theme:
- Press
Cmd+KthenCmd+T(macOS) orCtrl+KthenCtrl+T(Linux/Windows) - Select JetBrains Dark or JetBrains Light from the theme selector
You can configure Zed to automatically switch between light and dark themes based on your system theme. Add the following to your Zed settings (Cmd+, or Ctrl+, to open settings):
"theme": {
"mode": "system",
"light": "JetBrains Light",
"dark": "JetBrains Dark"
}With this configuration, the theme will automatically match your operating system's appearance settings.

