16 lines
195 B
Lua
16 lines
195 B
Lua
return {
|
|
{
|
|
"neanias/everforest-nvim",
|
|
opts = {
|
|
background = "soft",
|
|
},
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "everforest",
|
|
background = "soft",
|
|
},
|
|
},
|
|
}
|