A translucent dark theme for Zed editor, based on Zedokai Darker (Filter Spectrum) with custom blurred backgrounds and transparency effects.
- Blurred translucent backgrounds for a modern glass-like appearance
- Based on the popular Zedokai Darker (Filter Spectrum) color scheme
- Carefully tuned transparency levels for optimal readability
- Custom styling for editor, panels, terminal, and UI elements
Once published, you can install this theme directly from Zed:
- Open Zed
- Press
cmd+shift+pto open the command palette - Type "extensions" and select "zed: extensions"
- Search for "Transparent Dark Glass Theme"
- Click Install
- Clone this repository
- Open Zed
- Press
cmd+shift+pand select "zed: extensions" - Click "Install Dev Extension"
- Select the cloned directory
After installation:
- Press
cmd+k, cmd+tto open theme selector - Search for "Transparent Dark Glass"
- Select the theme
Or set it in your settings:
{
"theme": {
"mode": "system",
"dark": "Transparent Dark Glass"
}
}Based on Zedokai by slymax, which is inspired by Monokai Pro.
MIT License - See LICENSE file for details