return { { "neanias/everforest-nvim" }, { "LazyVim/LazyVim", opts = { colorscheme = "everforest", background = "soft", }, }, { "LazyVim/LazyVim", init = function() vim.opt.background = "light" end, }, }