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

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

View File

@@ -263,7 +263,7 @@ local theme = lush(function()
diffLine { fg = c.blossom, gui = "bold" }, diffLine { fg = c.blossom, gui = "bold" },
diffIndexLine { fg = c.wood }, diffIndexLine { fg = c.wood },
markdownH1 { Statement, gui="bold,underline" }, markdownH1 { Statement, gui = "bold,underline" },
markdownH2 { Statement }, markdownH2 { Statement },
markdownH3 { Statement }, markdownH3 { Statement },
markdownH4 { Special }, markdownH4 { Special },
@@ -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 },

View File

@@ -20,7 +20,7 @@ local colors = {
c.sand.sa(4).da(10), c.sand.sa(4).da(10),
} }
local M = { } local M = {}
M.colors = colors M.colors = colors