Make fresh colors less garish
Make SpellBad and Underlined readable and make SpellCap purple.
This commit is contained in:
parent
f90b63d30d
commit
c4dcb5668d
@ -121,8 +121,8 @@ if has('gui_running') || &t_Co == 256
|
|||||||
call s:hi('Question', '69', '', '')
|
call s:hi('Question', '69', '', '')
|
||||||
call s:hi('Search', '11', '', '')
|
call s:hi('Search', '11', '', '')
|
||||||
call s:hi('SpecialKey', '', '', '')
|
call s:hi('SpecialKey', '', '', '')
|
||||||
call s:hi('SpellBad', '160', '', '')
|
call s:hi('SpellBad', '166', '', '')
|
||||||
call s:hi('SpellCap', '12', '', '')
|
call s:hi('SpellCap', '132', '', '')
|
||||||
call s:hi('SpellLocal', '5', '', '')
|
call s:hi('SpellLocal', '5', '', '')
|
||||||
call s:hi('SpellRare', '3', '', '')
|
call s:hi('SpellRare', '3', '', '')
|
||||||
call s:hi('StatusLine', '15', '233', '')
|
call s:hi('StatusLine', '15', '233', '')
|
||||||
@ -179,7 +179,7 @@ if has('gui_running') || &t_Co == 256
|
|||||||
call s:hi('SpecialComment', '246', '', '')
|
call s:hi('SpecialComment', '246', '', '')
|
||||||
call s:hi('Debug', '', '', '')
|
call s:hi('Debug', '', '', '')
|
||||||
|
|
||||||
call s:hi('Underlined', '33', '', 'underline')
|
call s:hi('Underlined', '38', '', 'underline')
|
||||||
call s:hi('Ignore', '', '', '')
|
call s:hi('Ignore', '', '', '')
|
||||||
call s:hi('Error', '1', '', '')
|
call s:hi('Error', '1', '', '')
|
||||||
call s:hi('Todo', '202', '', 'bold')
|
call s:hi('Todo', '202', '', 'bold')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user