mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
SCSS differences in coloring. Fixes #19289
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "constant.numeric",
|
||||
"scope": [
|
||||
"constant.numeric"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#b5cea8"
|
||||
}
|
||||
@@ -50,16 +52,6 @@
|
||||
"foreground": "#646695"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": [
|
||||
"constant.other.color.rgb-value.css",
|
||||
"constant.numeric.color.rgb-value.scss",
|
||||
"constant.other.rgb-value.css"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#d4d4d4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "entity.name.tag",
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user