mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-06 03:39:55 +00:00
style(tui): soften markdown h3 heading color
This commit is contained in:
parent
8e5c9dd181
commit
1642e7c81f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue