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.
This commit is contained in:
jorgebef 2025-05-08 18:33:02 +02:00
commit 86784b5cb0

View file

@ -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,