From f58167074c4ae8ce474eaa05309b7d373208e47c Mon Sep 17 00:00:00 2001 From: Thomas Alcala Date: Sun, 21 May 2023 05:07:10 -0700 Subject: [PATCH] feat: aylin theme --- lua/custom/plugins/themes/aylin.lua | 1 + lua/custom/plugins/themes/vim-thematic.lua | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 lua/custom/plugins/themes/aylin.lua diff --git a/lua/custom/plugins/themes/aylin.lua b/lua/custom/plugins/themes/aylin.lua new file mode 100644 index 00000000..1efb7d28 --- /dev/null +++ b/lua/custom/plugins/themes/aylin.lua @@ -0,0 +1 @@ +return { 'AhmedAbdulrahman/aylin.vim' } diff --git a/lua/custom/plugins/themes/vim-thematic.lua b/lua/custom/plugins/themes/vim-thematic.lua index f0d9c011..789c4a95 100644 --- a/lua/custom/plugins/themes/vim-thematic.lua +++ b/lua/custom/plugins/themes/vim-thematic.lua @@ -10,6 +10,8 @@ let g:thematic#themes = { \ }, \ 'aquarium' : { \ }, +\ 'aylin' : { +\ }, \ 'ayu' : { \ }, \ 'blue-moon' : {