https://github.com/cange/nightfox.zed
A port of the Neovim theme to Zed editor
https://github.com/cange/nightfox.zed
zed zed-theme
Last synced: 5 months ago
JSON representation
A port of the Neovim theme to Zed editor
- Host: GitHub
- URL: https://github.com/cange/nightfox.zed
- Owner: cange
- License: mit
- Created: 2024-05-02T20:49:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-21T18:32:44.000Z (10 months ago)
- Last Synced: 2025-10-25T22:54:28.367Z (8 months ago)
- Topics: zed, zed-theme
- Language: Lua
- Homepage:
- Size: 1.62 MB
- Stars: 69
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zed-extensions - Nightfox Themes - opaque / blurred
README
Nightfox for Zed
_A theme collection – Ported from the beloved [nightfox.nvim](https://github.com/EdenEast/nightfox.nvim) theme_
[](https://github.com/EdenEast/nightfox.nvim)
[](https://github.com/zed-industries/zed)
---
## Theme Showcase
- All themes available in both **opaque** and **blurred** variants
- Screenshots using _"JetBrainsMono"_ as font
🌙 Nightfox
The classic dark theme
🌆 Duskfox
Balanced twilight theme
☀️ Dayfox
Light theme for bright environments
🌅 Dawnfox
Warm dawn colors with soft contrast
🧊 Nordfox
Cool Nordic-inspired theme
🌍 Terafox
Earthy greens and warm tones
⚫ Carbonfox
Deep black theme for minimal distraction
---
## 🚀 Installation
1. Open Zed editor
2. Press `Cmd+Shift+P` (macOS) or `Ctrl+Shift+P` (Linux/Windows)
3. Type "Extensions" and select "zed: extensions"
4. Search for "Nightfox"
5. Click "Install"
---
## 🛠️ Development
For Contributors
### Prerequisites
```bash
luarocks install nvim-nightfox
```
This will install the required dependencies.
### Build
```bash
# Production build
make build
# Development mode
make dev
```
This generates the appropriate Zed theme configuration file.
---
## 🙏 Acknowledgements
- **[EdenEast](https://github.com/EdenEast)** - Creator of the original [nightfox.nvim](https://github.com/EdenEast/nightfox.nvim)
- **Zed Team** - For creating an amazing editor
---
Made with ❤️ for the Zed community