highlight: default Cursor to guibg=fg, guifg=bg

Closes #6508
This commit is contained in:
Matthieu Coudron
2017-04-17 00:00:04 +02:00
committed by Justin M. Keyes
parent 263849b2dd
commit 3345382cc2

View File

@@ -5898,6 +5898,8 @@ static void syntime_report(void)
static char *highlight_init_both[] =
{
"Conceal ctermbg=DarkGrey ctermfg=LightGrey guibg=DarkGrey guifg=LightGrey",
"Cursor guibg=fg guifg=bg",
"lCursor guibg=fg guifg=bg",
"DiffText cterm=bold ctermbg=Red gui=bold guibg=Red",
"ErrorMsg ctermbg=DarkRed ctermfg=White guibg=Red guifg=White",
"IncSearch cterm=reverse gui=reverse",