Closed SinTan1729 closed 1 year ago
Sorry for the late response, this issue got lost in my inbox.
Anyway, as far as I can tell, transparency works just fine in Alacritty with Neovim when vim.g.moonflyTransparent
is set to true
, as seen in this image:
A couple of things to look for:
vim.g.moonflyTransparent = true
nice and early, before setting the colorscheme
From my perspective, transparency does work. You probably have a simple configuration issue (possibly setting transparency too late, maybe after the theme is loaded).
For now closing this.
You're right. Moving vim.cmd [[colorscheme moonfly]]
to the end of plugin/moonfly.lua
solved it.
Excellent.
I have
inside my
plugin/moonfly.lua
file but still getting an opaque background.