From 8de18e70aedb4dec60f9275a74facc715e97cf3c Mon Sep 17 00:00:00 2001 From: niverton Date: Mon, 29 Apr 2024 11:21:20 +0200 Subject: [PATCH] feat(ui): disable transparency --- lua/plugins/14-options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/14-options.lua b/lua/plugins/14-options.lua index f3bdd0a..456f9ee 100644 --- a/lua/plugins/14-options.lua +++ b/lua/plugins/14-options.lua @@ -22,8 +22,8 @@ return { tabstop = 4, textwidth = 120, wrap = true, - winblend = 50, - pumblend = 30, + winblend = 0, + pumblend = 0, }, g = { neovide_hide_mouse_when_typing = true,