Skip to content

Commit

Permalink
Add Iceberg Theme (#1254)
Browse files Browse the repository at this point in the history
Adds [iceberg](https://github.com/cocopon/iceberg.vim/) theme to zed
extensions.

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
EFDos and maxdeviant authored Aug 26, 2024
1 parent f40bfcf commit d4d5bae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,10 @@
path = extensions/http
url = https://github.com/tie304/zed-http.git

[submodule "extensions/iceberg"]
path = extensions/iceberg
url = https://github.com/EFDos/iceberg-zed-theme.git

[submodule "extensions/indigo"]
path = extensions/indigo
url = https://github.com/p3rception/Indigo-zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ version = "0.1.2"
submodule = "extensions/http"
version = "0.0.1"

[iceberg]
submodule = "extensions/iceberg"
version = "0.2.10"

[indigo]
submodule = "extensions/indigo"
version = "0.1.2"
Expand Down
1 change: 1 addition & 0 deletions extensions/iceberg
Submodule iceberg added at e748af

0 comments on commit d4d5bae

Please sign in to comment.