add markdown support
This commit is contained in:
@@ -139,6 +139,7 @@ highlight diffNewFile guifg=#617437 guibg=NONE guisp=NONE gui=italic
|
||||
highlight diffOldFile guifg=#A8334C guibg=NONE guisp=NONE gui=italic
|
||||
highlight diffRemoved guifg=#A8334C guibg=NONE guisp=NONE gui=NONE
|
||||
highlight lCursor guifg=#F2F0EF guibg=#4D5C65 guisp=NONE gui=NONE
|
||||
highlight markdownH1 guifg=#2C363C guibg=NONE guisp=NONE gui=bold,underline
|
||||
highlight! link BufferCurrent TabLineSel
|
||||
highlight! link CocCodeLens LineNr
|
||||
highlight! link CocErrorSign LspDiagnosticsDefaultError
|
||||
@@ -191,3 +192,10 @@ highlight! link WhichKeyGroup Special
|
||||
highlight! link WhichKeySeparator LineNr
|
||||
highlight! link WhichKeyValue Constant
|
||||
highlight! link Whitespace NonText
|
||||
highlight! link markdownCode Identifier
|
||||
highlight! link markdownH2 Statement
|
||||
highlight! link markdownH3 Statement
|
||||
highlight! link markdownH4 Special
|
||||
highlight! link markdownH5 Special
|
||||
highlight! link markdownH6 Special
|
||||
highlight! link markdownLinkTextDelimiter Delimiter
|
||||
|
||||
@@ -258,6 +258,15 @@ local theme = lush(function()
|
||||
diffFile { fg = c.wood, gui = "bold" },
|
||||
diffLine { fg = c.blossom, gui = "bold" },
|
||||
diffIndexLine { fg = c.wood },
|
||||
|
||||
markdownH1 { Statement, gui="bold,underline" },
|
||||
markdownH2 { Statement },
|
||||
markdownH3 { Statement },
|
||||
markdownH4 { Special },
|
||||
markdownH5 { Special },
|
||||
markdownH6 { Special },
|
||||
markdownCode { Identifier },
|
||||
markdownLinkTextDelimiter { Delimiter },
|
||||
|
||||
-- Other plugins
|
||||
GitSignsAdd { fg = c.leaf },
|
||||
|
||||
Reference in New Issue
Block a user