spellbad, spellcap

This commit is contained in:
ManjaroOne666 2018-08-09 17:05:15 +01:00
parent 404748ab6a
commit 1b1c686f71
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ call SetColor('QuickFixLine', '#ff0000', '', '#222222', '', 'bold'
call SetColor('Search', '#ffffff', '', '', '#c1e7f4', '') call SetColor('Search', '#ffffff', '', '', '#c1e7f4', '')
call SetColor('IncSearch', '#000000', '#ffffff', '', '#00baff', '') call SetColor('IncSearch', '#000000', '#ffffff', '', '#00baff', '')
call SetColor('SpecialKey', '#eeeeee', '', '#ccaaaa', '', 'bold') call SetColor('SpecialKey', '#eeeeee', '', '#ccaaaa', '', 'bold')
call SetColor('SpellBad', '#aa0000', '#220000', '', '#b37f7f', '') call SetColor('SpellBad', '#aa0000', '#220000', '', '#f7dfdf', 'bold')
call SetColor('SpellCap', '#550000', '#220000', '', '#c2acac', '') call SetColor('SpellCap', '#550000', '#220000', '', '#f2e6e6', 'bold')
" SpellLocal " SpellLocal
" SpellRare " SpellRare
call SetColor('TabLine', '#777777', '#111111', '#777777', g:ui_l_bg, 'italic') call SetColor('TabLine', '#777777', '#111111', '#777777', g:ui_l_bg, 'italic')