A vibrant, retro-inspired theme for the Zed editor based on the synthwave aesthetic of the 1980s. Inspired by the music and cover artwork of modern Synthwave bands like FM-84, Timecop 1983, and The Midnight.
-
Install from Zed Extensions (Recommended)
- Open Zed β Command Palette (
Cmd/Ctrl + Shift + P) - Search "zed: Extensions" β Search "Synthwave 84" β Install
- Open Zed β Command Palette (
-
Apply the theme
- Open Settings (
Cmd/Ctrl + ,) - Set
"theme": "Synthwave84"
- Open Settings (
-
Choose your variant
"Synthwave84"- Classic vibrant experience"Synthwave84 Soft"- Lower contrast for extended coding"Synthwave84 High Contrast"- Enhanced visibility
- Dark synthwave-inspired color palette
- Neon-like syntax highlighting with vibrant purples, pinks, and cyans
- Carefully crafted contrast for comfortable long coding sessions
- Retro-futuristic UI elements
- Enhanced AI/LLM support with custom theming for predictive text and inline completions
- Comprehensive language-specific optimizations for 15+ languages
- Full Monaspace variable font family support
- Three theme variants:
- Synthwave84 - The classic vibrant synthwave experience
- Synthwave84 Soft - Lower contrast for extended coding sessions
- Synthwave84 High Contrast - Enhanced visibility with more vibrant colors
- Alacritty: Copy
terminal/synthwave84.tomlto your config - Wezterm: Import the TOML configuration
- Kitty: Copy
terminal/synthwave84.confto~/.config/kitty/themes/ - Windows Terminal: Import
terminal/synthwave84-windows-terminal.json - iTerm2/Terminal.app: Use JSON format with conversion tools
- VS Code/Hyper: Use
terminal/synthwave84.json - Zed Built-in Terminal: Automatically uses theme colors
For a complete synthwave experience, use the included terminal color schemes:
# Automatic installation for detected terminals
./install-terminal.sh- TOML format:
terminal/synthwave84.toml(Alacritty, Wezterm) - JSON format:
terminal/synthwave84.json(VS Code terminal, Hyper) - Kitty format:
terminal/synthwave84.conf(Kitty terminal) - Windows Terminal:
terminal/synthwave84-windows-terminal.json
Kitty:
mkdir -p ~/.config/kitty/themes
cp terminal/synthwave84.conf ~/.config/kitty/themes/
echo "include themes/synthwave84.conf" >> ~/.config/kitty/kitty.conf
kitty @ set-colors ~/.config/kitty/themes/synthwave84.confWindows Terminal:
- Open Windows Terminal β Settings β Color schemes
- Click "Add new" β Import from file
- Select
terminal/synthwave84-windows-terminal.json - Apply to your profile
# Add to your shell profile (.bashrc, .zshrc, etc.)
export LS_COLORS="di=1;36:fi=0;37:ln=1;35:ex=1;32:*.rs=0;33:*.js=0;33:*.ts=0;36:*.py=0;32"
# Git colors to match theme
git config --global color.status.changed "yellow"
git config --global color.status.untracked "cyan"
git config --global color.status.added "green"
git config --global color.branch.current "magenta bold"- Open Zed
- Open the command palette (
Cmd/Ctrl + Shift + P) - Search for "zed: Extensions"
- Search for "Synthwave 84"
- Click "Install"
- Clone this repository or download the files
- Copy the entire folder to
~/.config/zed/extensions/synthwave84 - Restart Zed
- Open settings (
Cmd/Ctrl + ,) - Add the following to your settings.json:
{
"theme": "Synthwave84"
}To use a different variant, change the theme name:
"theme": "Synthwave84"- Classic variant"theme": "Synthwave84 Soft"- Soft variant for extended use"theme": "Synthwave84 High Contrast"- High contrast variant
This theme is optimized for use with the Monaspace font family. Monaspace offers five unique variants, each with variable weight, width, and slant axes:
- Monaspace Neon - Neo-grotesque sans (clean and modern)
- Monaspace Argon - Humanist sans (friendly and readable)
- Monaspace Xenon - Slab serif (structured and bold)
- Monaspace Radon - Handwriting (expressive and unique)
- Monaspace Krypton - Mechanical sans (technical and precise)
Add to your Zed settings.json:
{
"buffer_font_family": "Monaspace Neon",
"buffer_font_features": {
"calt": true, // Contextual alternates (texture healing)
"liga": true, // Ligatures
"ss01": true, // Style set 1 (varies by font)
"ss02": true, // Style set 2 (varies by font)
"ss03": true, // Style set 3 (varies by font)
"ss04": true, // Style set 4 (varies by font)
"ss05": true, // Style set 5 (varies by font)
"ss06": true, // Style set 6 (varies by font)
"ss07": true, // Style set 7 (varies by font)
"ss08": true // Style set 8 (varies by font)
},
"buffer_font_weight": 400,
"buffer_font_size": 14,
"ui_font_family": "Monaspace Argon",
"ui_font_size": 14
}You can customize the font appearance using variable axes:
{
"buffer_font_weight": 300, // 200-800 (Light to Extra Bold)
"buffer_font_features": {
"wdth": 100, // Width: 100-125 (Normal to Wide)
"slnt": -12 // Slant: 0 to -12 (Upright to Italic)
}
}- General Coding: Monaspace Neon (buffer) + Monaspace Argon (UI)
- Data Science/Notebooks: Monaspace Xenon (buffer) + Monaspace Neon (UI)
- Creative Coding: Monaspace Radon (buffer) + Monaspace Krypton (UI)
- Systems Programming: Monaspace Krypton (buffer) + Monaspace Argon (UI)
If you prefer other fonts, the theme also works well with:
- JetBrains Mono
- Fira Code
- Cascadia Code
- Victor Mono (for italic emphasis)
See COLORS.md for the complete color palette reference.
- WCAG AA Compliant: All text meets contrast ratio requirements (4.5:1+)
- High Contrast Variant: Enhanced visibility with 7:1+ contrast ratios
- Color Blind Friendly: Tested with deuteranopia and protanopia simulators
- Reduced Motion: No animations, suitable for vestibular sensitivity
- Ensure you're using the exact theme names:
"Synthwave84","Synthwave84 Soft","Synthwave84 High Contrast" - Restart Zed after installation
- Check that the extension is enabled in Extensions panel
- Verify your monitor's color profile and brightness settings
- Some terminals may not support true color - use Zed's built-in terminal
- Update to the latest Zed version for best compatibility
- Linux/NixOS: Ensure
~/.config/zed/extensions/directory exists and is writable - Permission errors: Run
chmod -R 755 ~/.config/zed/extensions/synthwave84 - Manual installation: Copy the entire theme folder, not just individual files
- Install Monaspace fonts for optimal experience
- Enable font features in settings:
"liga": true, "calt": true - Clear font cache if using custom fonts:
fc-cache -f -v(Linux)
- Original Synthwave '84 concept by Robb Owen
- Ported to Zed by DROO

