Skip to content

Commit

Permalink
Add Malibu Theme (#1262)
Browse files Browse the repository at this point in the history
This pull request adds the Malibu theme as a submodule to the Zed
repository.
The theme is located in the `extensions/malibu-theme` directory and is
registered in the `extensions.toml` file with version 0.0.1.

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
michael-andreuzza and maxdeviant committed Aug 23, 2024
1 parent f1a860b commit 625e878
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 @@ -498,6 +498,10 @@
path = extensions/make
url = https://github.com/caius/zed-make.git

[submodule "extensions/malibu"]
path = extensions/malibu
url = https://github.com/michael-andreuzza/malibu-theme-zed.git

[submodule "extensions/mariana-theme"]
path = extensions/mariana-theme
url = https://github.com/biaqat/mariana-theme-zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,10 @@ version = "0.1.0"
submodule = "extensions/make"
version = "1.0.1"

[malibu]
submodule = "extensions/malibu"
version = "0.0.1"

[mariana-theme]
submodule = "extensions/mariana-theme"
version = "0.7.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/malibu
Submodule malibu added at 03d2c6

0 comments on commit 625e878

Please sign in to comment.