From 4b299a26dfb94abf40af27142043c3a2ce120fc2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 29 Dec 2024 12:01:34 +0100 Subject: [PATCH] nvim/lua/user/options.lua: modify blend --- nvim/lua/user/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lua/user/options.lua b/nvim/lua/user/options.lua index ba5d661..c31a4f2 100644 --- a/nvim/lua/user/options.lua +++ b/nvim/lua/user/options.lua @@ -23,8 +23,8 @@ vim.o.confirm = true -- User interface ------------------------------------------------------- -vim.o.winblend = 5 -- how much floating windows should blend with background. -vim.o.pumblend = 5 -- popup blend +vim.o.winblend = 10 -- how much floating windows should blend with background. +vim.o.pumblend = 10 -- popup blend vim.o.pumheight = 15 -- popup height -- Configure how new splits should be opened