summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-01-26 15:01:21 +0100
committerHugues Hiegel <hugues@hiegel.fr>2010-01-26 15:01:21 +0100
commit94835c6d3702bd78a2c2e1d85d26d8f5758c6046 (patch)
tree242e5ff58975aa5ebc2f935d22b3ed7f46f69f98
parent8dd81ccafcaa019bb8f4c1b2eda8e8a6cd044871 (diff)
[Vim] color red update: matchparen in yellow instead of red, which may be redundant in some syntax modes
-rw-r--r--colors/red.vim2
1 files changed, 1 insertions, 1 deletions
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