mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] a few changes to the colors of the checkhealth menu
This commit is contained in:
parent
0832e579f8
commit
55cfc18621
1 changed files with 5 additions and 0 deletions
|
@ -160,6 +160,11 @@
|
|||
hi! link SneakScope Visual
|
||||
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 {{{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue