From cc1e4ffc6ad7584132f4affbcbec5012b46658e7 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Tue, 14 Aug 2018 13:18:28 +0100 Subject: [PATCH] spellbad/spellcap --- 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 14138e5..d6ceb78 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -72,8 +72,8 @@ call SetColor('QuickFixLine', '#ff0000', '', '#222222', '', 'bold' call SetColor('Search', '#ffffff', '', '', '#c1e7f4', '') call SetColor('IncSearch', '#000000', '#ffffff', '', '#00baff', '') call SetColor('SpecialKey', '#eeeeee', '', '#ccaaaa', '', 'bold') -call SetColor('SpellBad', '#aa0000', '#220000', '', '#f7dfdf', 'bold') -call SetColor('SpellCap', '#550000', '#220000', '', '#f2e6e6', 'bold') +call SetColor('SpellBad', '#aa0000', '#220000', '', '#c17573', 'bold') +call SetColor('SpellCap', '#550000', '#220000', '', '#d09796', 'bold') " SpellLocal " SpellRare call SetColor('TabLine', '#777777', '#111111', '#777777', g:ui_l_bg, 'italic')