mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
additional highlight
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user