mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-06 00:56:59 +02:00
Merge pull request #4 from jorgebef/bg_visual
Change bg_visual for zen mode to be also inkBlack3
This commit is contained in:
commit
f0c71e6ed5
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