style(tui): soften markdown h3 heading color

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