checking markdown

master
tiyn 9 months ago
parent fa75ae924a
commit 54c8e04705

@ -286,6 +286,9 @@ theme.set_highlights = function(opts)
-- nvim-cursorword -- nvim-cursorword
hl(0, 'CursorWord', { underline = true }) hl(0, 'CursorWord', { underline = true })
-- markdown
hl(0, '@markup.heading', { fg = c.modified_fg, bold = true })
end end
return theme return theme

Loading…
Cancel
Save