[themes] add support.class & support.constant (for ts)

This commit is contained in:
Martin Aeschlimann
2016-10-14 17:20:05 +02:00
parent 8751b28026
commit 010c5068d9
15 changed files with 120 additions and 110 deletions

View File

@@ -234,8 +234,8 @@
"c": "Bool) -> Bool ",
"t": "class.entity.function.meta.name.return-type.swift.type",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type 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)"