fix: match Markdown headings for TS plugin

This commit is contained in:
Matthias Vogelgesang 2021-12-14 20:13:00 +01:00
commit 16a0f5ac08

View file

@ -290,7 +290,7 @@ local theme = {
TSTag = { fg = p.foam },
TSTagDelimiter = { fg = p.subtle },
TSText = { fg = p.text },
-- TSTitle = {},
TSTitle = { fg = config.colors.headings.h1, style = 'bold' },
-- TSType = {},
-- TSTypeBuiltin = {},
TSURI = { fg = p.gold },