https://github.com/Sha1rholder/polycarbonate-dark-theme
Turn Zed into a clean slab of dark glass.
https://github.com/Sha1rholder/polycarbonate-dark-theme
zed zed-theme
Last synced: 12 days ago
JSON representation
Turn Zed into a clean slab of dark glass.
- Host: GitHub
- URL: https://github.com/Sha1rholder/polycarbonate-dark-theme
- Owner: Sha1rholder
- License: mit
- Created: 2026-03-08T22:03:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-06-01T21:48:19.000Z (about 2 months ago)
- Last Synced: 2026-06-01T23:23:03.675Z (about 2 months ago)
- Topics: zed, zed-theme
- Homepage:
- Size: 903 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zed-extensions - Polycarbonate Dark Theme
README
[简体中文](./README.zh-Hans.md)
# Polycarbonate Dark Theme
Turn Zed into a clean slab of dark glass.
## Included Themes
- Polycarbonate sha1
- Polycarbonate Ayu Dark
- Polycarbonate Gruvbox Dark
- Polycarbonate One Dark
## Preview



## Installation
1. Open the Zed extensions page
2. Search for `Polycarbonate Dark`
3. Click install
## Using with TranslucentTB
When using it with [TranslucentTB](https://github.com/TranslucentTB/TranslucentTB), it is recommended to set the accent to `clear` and the color to `#000000DD`. This will seamlessly blend Zed with the Windows taskbar, as shown in the preview.
## Common Customizations
```jsonc
{
"experimental.theme_overrides": {
"background": "#110D", // Background color, defaults to #000D
"title_bar.background": "#110D", // Top title bar background color, defaults to #000D
"status_bar.background": "#110D", // Bottom status bar background color, defaults to #000D
"tab.active_background": "#057", // Active tab background color, defaults to #000
"search.match_background": "#333", // Search match background color, defaults to #333
"search.active_match_background": "#666", // Active search match background color, defaults to #666
"players": [
{
"selection": "#6AD8"
}
], // Selection area color
"syntax": {
"comment": {
"color": "#7D7", // Comment foreground color
"background_color": "#0001" // Comment background color
}
}
}
}
```
## Known Issues
Zed's current transparency implementation prevents this theme from displaying git gutter colors.
Under 10 bpc color depth, the Windows Multi Panel Overlay (MPO) function may encounter a graphics driver error that incorrectly calculates transparency. This bug causes the actual window transparency to be higher than the set transparency. In addition to Zed's native transparency settings, the [VSCode skacekachna.win-opacity plugin](https://marketplace.visualstudio.com/items?itemName=skacekachna.win-opacity), [foobar2000](https://www.foobar2000.org/), and TranslucentTB are all affected by this bug. If you think the default transparency of this plugin is too high, it is most likely due to this bug. The solution is to set the graphics card color depth output to 8 bpc.