Blackglass is a refined dark and light theme for the Zed editor, maintained by byyourself22.
The theme is based on the original Onyx Theme by Shawn Lukas and includes substantial visual adjustments by me
- Blackglass Dark
- Blackglass Light
- Open Zed.
- Run
zed: extensionsfrom the command palette, or open the Extensions menu withCtrl+Shift+X(Cmd+Shift+Xon macOS). - Select Install Dev Extension.
- Choose this repository's directory.
- Select Blackglass from the theme selector.
{
"theme": {
"mode": "system",
"light": "Blackglass Light",
"dark": "Blackglass Dark"
},
"buffer_font_family": ".ZedMono",
"buffer_font_size": 14,
"buffer_font_weight": 400,
"buffer_line_height": "standard",
"ui_font_family": ".ZedSans",
"ui_font_size": 16,
"ui_font_weight": 400
}- Open recommended-settings/settings.json and copy the settings you want to use.
- In Zed, press
Ctrl+Shift+P(Cmd+Shift+Pon macOS) to open the command palette, then runzed: open settings.
Do not replace your whole settings.json unless you want to discard your current preferences. The recommended file is intended to be merged with it.
The Catppuccin Mocha icon theme must be installed separately; otherwise, replace it with an icon theme already available in your Zed installation.
- Blackglass modifications and maintenance: byyourself22
- Original Onyx Theme base: Shawn Lukas
See CREDITS.md for attribution details