Add new semantic token scopes to Dark+ and Light+ themes?. Fixes #97177

This commit is contained in:
Martin Aeschlimann 2020-06-30 22:09:26 +02:00
parent e68707852f
commit f1d7f7f6ce
4 changed files with 28 additions and 8 deletions

View file

@ -190,5 +190,11 @@
"foreground": "#C8C8C8"
}
}
]
],
"semanticTokenColors": {
"newOperator":"#C586C0",
"stringLiteral":"#ce9178",
"customLiteral": "#DCDCAA",
"numberLiteral": "#b5cea8",
}
}

View file

@ -45,7 +45,6 @@
{
"scope": [
"constant.numeric",
"entity.name.operator.custom-literal.number",
"variable.other.enummember",
"keyword.operator.plus.exponent",
"keyword.operator.minus.exponent"
@ -226,7 +225,6 @@
{
"scope": [
"string",
"entity.name.operator.custom-literal.string",
"meta.embedded.assembly"
],
"settings": {
@ -364,5 +362,11 @@
"foreground": "#569cd6"
}
}
]
],
"semanticTokenColors": {
"newOperator": "#d4d4d4",
"stringLiteral": "#ce9178",
"customLiteral": "#D4D4D4",
"numberLiteral": "#b5cea8",
}
}

View file

@ -190,5 +190,11 @@
"foreground": "#000000"
}
}
]
],
"semanticTokenColors": {
"newOperator": "#AF00DB",
"stringLiteral": "#a31515",
"customLiteral": "#795E26",
"numberLiteral": "#098658",
}
}

View file

@ -45,7 +45,6 @@
{
"scope": [
"constant.numeric",
"entity.name.operator.custom-literal.number",
"variable.other.enummember",
"keyword.operator.plus.exponent",
"keyword.operator.minus.exponent"
@ -218,7 +217,6 @@
{
"scope": [
"string",
"entity.name.operator.custom-literal.string",
"meta.embedded.assembly"
],
"settings": {
@ -388,5 +386,11 @@
"foreground": "#0000ff"
}
}
]
],
"semanticTokenColors": {
"newOperator": "#0000ff",
"stringLiteral": "#a31515",
"customLiteral": "#000000",
"numberLiteral": "#098658",
}
}