return { "p00f/alabaster.nvim", priority = 1000, config = function() vim.o.background = "light" vim.cmd.colorscheme("alabaster") end, }