summaryrefslogtreecommitdiff
path: root/colors/red.vim
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
commit3b8176fab9076668dc37c3823c418944a036ee91 (patch)
tree3f4b82ee719c2accca376bdc39b33179cfc4cb6f /colors/red.vim
parent0c4baa625cf2fb078669361cd8ae6d554721af98 (diff)
[Vim] red color updates : search, incsearch and matchparen
Diffstat (limited to 'colors/red.vim')
-rw-r--r--colors/red.vim11
1 files changed, 7 insertions, 4 deletions
diff --git a/colors/red.vim b/colors/red.vim
index 345a415..6debae9 100644
--- a/colors/red.vim
+++ b/colors/red.vim
@@ -26,13 +26,16 @@ highlight PreProc ctermfg=1 cterm=bold,underline
highlight Type ctermfg=4 cterm=none
highlight Special ctermfg=1 cterm=bold
highlight cFormat ctermfg=3 cterm=bold
-highlight Error cterm=bold
+highlight Error cterm=bold
highlight Todo ctermfg=0 ctermbg=3 cterm=bold
-highlight Directory ctermfg=2
-"highlight Normal
-highlight Search ctermbg=3
+highlight Directory ctermfg=2
+"highlight Normal
+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 DiffAdd term=bold cterm=none ctermfg=none ctermbg=black
highlight DiffChange term=bold cterm=none ctermfg=none ctermbg=black
highlight DiffDelete term=reverse cterm=none ctermfg=black ctermbg=none