From e174bdcc682c09e9243c06b2b9854cb9552b8add Mon Sep 17 00:00:00 2001 From: Thomas Alcala Schneider Date: Thu, 7 Sep 2023 14:26:24 +0200 Subject: [PATCH] feat: another theme --- lua/custom/plugins/colorschemes/fogbell.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 lua/custom/plugins/colorschemes/fogbell.lua diff --git a/lua/custom/plugins/colorschemes/fogbell.lua b/lua/custom/plugins/colorschemes/fogbell.lua new file mode 100644 index 00000000..2d600130 --- /dev/null +++ b/lua/custom/plugins/colorschemes/fogbell.lua @@ -0,0 +1 @@ +return { 'jaredgorski/fogbell.vim' }