From dfb9e4dc6fdf3cd34822a87758a093958a2f6184 Mon Sep 17 00:00:00 2001 From: Thomas Alcala Schneider Date: Sat, 13 May 2023 20:13:07 +0200 Subject: [PATCH] feat: eva01 theme --- lua/custom/plugins/themes/eva01.lua | 1 + lua/custom/plugins/themes/vim-thematic.lua | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 lua/custom/plugins/themes/eva01.lua diff --git a/lua/custom/plugins/themes/eva01.lua b/lua/custom/plugins/themes/eva01.lua new file mode 100644 index 00000000..2877db80 --- /dev/null +++ b/lua/custom/plugins/themes/eva01.lua @@ -0,0 +1 @@ +return { 'hachy/eva01.vim' } diff --git a/lua/custom/plugins/themes/vim-thematic.lua b/lua/custom/plugins/themes/vim-thematic.lua index b475a5e9..998d01f2 100644 --- a/lua/custom/plugins/themes/vim-thematic.lua +++ b/lua/custom/plugins/themes/vim-thematic.lua @@ -25,6 +25,8 @@ let g:thematic#themes = { \ }, \ 'embark' : { \ }, +\ 'eva01' : { +\ }, \ 'everblush' : { \ }, \ 'falcon' : {