[themes][semantic] default themes: new constant color. Fixes #95346

This commit is contained in:
Martin Aeschlimann
2020-04-15 17:04:23 +02:00
parent d1011e219e
commit b02307e53d
5 changed files with 38 additions and 18 deletions

View File

@@ -97,6 +97,16 @@
"foreground": "#9CDCFE"
}
},
{
"name": "Constants and enums",
"scope": [
"variable.other.constant",
"variable.other.enummember"
],
"settings": {
"foreground": "#D4D4D4",
}
},
{
"name": "Object keys, TS grammar specific",
"scope": [