sunhat/themes/neovim/everforest.lua

11 lines
142 B
Lua
Raw Normal View History

2024-06-03 22:51:22 -05:00
return {
{ "neanias/everforest-nvim" },
{
"lazyvim/lazyvim",
opts = {
colorscheme = "everforest",
background = "soft",
},
},
}