Skip to content

Commit ecf1972

Browse files
authored
fix(extras/pygments): change Name.Tag from pink to blue (#77)
1 parent eeece5a commit ecf1972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catppuccin/extras/pygments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _make_styles(colors: FlavorColors) -> dict[_TokenType, str]:
8181
Name.Label: f"{colors.teal.hex} italic",
8282
Name.Namespace: colors.text.hex,
8383
Name.Other: colors.text.hex,
84-
Name.Tag: colors.pink.hex,
84+
Name.Tag: colors.blue.hex,
8585
Name.Variable: f"{colors.text.hex} italic",
8686
Name.Variable.Class: f"{colors.yellow.hex} italic",
8787
Name.Variable.Global: f"{colors.text.hex} italic",

0 commit comments

Comments
 (0)