mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
[themes] supertypes not colored in plus themes
This commit is contained in:
@@ -421,8 +421,8 @@
|
||||
"c": "Vehicle",
|
||||
"t": "source.coffee meta.class.coffee entity.other.inherited-class.coffee",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_plus": "entity.other.inherited-class: #4EC9B0",
|
||||
"light_plus": "entity.other.inherited-class: #267F99",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
|
||||
@@ -113,8 +113,8 @@
|
||||
"c": "Azure",
|
||||
"t": "source.ruby meta.module.ruby entity.name.type.module.ruby entity.other.inherited-class.module.first.ruby",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.type: #4EC9B0",
|
||||
"light_plus": "entity.name.type: #267F99",
|
||||
"dark_plus": "entity.other.inherited-class: #4EC9B0",
|
||||
"light_plus": "entity.other.inherited-class: #267F99",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
@@ -124,8 +124,8 @@
|
||||
"c": "::",
|
||||
"t": "source.ruby meta.module.ruby entity.name.type.module.ruby entity.other.inherited-class.module.first.ruby punctuation.separator.inheritance.ruby",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.type: #4EC9B0",
|
||||
"light_plus": "entity.name.type: #267F99",
|
||||
"dark_plus": "entity.other.inherited-class: #4EC9B0",
|
||||
"light_plus": "entity.other.inherited-class: #267F99",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
@@ -135,8 +135,8 @@
|
||||
"c": "ARM",
|
||||
"t": "source.ruby meta.module.ruby entity.name.type.module.ruby entity.other.inherited-class.module.second.ruby",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.type: #4EC9B0",
|
||||
"light_plus": "entity.name.type: #267F99",
|
||||
"dark_plus": "entity.other.inherited-class: #4EC9B0",
|
||||
"light_plus": "entity.other.inherited-class: #267F99",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
@@ -146,8 +146,8 @@
|
||||
"c": "::",
|
||||
"t": "source.ruby meta.module.ruby entity.name.type.module.ruby entity.other.inherited-class.module.second.ruby punctuation.separator.inheritance.ruby",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.type: #4EC9B0",
|
||||
"light_plus": "entity.name.type: #267F99",
|
||||
"dark_plus": "entity.other.inherited-class: #4EC9B0",
|
||||
"light_plus": "entity.other.inherited-class: #267F99",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
@@ -322,8 +322,8 @@
|
||||
"c": "MsRestAzure::AzureServiceClient",
|
||||
"t": "source.ruby meta.class.ruby entity.other.inherited-class.ruby",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_plus": "entity.other.inherited-class: #4EC9B0",
|
||||
"light_plus": "entity.other.inherited-class: #267F99",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
|
||||
@@ -54,7 +54,9 @@
|
||||
"meta.type.new.expr",
|
||||
"support.constant.math",
|
||||
"support.constant.dom",
|
||||
"support.constant.json"
|
||||
"support.constant.json",
|
||||
|
||||
"entity.other.inherited-class"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#4EC9B0"
|
||||
|
||||
@@ -54,7 +54,9 @@
|
||||
"meta.type.new.expr",
|
||||
"support.constant.math",
|
||||
"support.constant.dom",
|
||||
"support.constant.json"
|
||||
"support.constant.json",
|
||||
|
||||
"entity.other.inherited-class"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#267f99"
|
||||
|
||||
@@ -69,8 +69,8 @@
|
||||
"c": "B1",
|
||||
"t": "source.ts meta.class.ts entity.other.inherited-class.ts",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_plus": "entity.other.inherited-class: #4EC9B0",
|
||||
"light_plus": "entity.other.inherited-class: #267F99",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
|
||||
Reference in New Issue
Block a user