summaryrefslogtreecommitdiff
path: root/colors
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
commit5439eb93efac961c6f841ff5da513508da9d0c25 (patch)
tree4af6964b1aa328ce2a2901029f3f0e5c85038f5e /colors
parent2cddc0c77890eed27b6ca19ef56d5035d75734f1 (diff)
[Vim] color red update: matchparen in yellow instead of red, which may be redundant in some syntax modes
Diffstat (limited to 'colors')
-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