[themes] supertypes not colored in plus themes

This commit is contained in:
Martin Aeschlimann 2017-01-23 09:48:45 +01:00
parent 3ccb2f3237
commit f675d5105d
5 changed files with 20 additions and 16 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"