aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/everforest.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins/everforest.lua')
-rw-r--r--.config/nvim/lua/plugins/everforest.lua10
1 files changed, 10 insertions, 0 deletions
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
+}