commit 9c5b62bc092cc362936737799dc0faa462207c34
parent e65478131e21a1616a3586bea51e13f2e647d747
Author: Xavier Noria <fxn@hashref.com>
Date: Sat, 11 Nov 2017 20:02:34 +0100
prefer red/green backgrounds for diffs
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/colors/monochrome.vim b/colors/monochrome.vim
@@ -156,8 +156,8 @@ call s:hi('diffNewFile', s:cgray)
call s:hi('diffIndexLine', s:cgray)
call s:hi('diffLine', s:cgray)
call s:hi('diffSubname', s:cgray)
-call s:hi('diffAdded', s:green)
-call s:hi('diffRemoved', s:red)
+call s:hi('diffAdded', s:default_lst, s:green)
+call s:hi('diffRemoved', s:default_lst, s:red)
" vim-fugitive
call s:hi('gitcommitComment', s:default_fg, s:default_bg, s:none)