mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
[themes][semantic] default themes: new constant color. Fixes #95346
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user