summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-01-25 16:11:23 +0100
committerHugues Hiegel <hugues@hiegel.fr>2010-01-25 16:19:59 +0100
commit8dd81ccafcaa019bb8f4c1b2eda8e8a6cd044871 (patch)
tree9c44575e4e94aa6dbe74bab63883e006f3bd08a1
parent264fb8a135b0eff11b9e6a1a211ed5f153b8f50e (diff)
[Vim] red color updates : search, incsearch and matchparen
-rw-r--r--colors/red.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/red.vim b/colors/red.vim
index 6debae9..a189297 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=red cterm=bold
+highlight MatchParen ctermfg=1 ctermbg=none cterm=bold
highlight DiffAdd term=bold cterm=none ctermfg=none ctermbg=black
highlight DiffChange term=bold cterm=none ctermfg=none ctermbg=black