spellbad, spellcap
This commit is contained in:
parent
404748ab6a
commit
1b1c686f71
|
@ -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', '', '#b37f7f', '')
|
||||
call SetColor('SpellCap', '#550000', '#220000', '', '#c2acac', '')
|
||||
call SetColor('SpellBad', '#aa0000', '#220000', '', '#f7dfdf', 'bold')
|
||||
call SetColor('SpellCap', '#550000', '#220000', '', '#f2e6e6', 'bold')
|
||||
" SpellLocal
|
||||
" SpellRare
|
||||
call SetColor('TabLine', '#777777', '#111111', '#777777', g:ui_l_bg, 'italic')
|
||||
|
|
Loading…
Reference in New Issue