Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -910,6 +910,10 @@
path = extensions/cursor-dark-theme
url = https://github.com/loosheng/zed-cursor-dark-theme.git

[submodule "extensions/cursor-theme"]
path = extensions/cursor-theme
url = https://github.com/Jenil-Desai/cursor-theme.git
Comment thread
Jenil-Desai marked this conversation as resolved.

[submodule "extensions/cyan-light-theme"]
path = extensions/cyan-light-theme
url = https://github.com/biaqat/cyan-light-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 @@ -926,6 +926,10 @@ version = "1.1.2"
submodule = "extensions/cursor-dark-theme"
version = "0.0.1"

[cursor-theme]
submodule = "extensions/cursor-theme"
version = "0.0.1"

[cyan-light-theme]
submodule = "extensions/cyan-light-theme"
version = "0.7.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/cursor-theme
Submodule cursor-theme added at 4dd6ca