Skip to content

Commit f604328

Browse files
committed
neovide_opacity
1 parent 000e67b commit f604328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if vim.g.neovide then
4949
return string.format("%x", math.floor(255 * (vim.g.transparency or 0.8)))
5050
end
5151
-- g:neovide_transparency should be 0 if you want to unify transparency of content and title bar.
52-
vim.g.neovide_transparency = 1.0
52+
vim.g.neovide_opacity = 1.0
5353
vim.g.neovide_background_color = "#282828" .. alpha()
5454

5555
vim.g.neovide_floating_blur_amount_x = 2.0

0 commit comments

Comments
 (0)