mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-15 05:27:01 +02:00
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:
parent
7205d3902a
commit
86784b5cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue