Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,10 @@
path = extensions/dracula
url = https://github.com/dracula/zed.git

[submodule "extensions/dracula-by-gerson"]
path = extensions/dracula-by-gerson
url = https://github.com/GersonDantas/Custom-Dracula.git

[submodule "extensions/dracula-flat"]
path = extensions/dracula-flat
url = https://github.com/WangWindow/dracula-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 @@ -1111,6 +1111,10 @@ version = "0.0.1"
submodule = "extensions/dracula"
version = "1.1.1"

[dracula-by-gerson]
submodule = "extensions/dracula-by-gerson"
version = "0.0.1"

[dracula-flat]
submodule = "extensions/dracula-flat"
version = "1.0.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/dracula-by-gerson
Submodule dracula-by-gerson added at 43474f