mirror of
https://github.com/anomalyco/opencode.git
synced 2026-06-02 06:16:48 +02:00
style(tui): soften markdown h3 heading color
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user