From 12a3507c467ef0c9e0f2d7ecd3675d5deee6d879 Mon Sep 17 00:00:00 2001 From: Thomas Alcala Date: Sun, 21 May 2023 05:28:00 -0700 Subject: [PATCH] feat: challenger deep theme --- lua/custom/plugins/themes/challenger-deep.lua | 4 ++++ lua/custom/plugins/themes/vim-thematic.lua | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 lua/custom/plugins/themes/challenger-deep.lua diff --git a/lua/custom/plugins/themes/challenger-deep.lua b/lua/custom/plugins/themes/challenger-deep.lua new file mode 100644 index 00000000..440fd76f --- /dev/null +++ b/lua/custom/plugins/themes/challenger-deep.lua @@ -0,0 +1,4 @@ +return { + 'challenger-deep-theme/vim', + name = 'challenger_deep', +} diff --git a/lua/custom/plugins/themes/vim-thematic.lua b/lua/custom/plugins/themes/vim-thematic.lua index 789c4a95..b4286662 100644 --- a/lua/custom/plugins/themes/vim-thematic.lua +++ b/lua/custom/plugins/themes/vim-thematic.lua @@ -20,6 +20,8 @@ let g:thematic#themes = { \ }, \ 'catppuccin' : { \ }, +\ 'challenger_deep' : { +\ }, \ 'deus' : { \ }, \ 'dracula' : {