spellbad/spellcap

This commit is contained in:
ManjaroOne666 2018-08-14 13:18:28 +01:00
parent fc1f842363
commit cc1e4ffc6a
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('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')