Markdown tweaks
This commit is contained in:
parent
e5796c7877
commit
675d0f1941
1 changed files with 4 additions and 4 deletions
|
@ -458,9 +458,9 @@ M.highlights = function()
|
||||||
['@constant.builtin'] = { link = 'Special' },
|
['@constant.builtin'] = { link = 'Special' },
|
||||||
['@constant.macro'] = { link = 'Define' },
|
['@constant.macro'] = { link = 'Define' },
|
||||||
['@markup'] = { link = 'Normal' },
|
['@markup'] = { link = 'Normal' },
|
||||||
['@markup.strong'] = { bold = true },
|
['@markup.strong'] = { fg = C.fg2, bold = true },
|
||||||
['@markup.emphasis'] = { italic = true },
|
['@markup.emphasis'] = { fg = C.fg2, italic = true },
|
||||||
['@markup.italic'] = { italic = true },
|
['@markup.italic'] = { link = '@markup.emphasis' },
|
||||||
['@markup.underline'] = { underline = true },
|
['@markup.underline'] = { underline = true },
|
||||||
['@markup.strike'] = { strikethrough = true },
|
['@markup.strike'] = { strikethrough = true },
|
||||||
['@markup.heading.1'] = { link = 'markdownH1' },
|
['@markup.heading.1'] = { link = 'markdownH1' },
|
||||||
|
@ -469,7 +469,7 @@ M.highlights = function()
|
||||||
['@markup.heading.4'] = { link = 'markdownH4' },
|
['@markup.heading.4'] = { link = 'markdownH4' },
|
||||||
['@markup.heading.5'] = { link = 'markdownH5' },
|
['@markup.heading.5'] = { link = 'markdownH5' },
|
||||||
['@markup.heading.6'] = { link = 'markdownH6' },
|
['@markup.heading.6'] = { link = 'markdownH6' },
|
||||||
['@markup.raw'] = { fg = C.br_red, bg = C.yellow_bg },
|
['@markup.raw'] = { fg = C.fg0, bg = C.blue_bg },
|
||||||
['@markup.raw.delimiter'] = { link = 'Comment' },
|
['@markup.raw.delimiter'] = { link = 'Comment' },
|
||||||
['@markup.raw.block'] = { },
|
['@markup.raw.block'] = { },
|
||||||
['@markup.math'] = { link = '@markup.raw' },
|
['@markup.math'] = { link = '@markup.raw' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue