Make neovide 95% transparent

This commit is contained in:
Warren Hood 2022-11-15 16:50:20 +02:00
parent 4edbe3c7ee
commit 9981b28ca9

View file

@ -39,5 +39,5 @@ o.timeoutlen = 500
-- Gui font (Neovide)
if vim.g.neovide then
vim.o.guifont = "Mononoki NF"
vim.g.neovide_transparency = 0.85
vim.g.neovide_transparency = 0.95
end