Skip to content

Commit 0bdf4e0

Browse files
authored
fix(pygments): functions should be blue, not sapphire (#79)
1 parent 1a1948e commit 0bdf4e0

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
@@ -77,7 +77,7 @@ def _make_styles(colors: FlavorColors) -> dict[_TokenType, str]:
7777
Name.Entity: colors.text.hex,
7878
Name.Exception: colors.text.hex,
7979
# def __Name.Label__(
80-
Name.Function: colors.sapphire.hex,
80+
Name.Function: colors.blue.hex,
8181
Name.Label: f"{colors.teal.hex} italic",
8282
Name.Namespace: colors.text.hex,
8383
Name.Other: colors.text.hex,

0 commit comments

Comments
 (0)