A dark theme for Zed, ported from the popular Relaxed VSCode theme.
Muted, warm tones on a deep grey background — built for long sessions without eye strain.
- Open Zed and go to Extensions (
cmd+shift+xon macOS) - Search for Relaxed Theme
- Click Install
- Open the theme picker (
cmd+k cmd+t) and select Relaxed
- Clone this repo into
~/.config/zed/themes/:git clone https://github.com/stefanbc/relaxed-zed-theme ~/.config/zed/themes/relaxed-zed-theme - Restart Zed
- Open the theme picker (
cmd+k cmd+t) and select Relaxed
| Role | Color |
|---|---|
| Background | #2e333b |
| Editor foreground | #d9d9d9 |
| Keywords | #b06698 |
| Functions | #7eaac7 |
| Strings | #909d63 |
| Types / Classes | #ebc17a |
| Constants | #b06698 |
| Tags | #bc5653 |
| Comments | #727272 |
| Variables | #d9d9d9 |
| Operators | #6a8799 |
| Regex / Escape | #acbbd0 |
MIT — see LICENSE