From 51e03de2bd0511f609b814d69d82df09b8734f5a Mon Sep 17 00:00:00 2001 From: Darius Auding <Darius.auding@gmx.de> Date: Sun, 9 Jul 2023 23:24:48 +0200 Subject: [PATCH] Change transperency of neovide --- lua/codecraft/core/neovide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/codecraft/core/neovide.lua b/lua/codecraft/core/neovide.lua index 870b3f0..47481a4 100644 --- a/lua/codecraft/core/neovide.lua +++ b/lua/codecraft/core/neovide.lua @@ -5,7 +5,7 @@ if vim.g.neovide then -- Helper function for transparency formatting local alpha = function() - return string.format("%x", math.floor(255 * vim.g.transparency or 0.8)) + return string.format("%x", math.floor(255 * vim.g.transparency or 0.899)) end -- g:neovide_transparency should be 0 if you want to unify transparency of content and title bar. vim.g.neovide_transparency = 0.75 -- GitLab