We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Keyword.Reserved
Name.Exception
1 parent 1ba7273 commit c0c3ee9Copy full SHA for c0c3ee9
1 file changed
catppuccin/extras/pygments.py
@@ -57,7 +57,7 @@ def _make_styles(colors: FlavorColors) -> dict[_TokenType, str]:
57
# `from`, `import`
58
Keyword.Namespace: colors.mauve.hex,
59
Keyword.Pseudo: colors.pink.hex,
60
- Keyword.Reserved: colors.pink.hex,
+ Keyword.Reserved: colors.mauve.hex,
61
Keyword.Type: colors.yellow.hex,
62
Literal: colors.text.hex,
63
Literal.Date: colors.text.hex,
@@ -75,7 +75,7 @@ def _make_styles(colors: FlavorColors) -> dict[_TokenType, str]:
75
Name.Constant: colors.text.hex,
76
Name.Decorator: colors.text.hex,
77
Name.Entity: colors.text.hex,
78
- Name.Exception: colors.text.hex,
+ Name.Exception: colors.yellow.hex,
79
# def __Name.Label__(
80
Name.Function: colors.blue.hex,
81
Name.Label: f"{colors.teal.hex} italic",
0 commit comments