starter/lua/plugins/everforest

11 lines
188 B
Plaintext
Raw Normal View History

2023-11-08 03:04:43 +08:00
return {
"neanias/everforest-nvim",
lazy = false,
priority = 1000,
config = function()
vim.o.background = "light" -- or 'light'
vim.cmd.colorscheme("everforest")
end,
}