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.
1 parent c04c67c commit 67bd19aCopy full SHA for 67bd19a
packages/catppuccin-vsc/src/theme/tokens/index.ts
@@ -242,8 +242,11 @@ export default function tokens(context: ThemeContext): TextmateColors {
242
},
243
244
{
245
- name: "Property names (left hand assignments in json/yaml/css)",
246
- scope: "support.type.property-name.css",
+ name: "Property names (left hand assignments in json/yaml/css/less)",
+ scope: [
247
+ "support.type.property-name.css",
248
+ "support.type.property-name.less",
249
+ ],
250
settings: {
251
foreground: palette.blue,
252
fontStyle: "",
0 commit comments