Hi there,
I am currently using the LazyVim distro and currently trying to enable a transparent background on the theme, but I'm a bit lost at the moment. Would you be able to help me out?
This is what I've tried so far:
return {
{
"neanias/everforest-nvim",
config = function()
require("everforest").setup({
transparent = true,
})
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "everforest",
},
},
}
Hi there,
I am currently using the LazyVim distro and currently trying to enable a transparent background on the theme, but I'm a bit lost at the moment. Would you be able to help me out?
This is what I've tried so far: