mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
health.vim: Reduce visual noise.
- SUCCESS should be extra green, regardless of colorscheme. - Do not highlight INFO and SUGGESTIONS, they should not demand the user's attention.
This commit is contained in:
parent
770d60d904
commit
c43ba671c3
@ -9,17 +9,9 @@ function! s:enhance_syntax() abort
|
||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
||||
highlight link healthWarning WarningMsg
|
||||
|
||||
syntax keyword healthInfo INFO
|
||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
||||
highlight link healthInfo ModeMsg
|
||||
|
||||
syntax keyword healthSuccess SUCCESS
|
||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
||||
highlight link healthSuccess ModeMsg
|
||||
|
||||
syntax keyword healthSuggestion SUGGESTIONS
|
||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
||||
highlight link healthSuggestion String
|
||||
highlight healthSuccess guibg=#5fff00 guifg=#080808 ctermbg=82 ctermfg=232
|
||||
|
||||
syntax match healthHelp "|.\{-}|" contains=healthBar
|
||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
||||
|
Loading…
Reference in New Issue
Block a user