mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-05 00:26:59 +02:00
fix: indent line selected highlights
This commit is contained in:
parent
925b8a2100
commit
9a81f41042
1 changed files with 2 additions and 2 deletions
|
|
@ -447,8 +447,8 @@ return {
|
|||
bg_p2 = palette.mistBg2,
|
||||
|
||||
special = palette.gray5,
|
||||
indent_line = palette.gray5,
|
||||
active_indent_line = palette.gray5,
|
||||
indent_line = palette.mistBg2,
|
||||
active_indent_line = palette.mistBg3,
|
||||
whitespace = palette.mistBg3,
|
||||
nontext = palette.gray5,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue