From 0e06ebe5ce26aae34f07c4d6132be75a2af6f61d Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 11 Nov 2024 01:10:58 +0100 Subject: [PATCH] feat: add new colorschemes --- lua/custom/plugins/colorscheme.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lua/custom/plugins/colorscheme.lua diff --git a/lua/custom/plugins/colorscheme.lua b/lua/custom/plugins/colorscheme.lua new file mode 100644 index 0000000..8aeb302 --- /dev/null +++ b/lua/custom/plugins/colorscheme.lua @@ -0,0 +1,6 @@ +return { + "xero/miasma.nvim", + { "rose-pine/neovim", name = "rose-pine" }, + "cocopon/iceberg.vim", + "mellow-theme/mellow.nvim", +}