diff options
Diffstat (limited to 'src/highlight.c')
-rw-r--r-- | src/highlight.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/highlight.c b/src/highlight.c index 77ad0bc78..fe4f089ed 100644 --- a/src/highlight.c +++ b/src/highlight.c @@ -153,6 +153,8 @@ static char *(highlight_init_both[]) = { "lCursor guibg=fg guifg=bg", // should be different, but what? #endif "default link QuickFixLine Search", + "default link CursorLineSign SignColumn", + "default link CursorLineFold FoldColumn", CENT("Normal cterm=NONE", "Normal gui=NONE"), NULL }; |