Skip to content

Commit

Permalink
Add Gruvbox-ish (#1224)
Browse files Browse the repository at this point in the history
adds the [gruvbox-ish](https://github.com/LeoDog896/zed-gruvbox-ish)
theme ([original](https://github.com/graceful-potato/gruvbox-ish)).

**Note**: I have not explicitly licensed the previous repository. I've
contacted the author of `gruvbox-ish` by email, where they said "Of
course you can port/modify or do whatever you want with it." If there's
some extra requirement for licensing, I can ask for explicit licensing 👍

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
LeoDog896 and maxdeviant committed Aug 23, 2024
1 parent 6f5669a commit 17b3e14
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 @@ -390,6 +390,10 @@
path = extensions/gruber-flavors
url = https://github.com/biaqat/gruber-theme-zed.git

[submodule "extensions/gruvbox-ish"]
path = extensions/gruvbox-ish
url = https://github.com/LeoDog896/zed-gruvbox-ish

[submodule "extensions/gruvbox-material"]
path = extensions/gruvbox-material
url = https://github.com/tokiory/zed-gruvbox-material.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,10 @@ version = "0.0.4"
submodule = "extensions/gruber-flavors"
version = "0.6.0"

[gruvbox-ish]
submodule = "extensions/gruvbox-ish"
version = "0.0.1"

[gruvbox-material]
submodule = "extensions/gruvbox-material"
version = "1.0.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/gruvbox-ish
Submodule gruvbox-ish added at 13ade3

0 comments on commit 17b3e14

Please sign in to comment.