From f22b7a54c2607f15989e862d3e80c879944d07f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Wed, 21 Jun 2023 13:37:17 +0200 Subject: [PATCH] Add theme with git submodule --- .gitmodules | 3 +++ themes/gruvbox-simple | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 themes/gruvbox-simple diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..aaca6de --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/gruvbox-simple"] + path = themes/gruvbox-simple + url = https://git.xenrox.net/~xenrox/gruvbox-simple diff --git a/themes/gruvbox-simple b/themes/gruvbox-simple new file mode 160000 index 0000000..bf507bc --- /dev/null +++ b/themes/gruvbox-simple @@ -0,0 +1 @@ +Subproject commit bf507bc9d40ae95765f0e242cd5052049a908e90 -- 2.44.0