Skip to content

Commit

Permalink
Add neovim-default theme (#1733)
Browse files Browse the repository at this point in the history
This is a port of the default Neovim themes

Co-authored-by: Peter Tripp <[email protected]>
  • Loading branch information
KimNorgaard and notpeter authored Dec 2, 2024
1 parent 9e50dd2 commit ae219a0
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 @@ -854,6 +854,10 @@
path = extensions/neosolarized
url = https://github.com/carlocaione/NeoSolarized.zed.git

[submodule "extensions/neovim-default"]
path = extensions/neovim-default
url = https://github.com/KimNorgaard/zed-neovim-default.git

[submodule "extensions/new-darcula"]
path = extensions/new-darcula
url = https://github.com/e-simpson/new-darcula-z.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,10 @@ version = "0.0.1"
submodule = "extensions/neosolarized"
version = "0.0.2"

[neovim-default]
submodule = "extensions/neovim-default"
version = "0.2.0"

[new-darcula]
submodule = "extensions/new-darcula"
version = "1.0.6"
Expand Down
1 change: 1 addition & 0 deletions extensions/neovim-default
Submodule neovim-default added at d6db36

0 comments on commit ae219a0

Please sign in to comment.