From 41ace2dbed01bec925bb00dd1a322ff065032b8a Mon Sep 17 00:00:00 2001
From: Thomas Alcala <thomas@lockrmail.com>
Date: Sat, 20 May 2023 19:13:26 -0700
Subject: [PATCH] feat: gotham theme

---
 lua/custom/plugins/themes/vim-gotham.lua   | 1 +
 lua/custom/plugins/themes/vim-thematic.lua | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 lua/custom/plugins/themes/vim-gotham.lua

diff --git a/lua/custom/plugins/themes/vim-gotham.lua b/lua/custom/plugins/themes/vim-gotham.lua
new file mode 100644
index 00000000..d1e209f2
--- /dev/null
+++ b/lua/custom/plugins/themes/vim-gotham.lua
@@ -0,0 +1 @@
+return { 'whatyouhide/vim-gotham' }
diff --git a/lua/custom/plugins/themes/vim-thematic.lua b/lua/custom/plugins/themes/vim-thematic.lua
index a80910e6..f0d9c011 100644
--- a/lua/custom/plugins/themes/vim-thematic.lua
+++ b/lua/custom/plugins/themes/vim-thematic.lua
@@ -33,6 +33,8 @@ let g:thematic#themes = {
 \                },
 \ 'gloombuddy'  : {
 \                },
+\ 'gotham'  : {
+\                },
 \ 'hybrid'  : {
 \                },
 \ 'juliana'  : {