A collection of translucent dark themes for Zed with frosted glass blur, built on the Material Design 3 color system.
Originally based on dark-glass-theme by Magnus Pladsen (which itself is based on Zedokai by slymax).
| Name | Background tint |
|---|---|
| Material Prism | Neutral dark |
| Material Prism - Pink | Warm rose |
| Material Prism - Indigo | Deep blue |
| Material Prism - Teal | Cool green |
| Material Prism - Amber | Warm amber |
| Material Prism - Deep Purple | Rich violet |
| Material Prism - Blue Grey | Cool grey |
| Material Prism - Brown | Warm brown |
The theme works out of the box in Zed, but to get the frosted glass blur effect you need a compositor that supports it.
Add to your hyprland.conf:
decoration {
blur {
enabled = true
size = 8
passes = 2
ignore_opacity = true
new_optimizations = true
xray = false
}
}Make sure no_blur is not applied globally to all windows. If you use a dots config like end-4/dots-hyprland, comment out the line:
# windowrule = match:class .*, no_blur onEnable Blur in System Settings → Desktop Effects → Blur.
Search for Material Prism in the Zed extension marketplace, or add manually to ~/.config/zed/settings.json:
{
"theme": "Material Prism - Deep Purple"
}- Magnus Pladsen — original dark-glass-theme
- slymax — Zedokai (original base theme)
- trapplus — Material Design 3 adaptation