Skip to content

Commit

Permalink
fix: revert punctuation/operators change back to teal
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Nov 15, 2024
1 parent d995513 commit 52639e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/catppuccin-vsc/src/theme/tokens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function tokens(context: ThemeContext): TextmateColors {
},
},
{
name: "Operators",
name: "Punctuation",
scope: [
"keyword.operator",
"punctuation.accessor",
Expand All @@ -117,7 +117,7 @@ export default function tokens(context: ThemeContext): TextmateColors {
"punctuation.separator.key-value",
],
settings: {
foreground: palette.sky,
foreground: palette.teal,
},
},
{
Expand Down

0 comments on commit 52639e3

Please sign in to comment.