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": "#000000"
}
}
]
],
"semanticTokenColors": {
"newOperator": "#AF00DB",
"stringLiteral": "#a31515",
"customLiteral": "#795E26",
"numberLiteral": "#098658",
}
}