Files
omakub/themes/neovim/everforest.lua
2024-06-10 18:13:39 +05:30

12 lines
201 B
Lua

return {
{ "neanias/everforest-nvim" },
{
"lazyvim/lazyvim",
opts = {
colorscheme = "everforest",
background = "soft",
},
config = require('plugins.commons').set_transparent_bg()
},
}