summaryrefslogtreecommitdiff
path: root/colors
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:11:23 +0100
commit2cddc0c77890eed27b6ca19ef56d5035d75734f1 (patch)
treebc99f70770cda8163651ab9bdd8f30853a7bf661 /colors
parent3b8176fab9076668dc37c3823c418944a036ee91 (diff)
[Vim] red color updates : search, incsearch and matchparen
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 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