From 29e2653670ea91b818a2d7048f248b65d890f02d Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Mon, 21 Jun 2021 22:01:59 -0300 Subject: [PATCH] alacritty: add dracula theme submodule --- .alacritty/themes/dracula | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .alacritty/themes/dracula create mode 100644 .gitmodules diff --git a/.alacritty/themes/dracula b/.alacritty/themes/dracula new file mode 160000 index 0000000..50afeef --- /dev/null +++ b/.alacritty/themes/dracula @@ -0,0 +1 @@ +Subproject commit 50afeef999f5e97543f91015ae8fb941996c326b diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d6efd0a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".alacritty/themes/dracula"] + path = .alacritty/themes/dracula + url = git@github.com:dracula/alacritty.git