We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
overlay0
overlay2
1 parent bbb0b5a commit 35b72d7Copy full SHA for 35b72d7
packages/catppuccin-vsc/src/theme/tokens/index.ts
@@ -52,7 +52,7 @@ export default function tokens(context: ThemeContext): TextmateColors {
52
name: "Comments",
53
scope: ["comment", "punctuation.definition.comment"],
54
settings: {
55
- foreground: palette.overlay0,
+ foreground: palette.overlay2,
56
fontStyle: options.italicComments ? "italic" : "",
57
},
58
0 commit comments