Skip to content

Commit

Permalink
fix(tokens/python): mauve builtin types, peach language constants (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Feb 14, 2025
1 parent 4113b41 commit b8e5951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/catppuccin-vsc/src/theme/tokens/python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ const tokens = (context: ThemeContext): TextmateColors => {
name: "entity.name.type",
scope: ["support.type.python"],
settings: {
foreground: palette.peach,
foreground: palette.mauve,
},
},
{
name: "python constants (True/False)",
scope: "constant.language.python",
settings: {
foreground: palette.mauve,
foreground: palette.peach,
},
},
{
Expand Down

0 comments on commit b8e5951

Please sign in to comment.