Update themes with c++ scopes based on discussion

Part of #80783
This commit is contained in:
Alex Ross
2019-09-19 11:22:47 +02:00
parent ba439b2406
commit c1fdabc4f2
12 changed files with 195 additions and 280 deletions

View File

@@ -44,7 +44,9 @@
},
{
"scope": [
"constant.numeric"
"constant.numeric",
"entity.name.operator.custom-literal.number",
"variable.other.enummember"
],
"settings": {
"foreground": "#b5cea8"
@@ -166,7 +168,10 @@
}
},
{
"scope": "meta.preprocessor",
"scope": [
"meta.preprocessor",
"keyword.control.directive"
],
"settings": {
"foreground": "#569cd6"
}
@@ -214,7 +219,10 @@
}
},
{
"scope": "string",
"scope": [
"string",
"entity.name.operator.custom-literal.string",
],
"settings": {
"foreground": "#ce9178"
}
@@ -347,4 +355,4 @@
}
}
]
}
}