improve vim doc highlights
This commit is contained in:
@@ -198,6 +198,10 @@ highlight! link WhichKeyGroup Special
|
|||||||
highlight! link WhichKeySeparator LineNr
|
highlight! link WhichKeySeparator LineNr
|
||||||
highlight! link WhichKeyValue Constant
|
highlight! link WhichKeyValue Constant
|
||||||
highlight! link Whitespace NonText
|
highlight! link Whitespace NonText
|
||||||
|
highlight! link helpHyperTextEntry Special
|
||||||
|
highlight! link helpHyperTextJump Constant
|
||||||
|
highlight! link helpOption Constant
|
||||||
|
highlight! link helpSpecial Type
|
||||||
highlight! link markdownCode Identifier
|
highlight! link markdownCode Identifier
|
||||||
highlight! link markdownH2 Statement
|
highlight! link markdownH2 Statement
|
||||||
highlight! link markdownH3 Statement
|
highlight! link markdownH3 Statement
|
||||||
|
|||||||
@@ -272,6 +272,11 @@ local theme = lush(function()
|
|||||||
markdownCode { Identifier },
|
markdownCode { Identifier },
|
||||||
markdownLinkTextDelimiter { Delimiter },
|
markdownLinkTextDelimiter { Delimiter },
|
||||||
|
|
||||||
|
helpHyperTextEntry { Special },
|
||||||
|
helpHyperTextJump { Constant },
|
||||||
|
helpSpecial { Type },
|
||||||
|
helpOption { Constant },
|
||||||
|
|
||||||
-- Other plugins
|
-- Other plugins
|
||||||
GitSignsAdd { fg = c.leaf },
|
GitSignsAdd { fg = c.leaf },
|
||||||
GitSignsChange { fg = c.water },
|
GitSignsChange { fg = c.water },
|
||||||
|
|||||||
Reference in New Issue
Block a user