[nvim] a few changes to the colors of the checkhealth menu

This commit is contained in:
Dmytro Meleshko 2021-05-29 19:30:15 +03:00
parent 0832e579f8
commit 55cfc18621

View file

@ -160,6 +160,11 @@
hi! link SneakScope Visual hi! link SneakScope Visual
hi! link SneakLabel Sneak hi! link SneakLabel Sneak
" checkhealth UI
call s:hi('healthSuccess', 'bg', 0xB, 'bold', '')
call s:hi('healthWarning', 'bg', 0xA, 'bold', '')
call s:hi('healthError', 'bg', 0x8, 'bold', '')
" }}} " }}}
" AWK {{{ " AWK {{{