Vim spell highlighting

Viewed 1789

I want to change vim cyan highlighting, like on Autocompletion word:

enter image description here

Please note, only change, do not remove.

I've already changed red highlighting for SpellBad to underline with the next settings:

hi clear SpellBad
hi SpellBad cterm=underline

But the same strategy for SpellRare doesn't work for me.

1 Answers
Related