From 0dab53fe978c67888957256a9ee0bf34b75b29ac Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 7 Aug 2025 18:03:17 +0300 Subject: everforest --- .config/nvim/lua/plugins/everforest.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/nvim/lua/plugins/everforest.lua (limited to '.config/nvim/lua/plugins/everforest.lua') diff --git a/.config/nvim/lua/plugins/everforest.lua b/.config/nvim/lua/plugins/everforest.lua new file mode 100644 index 0000000..d652977 --- /dev/null +++ b/.config/nvim/lua/plugins/everforest.lua @@ -0,0 +1,10 @@ +return { + 'sainnhe/everforest', + lazy = false, + priority = 1000, + config = function() + vim.g.everforest_enable_italic = true + vim.g.everforest_transparent_background = true + vim.cmd.colorscheme('everforest') + end +} -- cgit v1.2.3