Files
dotfiles/.config/nvim/lua/plugins/everforest.lua
T
2025-11-03 02:29:38 -06:00

11 lines
163 B
Lua

return {
"neanias/everforest-nvim",
lazy = true,
priority = 1000,
config = function ()
background = "soft"
ui_contrast = "low"
transparent = true
end
}