Skip to content

Commit 35b72d7

Browse files
authored
fix(tokens): change comments from overlay0 to overlay2 (#435)
1 parent bbb0b5a commit 35b72d7

File tree

1 file changed

+1
-1
lines changed
  • packages/catppuccin-vsc/src/theme/tokens

1 file changed

+1
-1
lines changed

packages/catppuccin-vsc/src/theme/tokens/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function tokens(context: ThemeContext): TextmateColors {
5252
name: "Comments",
5353
scope: ["comment", "punctuation.definition.comment"],
5454
settings: {
55-
foreground: palette.overlay0,
55+
foreground: palette.overlay2,
5656
fontStyle: options.italicComments ? "italic" : "",
5757
},
5858
},

0 commit comments

Comments
 (0)