Skip to content

Commit 6a8c44f

Browse files
Improvements css and scss
1 parent e788868 commit 6a8c44f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

themes/vue-theme-color-theme.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@
364364
}
365365
},
366366
{
367-
"scope": "support.type.property-name.css",
367+
"scope":
368+
"support.type.property-name.css, support.constant.color.w3c-extended-color-name.css, support.constant.color.w3c-standard-color-name.css",
368369
"settings": {
369370
"foreground": "#a0b9c4c0"
370371
}
@@ -383,7 +384,7 @@
383384
},
384385
{
385386
"scope":
386-
"keyword.other.unit, keyword.control.at-rule.include.scss, keyword.control.at-rule.import.scss, keyword.control.at-rule.import.css, entity.name.tag.wildcard.css",
387+
"keyword.other.unit, keyword.control.at-rule.include.scss, keyword.control.at-rule.import.scss, entity.name.tag.wildcard.css",
387388
"settings": {
388389
"foreground": "#ff2c6bc2"
389390
}
@@ -409,7 +410,8 @@
409410
}
410411
},
411412
{
412-
"scope": "constant.other.color.rgb-value.hex.css",
413+
"scope":
414+
"constant.other.color.rgb-value.hex.css, entity.name.tag.reference.scss",
413415
"settings": {
414416
"foreground": "#dd8aa3"
415417
}
@@ -422,7 +424,7 @@
422424
},
423425
{
424426
"scope":
425-
"keyword.control.at-rule.keyframes.css, keyword.control.at-rule.media.css, support.type.property-name.media.css, support.constant.media.css, support.constant.font-name.css",
427+
"keyword.control.at-rule.keyframes.css, keyword.control.at-rule.media.css, support.type.property-name.media.css, support.constant.media.css, support.constant.font-name.css, keyword.other.important.scss, keyword.control.at-rule.media.scss, keyword.control.operator.css.scss, entity.other.keyframe-offset.css, entity.other.attribute-name.css, keyword.control.at-rule.import.css",
426428
"settings": {
427429
"foreground": "#dd8aa3"
428430
}
@@ -453,6 +455,12 @@
453455
"foreground": "#34eeeed7"
454456
}
455457
},
458+
{
459+
"scope": "variable.scss, support.function.url.css",
460+
"settings": {
461+
"foreground": "#88f1ffc2"
462+
}
463+
},
456464

457465
// markdown
458466
{

0 commit comments

Comments
 (0)