improve vim doc highlights

This commit is contained in:
Michael Chris Lopez
2021-09-10 18:00:01 +08:00
parent 898e88d9b1
commit b50dfdfb85
3 changed files with 11 additions and 2 deletions

View File

@@ -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 },