improve vim doc highlights
This commit is contained in:
@@ -263,7 +263,7 @@ local theme = lush(function()
|
||||
diffLine { fg = c.blossom, gui = "bold" },
|
||||
diffIndexLine { fg = c.wood },
|
||||
|
||||
markdownH1 { Statement, gui="bold,underline" },
|
||||
markdownH1 { Statement, gui = "bold,underline" },
|
||||
markdownH2 { Statement },
|
||||
markdownH3 { Statement },
|
||||
markdownH4 { Special },
|
||||
@@ -272,6 +272,11 @@ local theme = lush(function()
|
||||
markdownCode { Identifier },
|
||||
markdownLinkTextDelimiter { Delimiter },
|
||||
|
||||
helpHyperTextEntry { Special },
|
||||
helpHyperTextJump { Constant },
|
||||
helpSpecial { Type },
|
||||
helpOption { Constant },
|
||||
|
||||
-- Other plugins
|
||||
GitSignsAdd { fg = c.leaf },
|
||||
GitSignsChange { fg = c.water },
|
||||
|
||||
Reference in New Issue
Block a user