From 58751c926b4fcb6469a46b1a06735e254207914c Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago Da Silva" Date: Mon, 5 Apr 2021 10:52:06 -0300 Subject: [PATCH] chore: add .themes with a submodule --- .gitmodules | 3 +++ .themes/dracula | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 .themes/dracula diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0a1dbc0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".themes/dracula"] + path = .themes/dracula + url = https://github.com/dracula/gtk diff --git a/.themes/dracula b/.themes/dracula new file mode 160000 index 0000000..5f538d7 --- /dev/null +++ b/.themes/dracula @@ -0,0 +1 @@ +Subproject commit 5f538d7daaa3f71d181c2d18d7ab39632efc8c48