[themes] return types coloring

This commit is contained in:
Martin Aeschlimann 2016-01-11 15:42:39 +01:00
parent 9e93648c14
commit 86be59b8f4
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
"displayName": "Colorful Default Themes - Please provide feedback in issue 1849",
"description": "The default VS Code Light and Dark themes with a touch of color. We are considering adding these to the default themes in the January release. Please provide feedback in issue 1849.",
"categories": [ "Themes" ],
"version": "0.1.7",
"version": "0.1.8",
"publisher": "aeschli",
"engines": { "vscode": "*" },
"contributes": {

View file

@ -21,7 +21,7 @@
<key>name</key>
<string>Types declaration and references</string>
<key>scope</key>
<string>meta.parameter.type, name.class, storage.type, return-type, meta.cast, meta.object.type, new.storage.type.ts, cast.storage.type.ts, heritage.storage.type.ts, annotation.storage.type.ts, var.annotation.storage.type.ts</string>
<string>meta.parameter.type, name.class, storage.type, meta.return.type, meta.object.type, return-type, meta.cast, new.storage.type.ts, cast.storage.type.ts, heritage.storage.type.ts, annotation.storage.type.ts, var.annotation.storage.type.ts</string>
<key>settings</key>
<dict>
<key>foreground</key>

View file

@ -21,7 +21,7 @@
<key>name</key>
<string>Types declaration and references</string>
<key>scope</key>
<string>meta.parameter.type, name.class, storage.type, meta.object.type, return-type, meta.cast, new.storage.type.ts, cast.storage.type.ts, heritage.storage.type.ts, annotation.storage.type.ts, var.annotation.storage.type.ts</string>
<string>meta.parameter.type, name.class, storage.type, meta.return.type, meta.object.type, return-type, meta.cast, new.storage.type.ts, cast.storage.type.ts, heritage.storage.type.ts, annotation.storage.type.ts, var.annotation.storage.type.ts</string>
<key>settings</key>
<dict>
<key>foreground</key>

View file

@ -346,7 +346,7 @@
.monaco-editor.vs .token.meta.preprocessor.string { color: #A31515; }
.monaco-editor.vs .token.meta.preprocessor.numeric { color: #09885A; }
.monaco-editor.vs .token.meta.cast { color: #000000; }
.monaco-editor.vs .token.meta.object.type { color: #000000; }
.monaco-editor.vs .token.meta.object.type { color: #000000; }
.monaco-editor.vs .token.meta.parameter.type { color: #000000; }
.monaco-editor.vs .token.meta.parameter.type.variable { color: #000000; }
.monaco-editor.vs .token.meta.dictionary.key { color: #0451A5; }