make moonfly transparent

This commit is contained in:
2025-04-22 20:09:35 +02:00
parent c51e3b30e7
commit 98c1aba113
+7 -1
View File
@@ -7,7 +7,13 @@ return {
require("lualine").setup()
end,
},
{ "bluz71/vim-moonfly-colors", lazy = false },
{
"bluz71/vim-moonfly-colors",
lazy = false,
config = function()
vim.g.moonflyTransparent = true
end,
},
{ "EdenEast/nightfox.nvim", lazy = false },
{ "oxfist/night-owl.nvim", lazy = false },
}