From 17b3e14b30ad2c9818b1d8cf82967a5473762186 Mon Sep 17 00:00:00 2001 From: "Tristan F." Date: Fri, 23 Aug 2024 16:40:59 -0400 Subject: [PATCH] Add Gruvbox-ish (#1224) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitmodules | 4 ++++ extensions.toml | 4 ++++ extensions/gruvbox-ish | 1 + 3 files changed, 9 insertions(+) create mode 160000 extensions/gruvbox-ish diff --git a/.gitmodules b/.gitmodules index 8db63794c..cfd94be30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/extensions.toml b/extensions.toml index 85c3fd8a9..684ad795d 100644 --- a/extensions.toml +++ b/extensions.toml @@ -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" diff --git a/extensions/gruvbox-ish b/extensions/gruvbox-ish new file mode 160000 index 000000000..13ade3936 --- /dev/null +++ b/extensions/gruvbox-ish @@ -0,0 +1 @@ +Subproject commit 13ade393632d548cded9b5883585e2dd92efe7b6