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.
Name.Tag
1 parent eeece5a commit ecf1972Copy full SHA for ecf1972
catppuccin/extras/pygments.py
@@ -81,7 +81,7 @@ def _make_styles(colors: FlavorColors) -> dict[_TokenType, str]:
81
Name.Label: f"{colors.teal.hex} italic",
82
Name.Namespace: colors.text.hex,
83
Name.Other: colors.text.hex,
84
- Name.Tag: colors.pink.hex,
+ Name.Tag: colors.blue.hex,
85
Name.Variable: f"{colors.text.hex} italic",
86
Name.Variable.Class: f"{colors.yellow.hex} italic",
87
Name.Variable.Global: f"{colors.text.hex} italic",
0 commit comments