style(tui): mute markdown h3 headings

This commit is contained in:
Kit Langton
2026-05-16 10:38:46 -04:00
parent f80651fa91
commit 8e5c9dd181
@@ -974,7 +974,7 @@ function getSyntaxRules(theme: Theme) {
{
scope: ["markup.heading.3"],
style: {
foreground: theme.markdownHeading,
foreground: theme.textMuted,
bold: true,
},
},