mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 05:07:35 +00:00
Add more scopes to themes based on feedback for C++ and discussion
Part of #80783
This commit is contained in:
@@ -2038,10 +2038,10 @@
|
||||
"c": "-",
|
||||
"t": "source.objc meta.implementation.objc meta.scope.implementation.objc meta.function-with-body.objc meta.block.objc keyword.operator.minus.exponent.decimal.objc",
|
||||
"r": {
|
||||
"dark_plus": "keyword.operator: #D4D4D4",
|
||||
"light_plus": "keyword.operator: #000000",
|
||||
"dark_vs": "keyword.operator: #D4D4D4",
|
||||
"light_vs": "keyword.operator: #000000",
|
||||
"dark_plus": "keyword.operator.minus.exponent: #B5CEA8",
|
||||
"light_plus": "keyword.operator.minus.exponent: #09885A",
|
||||
"dark_vs": "keyword.operator.minus.exponent: #B5CEA8",
|
||||
"light_vs": "keyword.operator.minus.exponent: #09885A",
|
||||
"hc_black": "keyword.operator: #D4D4D4"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -2038,10 +2038,10 @@
|
||||
"c": "-",
|
||||
"t": "source.objcpp meta.implementation.objcpp meta.scope.implementation.objcpp meta.function-with-body.objcpp meta.block.objcpp keyword.operator.minus.exponent.decimal.objcpp",
|
||||
"r": {
|
||||
"dark_plus": "keyword.operator: #D4D4D4",
|
||||
"light_plus": "keyword.operator: #000000",
|
||||
"dark_vs": "keyword.operator: #D4D4D4",
|
||||
"light_vs": "keyword.operator: #000000",
|
||||
"dark_plus": "keyword.operator.minus.exponent: #B5CEA8",
|
||||
"light_plus": "keyword.operator.minus.exponent: #09885A",
|
||||
"dark_vs": "keyword.operator.minus.exponent: #B5CEA8",
|
||||
"light_vs": "keyword.operator.minus.exponent: #09885A",
|
||||
"hc_black": "keyword.operator: #D4D4D4"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user