]> granicus.if.org Git - vim/commitdiff
updated for version 7.0080
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jun 2005 22:03:17 +0000 (22:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jun 2005 22:03:17 +0000 (22:03 +0000)
src/syntax.c

index d8e781a744664a7236640c18f9c4263f690b7c1d..c9fc191715163c319dc32d414222c673d0ab63d1 100644 (file)
@@ -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",