diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index ba30e8f..7260eb1 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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 },