mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-30 00:04:59 +01:00
Make neovide 95% transparent
This commit is contained in:
parent
4edbe3c7ee
commit
9981b28ca9
|
@ -39,5 +39,5 @@ o.timeoutlen = 500
|
||||||
-- Gui font (Neovide)
|
-- Gui font (Neovide)
|
||||||
if vim.g.neovide then
|
if vim.g.neovide then
|
||||||
vim.o.guifont = "Mononoki NF"
|
vim.o.guifont = "Mononoki NF"
|
||||||
vim.g.neovide_transparency = 0.85
|
vim.g.neovide_transparency = 0.95
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue