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')