From 7fdbbd59785f014344d6e47b16b5aeff36cdb24f Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sun, 13 May 2018 20:52:39 +0100 Subject: [PATCH] diff texts light --- vim/colors/monotonous.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index b150da2..07e1bd2 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -41,10 +41,10 @@ call SetColor('ColorColumn', '', '#1d0808', '', '#f0ebeb', '') " CursorColumn call SetColor('CursorLine', '', '#222222', '', '#B3C2C7', '') call SetColor('Directory', '#eeeeee', '', '', '', '') -call SetColor('DiffAdd', '#aaaaaa', '#001000', '', '', '') -call SetColor('DiffChange', '#777777', '#101010', '', '', '') -call SetColor('DiffDelete', '#333333', '#200000', '', '', '') -call SetColor('DiffText', '#cccccc', '#101010', '', '', '') +call SetColor('DiffAdd', '#aaaaaa', '#001000', '', '#ddcccc', '') +call SetColor('DiffChange', '#777777', '#101010', '', '#dddddd', '') +call SetColor('DiffDelete', '#333333', '#200000', '', '#ccddcc', '') +call SetColor('DiffText', '#cccccc', '#101010', '', '#A9CCD6', '') call SetColor('EndOfBuffer', '#121212', '', '#bbbbbb', '', '') call SetColor('ErrorMsg', '#ff0000', '', '#222222', '#ffaaaa', 'bold') call SetColor('VertSplit', '#090909', '#090909', g:ui_l_bg, g:ui_l_bg, '')