starter/lua/plugins/theme.lua

11 lines
152 B
Lua
Raw Normal View History

return {
{
"neanias/everforest-nvim",
opts = {
priority = 1000,
2024-05-14 19:14:46 +08:00
background = "medium",
},
2024-05-14 19:14:46 +08:00
config = function() end,
},
}