mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00: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:
@@ -9,17 +9,9 @@ function! s:enhance_syntax() abort
|
|||||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
\ containedin=markdownCodeBlock,mkdListItemLine
|
||||||
highlight link healthWarning WarningMsg
|
highlight link healthWarning WarningMsg
|
||||||
|
|
||||||
syntax keyword healthInfo INFO
|
|
||||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
|
||||||
highlight link healthInfo ModeMsg
|
|
||||||
|
|
||||||
syntax keyword healthSuccess SUCCESS
|
syntax keyword healthSuccess SUCCESS
|
||||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
\ containedin=markdownCodeBlock,mkdListItemLine
|
||||||
highlight link healthSuccess ModeMsg
|
highlight healthSuccess guibg=#5fff00 guifg=#080808 ctermbg=82 ctermfg=232
|
||||||
|
|
||||||
syntax keyword healthSuggestion SUGGESTIONS
|
|
||||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
|
||||||
highlight link healthSuggestion String
|
|
||||||
|
|
||||||
syntax match healthHelp "|.\{-}|" contains=healthBar
|
syntax match healthHelp "|.\{-}|" contains=healthBar
|
||||||
\ containedin=markdownCodeBlock,mkdListItemLine
|
\ containedin=markdownCodeBlock,mkdListItemLine
|
||||||
|
Reference in New Issue
Block a user