From: Bram Moolenaar Date: Sun, 5 Jun 2005 22:03:17 +0000 (+0000) Subject: updated for version 7.0080 X-Git-Tag: v7.0080~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08e310e2a26fe1c9144b8df8504d892936c998c1;p=vim updated for version 7.0080 --- diff --git a/src/syntax.c b/src/syntax.c index d8e781a74..c9fc19171 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -6028,7 +6028,7 @@ static char *(highlight_init_light[]) = "Folded term=standout ctermbg=Grey ctermfg=DarkBlue guibg=LightGrey guifg=DarkBlue", "FoldColumn term=standout ctermbg=Grey ctermfg=DarkBlue guibg=Grey guifg=DarkBlue", "SignColumn term=standout ctermbg=Grey ctermfg=DarkBlue guibg=Grey guifg=DarkBlue", - "Visual term=reverse ctermbg=Blue guibg=Blue", + "Visual term=reverse ctermbg=Grey guibg=Grey", "DiffAdd term=bold ctermbg=LightBlue guibg=LightBlue", "DiffChange term=bold ctermbg=LightMagenta guibg=LightMagenta", "DiffDelete term=bold ctermfg=Blue ctermbg=LightCyan gui=bold guifg=Blue guibg=LightCyan", @@ -6053,7 +6053,7 @@ static char *(highlight_init_dark[]) = "Folded term=standout ctermbg=DarkGrey ctermfg=Cyan guibg=DarkGrey guifg=Cyan", "FoldColumn term=standout ctermbg=DarkGrey ctermfg=Cyan guibg=Grey guifg=Cyan", "SignColumn term=standout ctermbg=DarkGrey ctermfg=Cyan guibg=Grey guifg=Cyan", - "Visual term=reverse ctermbg=Blue guibg=Blue", + "Visual term=reverse ctermbg=Grey guibg=Grey", "DiffAdd term=bold ctermbg=DarkBlue guibg=DarkBlue", "DiffChange term=bold ctermbg=DarkMagenta guibg=DarkMagenta", "DiffDelete term=bold ctermfg=Blue ctermbg=DarkCyan gui=bold guifg=Blue guibg=DarkCyan",