Skip to content

Commit

Permalink
Add Replicant theme (zed-industries#1503)
Browse files Browse the repository at this point in the history
Ported one of my favourite [VS Code
themes](https://github.com/kenziebottoms/vscode-theme-replicant) over to
Zed, so the whole world can use it :)


![preview](https://github.com/user-attachments/assets/d627d6d5-abc6-4dca-be62-683dfbada4d3)
  • Loading branch information
pierrenel authored Oct 10, 2024
1 parent 39096f0 commit 8283ed5
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 @@ -958,6 +958,10 @@
path = extensions/relay
url = https://github.com/XiNiHa/relay-zed

[submodule "extensions/replicant"]
path = extensions/replicant
url = https://github.com/pierrenel/replicant.git

[submodule "extensions/rescript"]
path = extensions/rescript
url = https://github.com/humaans/rescript-zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,10 @@ version = "0.0.2"
submodule = "extensions/relay"
version = "0.0.1"

[replicant]
submodule = "extensions/replicant"
version = "0.0.2"

[rescript]
submodule = "extensions/rescript"
version = "0.1.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/replicant
Submodule replicant added at 1a74cb

0 comments on commit 8283ed5

Please sign in to comment.