A clean, elegant theme for Zed inspired by LazyVim and TokyoNight. This theme brings the beautiful aesthetics of LazyVim's default color scheme to the Zed editor.
This theme includes two variants:
- LazyVim Moon (Dark) - A dark theme with deep blue background and vibrant syntax highlighting
- LazyVim Day (Light) - A light theme with soft colors perfect for daytime coding
- Carefully crafted color palette based on TokyoNight
- Comprehensive syntax highlighting for all major languages
- Optimized editor UI colors (status bar, tabs, borders, etc.)
- Full terminal ANSI color support
- Git status colors (created, modified, deleted)
- Diagnostic colors (error, warning, info, hint)
- Multiple cursor colors for collaborative editing
- Clone or download this repository
- Copy the
themes/lazyvim.jsonfile to your Zed themes directory:- macOS/Linux:
~/.config/zed/themes/ - Windows:
%APPDATA%\Zed\themes\
- macOS/Linux:
- Restart Zed or reload your configuration
- Open Zed settings (Cmd/Ctrl + ,)
- Search for "theme" and select either "LazyVim Moon" or "LazyVim Day"
Once published to the Zed extension registry, you'll be able to install it directly from Zed:
- Open the command palette (Cmd/Ctrl + Shift + P)
- Type "zed: extensions"
- Search for "LazyVim Theme"
- Click Install
- Background:
#222436 - Foreground:
#c8d3f5 - Blue:
#82aaff - Cyan:
#86e1fc - Green:
#c3e88d - Yellow:
#ffc777 - Orange:
#ff966c - Red:
#ff757f - Purple:
#c099ff - Magenta:
#fca7ea
- Background:
#e1e2e7 - Foreground:
#3760bf - Blue:
#2e7de9 - Cyan:
#007197 - Green:
#587539 - Yellow:
#8c6c3e - Orange:
#b15c00 - Red:
#f52a65 - Purple:
#9854f1
This theme is structured as a Zed extension. The main theme definition is in themes/lazyvim.json, following the Zed theme schema v0.2.0.
zed-nvim-theme/
├── extension.toml # Extension metadata
├── README.md # This file
└── themes/
└── lazyvim.json # Theme definitions
GNU General Public License v3.0 - see the LICENSE file for details.
Issues and pull requests are welcome! If you'd like to suggest improvements or report bugs, please open an issue on the repository.