10 lines
142 B
Lua
10 lines
142 B
Lua
return {
|
|
"neanias/everforest-nvim",
|
|
lazy = true,
|
|
priority = 1000,
|
|
config = function ()
|
|
background = "soft"
|
|
ui_contrast = "low"
|
|
end
|
|
}
|