summaryrefslogtreecommitdiff
path: root/colors/red.vim
diff options
context:
space:
mode:
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