From 94835c6d3702bd78a2c2e1d85d26d8f5758c6046 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 26 Jan 2010 15:01:21 +0100 Subject: [Vim] color red update: matchparen in yellow instead of red, which may be redundant in some syntax modes --- colors/red.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/red.vim b/colors/red.vim index a189297..e751ed3 100644 --- a/colors/red.vim +++ b/colors/red.vim @@ -34,7 +34,7 @@ highlight Search ctermfg=3 ctermbg=none cterm=bold highlight IncSearch ctermfg=3 ctermbg=none cterm=bold,underline highlight Title ctermfg=3 cterm=bold -highlight MatchParen ctermfg=1 ctermbg=none cterm=bold +highlight MatchParen ctermfg=3 ctermbg=none cterm=bold highlight DiffAdd term=bold cterm=none ctermfg=none ctermbg=black highlight DiffChange term=bold cterm=none ctermfg=none ctermbg=black -- cgit v1.2.3