- All themes available in both opaque and blurred variants
- Screenshots using "JetBrainsMono" as font
The classic dark theme
|
Balanced twilight theme
|
Light theme for bright environments
|
Warm dawn colors with soft contrast
|
Cool Nordic-inspired theme
|
Earthy greens and warm tones
|
- Open Zed editor
- Press
Cmd+Shift+P(macOS) orCtrl+Shift+P(Linux/Windows) - Type "Extensions" and select "zed: extensions"
- Search for "Nightfox"
- Click "Install"
For Contributors
To build the theme, make sure the following are installed:
Install the required Lua dependencies via (from nvim-nightfox-<version>.rockspec):
luarocks make --only-deps --local- Create a fork of the repository and clone it locally.
- Use a descriptive name for your topic branch.
- Edit the Lua files in
lib/. - Run
make devcommand to generate a theme file inthemes/with theme names suffixed with(dev).
One can test the changes in Zed directly by using a symlink of the generated theme file:
- Run
ln -s $(pwd)/themes/nvim-nightfox.json ~/.config/zed/themes/(macOS example). - Restart Zed.
- The
(dev)marked themes should now be available within the editor's theme picker.
make prodThis generates the appropriate production-ready Zed theme file.
- EdenEast - Creator of the original nightfox.nvim
- Zed Team - For creating an amazing editor
Made with β€οΈ for the Zed community






