From c0f865d413a93ccb47d53d58b6a7d054f7415080 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 7 May 2018 19:14:17 +0100 Subject: [PATCH] matchparen light --- vim/colors/monotonous.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index fe6cfe2..3afcc68 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -37,7 +37,7 @@ call SetColor('FoldColumn', '#262626', '#111111', '#aaaaaa', '', '') call SetColor('SignColumn', '#eeeeee', '', '#555555', '', '') call SetColor('LineNr', '#3a3a3a', '', '#999999', '', '') call SetColor('CursorLineNr', '#767676', '', '#777777', '', '') -call SetColor('MatchParen', '#ffffff', '#292929', '#cccccc', '#666666', '') +call SetColor('MatchParen', '#ffffff', '#292929', '#222222', '#aa8888', 'bold') call SetColor('ModeMsg', '#c6c6c6', '', '#333333', '', 'italic') call SetColor('MoreMsg', '#c6c6c6', '', '', '', '') @@ -48,7 +48,7 @@ call SetColor('PmenuSbar', '#333333', '#121212', '', '#c0c0c0', '') call SetColor('PmenuThumb', '#333333', '#121212', '', '#aaaaaa', '') call SetColor('Question', '#c6c6c6', '', '', '#333333', 'italic') -call SetColor('QuickFixLine', '#ff0000', '', '', '', '') +call SetColor('QuickFixLine', '#ff0000', '', '#666666', '', '') call SetColor('Search', '#ffffff', '', '', '', '') call SetColor('IncSearch', '#000000', '#ffffff', '', '', '') call SetColor('SpecialKey', '#eeeeee', '', '', '', '')