From de5d7bbe439e175a65d0b7f4e15aabd7f8003161 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Wed, 9 May 2018 12:59:18 +0100 Subject: [PATCH] matchParen light --- vim/colors/monotonous.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index df870b7..bf81e9e 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -1,4 +1,3 @@ -set background=light " guifg guibg " gccwwyiw"zp/'' p?guifg wwye/'' p?guibg wwye/'' p/hi " guifg gui @@ -38,12 +37,12 @@ call SetColor('DiffText', '#cccccc', '#101010', '', '', '') call SetColor('EndOfBuffer', '#121212', '', '#bbbbbb', '', '') call SetColor('ErrorMsg', '#ff0000', '', '#222222', '#ffaaaa', 'bold') call SetColor('VertSplit', '#090909', '#090909', '#cccccc', '#cccccc', '') -call SetColor('Folded', '#666666', '', '#999999', '', '') +call SetColor('Folded', '#666666', '', '#999999', '', 'bold') call SetColor('FoldColumn', '#262626', '#111111', '#a6a6a6', '#cccccc', '') call SetColor('SignColumn', '#eeeeee', '', '#555555', '', '') call SetColor('LineNr', '#3a3a3a', '', '#999999', '', '') call SetColor('CursorLineNr', '#767676', '', '#777777', '', '') -call SetColor('MatchParen', '#ffffff', '#292929', '#222222', '#aa8888', 'bold') +call SetColor('MatchParen', '#ffffff', '#292929', '', '#e6e6e6', 'bold') call SetColor('ModeMsg', '#c6c6c6', '', '#333333', '', 'italic') call SetColor('MoreMsg', '#c6c6c6', '', '#333333', '', 'italic')