Skip to content

Commit 67bd19a

Browse files
authored
fix(less): set properties to blue to match css (#550)
1 parent c04c67c commit 67bd19a

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,11 @@ export default function tokens(context: ThemeContext): TextmateColors {
242242
},
243243
},
244244
{
245-
name: "Property names (left hand assignments in json/yaml/css)",
246-
scope: "support.type.property-name.css",
245+
name: "Property names (left hand assignments in json/yaml/css/less)",
246+
scope: [
247+
"support.type.property-name.css",
248+
"support.type.property-name.less",
249+
],
247250
settings: {
248251
foreground: palette.blue,
249252
fontStyle: "",

0 commit comments

Comments
 (0)