diff --git a/lua/codecraft/core/neovide.lua b/lua/codecraft/core/neovide.lua
index 870b3f0c722c900731da05bfc1c8525e612e5d16..47481a474e24d7a3f0255e8215fe991b280aed68 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