additional highlight

This commit is contained in:
Will McGugan
2025-08-13 13:16:32 +01:00
parent bb9ebdb6ab
commit 1186db8de4

View File

@@ -19,6 +19,8 @@ class HighlightTheme:
STYLES: dict[TokenType, str] = {
Token.Comment: "$text 60%",
Token.Error: "$text-error on $error-muted",
Token.Generic.Strong: "bold",
Token.Generic.Emph: "italic",
Token.Generic.Error: "$text-error on $error-muted",
Token.Generic.Heading: "$text-primary underline",
Token.Generic.Subheading: "$text-primary",