[themes] Color for super type

This commit is contained in:
Martin Aeschlimann
2016-11-09 21:21:37 +01:00
parent 3b8b8d3352
commit 6bfd1d8632
6 changed files with 61 additions and 15 deletions

View File

@@ -421,8 +421,8 @@
"c": "Vehicle",
"t": "class.coffee.entity.inherited-class.meta.other",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.inherited-class rgb(78, 201, 176)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.inherited-class rgb(38, 127, 153)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"