From a07f9183b2b3ff6474d9fc6fea36a5f55b1e1ed1 Mon Sep 17 00:00:00 2001 From: Thomas Alcala Schneider Date: Tue, 5 Sep 2023 18:03:54 +0200 Subject: [PATCH] feat: yet another theme --- lua/custom/plugins/colorschemes/vim-orbital.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 lua/custom/plugins/colorschemes/vim-orbital.lua diff --git a/lua/custom/plugins/colorschemes/vim-orbital.lua b/lua/custom/plugins/colorschemes/vim-orbital.lua new file mode 100644 index 00000000..c9416d57 --- /dev/null +++ b/lua/custom/plugins/colorschemes/vim-orbital.lua @@ -0,0 +1 @@ +return { 'fcpg/vim-orbital' }