mirror of
https://github.com/catppuccin/python.git
synced 2026-03-16 00:02:01 +08:00
fix(pygments): functions should be blue, not sapphire (#79)
This commit is contained in:
parent
1a1948e208
commit
0bdf4e025e
@ -77,7 +77,7 @@ def _make_styles(colors: FlavorColors) -> dict[_TokenType, str]:
|
||||
Name.Entity: colors.text.hex,
|
||||
Name.Exception: colors.text.hex,
|
||||
# def __Name.Label__(
|
||||
Name.Function: colors.sapphire.hex,
|
||||
Name.Function: colors.blue.hex,
|
||||
Name.Label: f"{colors.teal.hex} italic",
|
||||
Name.Namespace: colors.text.hex,
|
||||
Name.Other: colors.text.hex,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user