Eldritch for Zed
A community-driven dark theme inspired by Lovecraftian horror.
Ported from eldritch.nvim with Neovim-matched syntax highlighting across 200+ languages.
For more information, see the main Eldritch theme repository.
| Variant | Description |
|---|---|
| Eldritch | Default palette -- vibrant accents on dark backgrounds |
| Eldritch Dark | Official darker palette from eldritch.nvim -- deeper backgrounds with desaturated accents |
| Eldritch Deeper | Deeper backgrounds with the original vibrant accent colors |
- Open Zed
- Open the Extensions panel (
cmd+shift+x) - Search for "Eldritch"
- Click Install
- Open Settings (
cmd+,) and set your theme:
{
"theme": {
"mode": "dark",
"dark": "Eldritch"
}
}- Clone this repository
- Copy
themes/eldritch.jsonto~/.config/zed/themes/ - Restart Zed and select the theme from Settings
Eldritch Deeper uses the darker backgrounds with the default (vibrant) accent colors.
Zed supports per-token style overrides via experimental.theme_overrides in your settings. To disable italics without switching themes:
{
"experimental.theme_overrides": {
"syntax": {
"comment": { "font_style": "normal" },
"comment.doc": { "font_style": "normal" }
}
}
}








