From 86784b5cb03563043d9f3e900d6b9675a1afc3af Mon Sep 17 00:00:00 2001 From: jorgebef Date: Thu, 8 May 2025 18:33:02 +0200 Subject: [PATCH] Change bg_visual for zen mode to be also inkBlack3 After testing, the contrast is too low when the selection is small, proving difficult to identify where the selection starts and ends. --- lua/kanso/themes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/kanso/themes.lua b/lua/kanso/themes.lua index c4de694..1bac99d 100644 --- a/lua/kanso/themes.lua +++ b/lua/kanso/themes.lua @@ -118,7 +118,7 @@ return { whitespace = palette.inkBlack0, nontext = palette.inkAsh, - bg_visual = palette.inkBlack2, + bg_visual = palette.inkBlack3, bg_search = palette.zenBlue2, cursor_line_nr_foreground = palette.inkGray3,