Skip to content

Commit 1c9614a

Browse files
Add gruvchad theme extension (#3421)
Ported the Gruvchad theme from NvChad --------- Co-authored-by: Marshall Bowers <[email protected]>
1 parent 77bdfcf commit 1c9614a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,10 @@
10141014
path = extensions/gruvbox-material
10151015
url = https://github.com/tokiory/zed-gruvbox-material.git
10161016

1017+
[submodule "extensions/gruvchad"]
1018+
path = extensions/gruvchad
1019+
url = https://github.com/hey-ewan/zed-gruvchad.git
1020+
10171021
[submodule "extensions/hacker-night-vision"]
10181022
path = extensions/hacker-night-vision
10191023
url = https://github.com/Takk8IS/hacker-night-vision-theme-for-zed.git

extensions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,10 @@ version = "0.0.1"
10261026
submodule = "extensions/gruvbox-material"
10271027
version = "1.0.0"
10281028

1029+
[gruvchad]
1030+
submodule = "extensions/gruvchad"
1031+
version = "0.1.0"
1032+
10291033
[hacker-night-vision]
10301034
submodule = "extensions/hacker-night-vision"
10311035
version = "2.0.0"

extensions/gruvchad

Submodule gruvchad added at 1616ff9

0 commit comments

Comments
 (0)