From e28c28e0752784a418cd6eabc972ddbbc4b2d354 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 18 Jun 2020 11:35:16 -0400 Subject: [PATCH] Dracula GTK Theme - Add dracula gtk theme as submodule --- .gitmodules | 3 +++ .themes/Dracula | 1 + 2 files changed, 4 insertions(+) create mode 160000 .themes/Dracula diff --git a/.gitmodules b/.gitmodules index f92f3f0..508784c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".tmux/plugins/tpm"] path = .tmux/plugins/tpm url = https://github.com/tmux-plugins/tpm +[submodule ".themes/Dracula"] + path = .themes/Dracula + url = git@github.com:dracula/gtk.git diff --git a/.themes/Dracula b/.themes/Dracula new file mode 160000 index 0000000..456fea6 --- /dev/null +++ b/.themes/Dracula @@ -0,0 +1 @@ +Subproject commit 456fea640dd1897d0136d937910e29ad5eb39dd8