A collection of 46 Zed editor themes inspired by the master palettes of history's most influential painters. Each theme is derived from real color analysis of the artist's body of work, sourced from paletteinspiration.com.
Every artist comes in dark and light variants.
Artists
Installation
From Zed Extensions (recommended)
- Open Zed
- Open the Extensions panel (
Cmd+Shift+Xon macOS,Ctrl+Shift+Xon Linux) - Search for "Palette Masters"
- Click Install
Manual install
git clone https://github.com/regnull/palette-masters-zed.git
cd palette-masters-zed
make installUninstall (manual installs only)
Auto Light/Dark Switching
To automatically switch between an artist's light and dark theme based on your system appearance, set both variants in your Zed settings.json:
{
"theme": {
"mode": "system",
"dark": "Monet — Veiled Parchment",
"light": "Monet Light — Veiled Parchment"
}
}About
Each theme uses the artist's master palette — a statistical color analysis across their entire body of work. The dark themes use the palette's darkest tones as backgrounds with lighter palette colors and derived accents for syntax highlighting. The light themes invert this relationship, placing darkened palette colors on warm, tinted near-white backgrounds.
All themes include:
- Full syntax highlighting (44 token types)
- Terminal ANSI colors (regular, bright, dim)
- Multiplayer cursor colors
- Complete UI styling (panels, tabs, status bar, scrollbar, etc.)
- Status indicators (error, warning, success, info, hints)
Color data sourced from paletteinspiration.com.