style(tui): mute markdown h3 headings
This commit is contained in:
parent
f80651fa91
commit
8e5c9dd181
1 changed files with 1 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ function getSyntaxRules(theme: Theme) {
|
|||
{
|
||||
scope: ["markup.heading.3"],
|
||||
style: {
|
||||
foreground: theme.markdownHeading,
|
||||
foreground: theme.textMuted,
|
||||
bold: true,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue