starter/lua/plugins/theme.lua
2024-05-14 18:14:46 +07:00

10 lines
152 B
Lua

return {
{
"neanias/everforest-nvim",
opts = {
priority = 1000,
background = "medium",
},
config = function() end,
},
}