Skip to content

Commit fc44b4f

Browse files
committed
SCSS differences in coloring. Fixes microsoft#19289
1 parent 601452b commit fc44b4f

12 files changed

Lines changed: 538 additions & 559 deletions

File tree

extensions/css/test/colorize-results/test-variables_css.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@
190190
"c": "var",
191191
"t": "source.css meta.property-list.css meta.property-value.css support.function.misc.css",
192192
"r": {
193-
"dark_plus": "meta.property-value.css support.function: #CE9178",
194-
"light_plus": "meta.property-value.css support.function: #0451A5",
193+
"dark_plus": "support.function: #DCDCAA",
194+
"light_plus": "support.function: #795E26",
195195
"dark_vs": "default: #D4D4D4",
196-
"light_vs": "meta.property-value.css support: #0451A5",
196+
"light_vs": "default: #000000",
197197
"hc_black": "default: #FFFFFF"
198198
}
199199
},
@@ -366,10 +366,10 @@
366366
"c": "var",
367367
"t": "source.css meta.property-list.css meta.property-value.css support.function.misc.css",
368368
"r": {
369-
"dark_plus": "meta.property-value.css support.function: #CE9178",
370-
"light_plus": "meta.property-value.css support.function: #0451A5",
369+
"dark_plus": "support.function: #DCDCAA",
370+
"light_plus": "support.function: #795E26",
371371
"dark_vs": "default: #D4D4D4",
372-
"light_vs": "meta.property-value.css support: #0451A5",
372+
"light_vs": "default: #000000",
373373
"hc_black": "default: #FFFFFF"
374374
}
375375
},

0 commit comments

Comments
 (0)