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",
}
}