From 4f812c32ab68e3bd99dde4b431be1f7794a1d1c5 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Mon, 27 Aug 2018 22:00:40 -0400 Subject: [PATCH] Adds zenburn theme submodule Work towards #224 but @sharkdp is going to rebuild themes.bin --- .gitmodules | 3 +++ assets/themes/zenburn | 1 + 2 files changed, 4 insertions(+) create mode 160000 assets/themes/zenburn diff --git a/.gitmodules b/.gitmodules index c2a8b1d3..dcd9a58e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "assets/syntaxes/Nix"] path = assets/syntaxes/Nix url = https://github.com/wmertens/sublime-nix +[submodule "assets/themes/zenburn"] + path = assets/themes/zenburn + url = https://github.com/colinta/zenburn.git diff --git a/assets/themes/zenburn b/assets/themes/zenburn new file mode 160000 index 00000000..b7f27e2f --- /dev/null +++ b/assets/themes/zenburn @@ -0,0 +1 @@ +Subproject commit b7f27e2f6567813991496b387fe902a3a2ef0747