No description
Find a file
2026-05-04 00:35:02 +03:00
themes init 2026-05-03 22:38:41 +03:00
.gitignore init 2026-05-03 22:38:41 +03:00
extension.toml init 2026-05-03 22:38:41 +03:00
LICENSE init 2026-05-03 22:38:41 +03:00
README.md ref 2026-05-04 00:35:02 +03:00

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.