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
|
||||||
|
|||||||
@@ -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 },
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user