add markdown support

This commit is contained in:
Michael Chris Lopez
2021-09-08 10:20:59 +08:00
parent 189d61dc9a
commit 4e0135e9cc
2 changed files with 17 additions and 0 deletions

View File

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