From 16418351e08e87b8cd66c7f9016de96da2d4dbe9 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 7 May 2018 19:24:51 +0100 Subject: [PATCH] more light colors --- vim/colors/monotonous.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index 3afcc68..4114bf6 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -49,11 +49,11 @@ call SetColor('PmenuThumb', '#333333', '#121212', '', '#aaaaaa', '') call SetColor('Question', '#c6c6c6', '', '', '#333333', 'italic') call SetColor('QuickFixLine', '#ff0000', '', '#666666', '', '') -call SetColor('Search', '#ffffff', '', '', '', '') -call SetColor('IncSearch', '#000000', '#ffffff', '', '', '') -call SetColor('SpecialKey', '#eeeeee', '', '', '', '') -call SetColor('SpellBad', '#aa0000', '#220000', '', '', '') -call SetColor('SpellCap', '#550000', '#220000', '', '', '') +call SetColor('Search', '#ffffff', '', '', '#c1e7f4', '') +call SetColor('IncSearch', '#000000', '#ffffff', '', '#00baff', '') +call SetColor('SpecialKey', '#eeeeee', '', '', '#222222', 'bold') +call SetColor('SpellBad', '#aa0000', '#220000', '', '#b37f7f', '') +call SetColor('SpellCap', '#550000', '#220000', '', '#c2acac', '') " SpellLocal " SpellRare call SetColor('TabLine', '#555555', '#111111', '', '', 'italic')