Skip to content

Commit

Permalink
fix(tokens): change comments from overlay0 to overlay2 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Nov 16, 2024
1 parent bbb0b5a commit 35b72d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc/src/theme/tokens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function tokens(context: ThemeContext): TextmateColors {
name: "Comments",
scope: ["comment", "punctuation.definition.comment"],
settings: {
foreground: palette.overlay0,
foreground: palette.overlay2,
fontStyle: options.italicComments ? "italic" : "",
},
},
Expand Down

0 comments on commit 35b72d7

Please sign in to comment.