fix(less): set properties to blue to match css (#550)
This commit is contained in:
parent
c04c67c042
commit
67bd19a1d0
@ -242,8 +242,11 @@ export default function tokens(context: ThemeContext): TextmateColors {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Property names (left hand assignments in json/yaml/css)",
|
name: "Property names (left hand assignments in json/yaml/css/less)",
|
||||||
scope: "support.type.property-name.css",
|
scope: [
|
||||||
|
"support.type.property-name.css",
|
||||||
|
"support.type.property-name.less",
|
||||||
|
],
|
||||||
settings: {
|
settings: {
|
||||||
foreground: palette.blue,
|
foreground: palette.blue,
|
||||||
fontStyle: "",
|
fontStyle: "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user