Skip to content

Commit 17fb77b

Browse files
Add GitHub Copilot Theme (#980)
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
1 parent cad8c79 commit 17fb77b

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
@@ -226,6 +226,10 @@
226226
path = extensions/git-firefly
227227
url = https://github.com/d1y/git_firefly.git
228228

229+
[submodule "extensions/github-copilot-theme"]
230+
path = extensions/github-copilot-theme
231+
url = https://github.com/ssaunderss/zed-gh-copilot-theme
232+
229233
[submodule "extensions/github-dark-default"]
230234
path = extensions/github-dark-default
231235
url = https://github.com/MordFustang21/zed-github-dark.git

extensions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ version = "0.0.2"
272272
submodule = "extensions/git-firefly"
273273
version = "0.0.3"
274274

275+
[github-copilot-theme]
276+
submodule = "extensions/github-copilot-theme"
277+
version = "0.0.1"
278+
275279
[github-dark-default]
276280
submodule = "extensions/github-dark-default"
277281
version = "0.0.1"

extensions/github-copilot-theme

Submodule github-copilot-theme added at fb67f76

0 commit comments

Comments
 (0)