Compare commits

...

2 Commits

Author SHA1 Message Date
Kit Langton 1642e7c81f style(tui): soften markdown h3 heading color 2026-05-16 11:17:00 -04:00
Kit Langton 8e5c9dd181 style(tui): mute markdown h3 headings 2026-05-16 10:38:46 -04:00
@@ -974,7 +974,7 @@ function getSyntaxRules(theme: Theme) {
{
scope: ["markup.heading.3"],
style: {
foreground: theme.markdownHeading,
foreground: tint(theme.textMuted, theme.markdownHeading, 0.6),
bold: true,
},
},