feat(theme): make text.strong always bold

This commit is contained in:
Mandy Noto 2023-03-10 13:15:05 -08:00
commit 512c297fd3

View file

@ -285,7 +285,7 @@ function M.get(config)
['@tag.attribute'] = { link = '@property' },
['@tag.delimiter'] = { fg = p.subtle },
['@text'] = { fg = p.text },
['@text.strong'] = { bold = true },
['@text.strong'] = { style = 'bold', bold = true },
['@text.emphasis'] = { italic = true },
['@text.underline'] = { underline = true },
['@text.strike'] = { strikethrough = true },