Skip to content

Commit

Permalink
Add atomize theme (#1280)
Browse files Browse the repository at this point in the history
This pull request adds the Atomize theme as a submodule to the Zed
repository.

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
zhouyuxiang0 and maxdeviant authored Aug 23, 2024
1 parent 6d07c07 commit f1a860b
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 @@ -46,6 +46,10 @@
path = extensions/asteroid
url = https://github.com/webhooked/asteroid-zed

[submodule "extensions/atomize"]
path = extensions/atomize
url = https://github.com/zhouyuxiang0/atomize.zed.git

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

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

[aura-theme]
submodule = "extensions/aura"
path = "packages/zed"
Expand Down
1 change: 1 addition & 0 deletions extensions/atomize
Submodule atomize added at 23cc87

0 comments on commit f1a860b

Please sign in to comment.