No description
| themes | ||
| .gitignore | ||
| extension.toml | ||
| LICENSE | ||
| README.md | ||
Iceberg for Zed
A port of iceberg.vim and cocopon/vscode-iceberg-theme to the Zed editor.
Ships both Iceberg (dark) and Iceberg Light variants.
Install
As a dev extension
Clone this repo, then in Zed run zed: install dev extension and pick the cloned directory.
Drop-in theme file
Copy themes/iceberg.json into ~/.config/zed/themes/ and select the theme via theme selector: toggle.
Variants
| Variant | Appearance | Background | Foreground |
|---|---|---|---|
| Iceberg | dark | #161821 |
#c6c8d1 |
| Iceberg Light | light | #e8e9ec |
#33374c |
Credits
- Original VSCode theme by cocopon.
- Zed port by gkeep.
Released under the MIT license.