colorful default themes: make sure the theme works with 0.10.3

This commit is contained in:
Martin Aeschlimann 2016-01-20 11:27:55 +01:00
parent ffc63e459b
commit a038512621
3 changed files with 15 additions and 5 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.8",
"version": "0.1.10",
"publisher": "aeschli",
"engines": { "vscode": "*" },
"contributes": {

View file

@ -21,7 +21,12 @@
<key>name</key>
<string>Types declaration and references</string>
<key>scope</key>
<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.type.ts, field.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.type.ts, field.storage.type.ts,
new.storage.type.js, cast.storage.type.js, heritage.storage.type.js, annotation.storage.type.js, var.annotation.type.js, field.storage.type.js,
new.storage.type.tsx, cast.storage.type.tsx, heritage.storage.type.tsx, annotation.storage.type.tsx, var.annotation.type.tsx, field.storage.type.tsx,
new.storage.type.jsx, cast.storage.type.jsx, heritage.storage.type.jsx, annotation.storage.type.jsx, var.annotation.type.jsx, field.storage.type.jsx
</string>
<key>settings</key>
<dict>
<key>foreground</key>
@ -32,7 +37,7 @@
<key>name</key>
<string>TS storage type workaround</string>
<key>scope</key>
<string>storage.type.ts</string>
<string>storage.type.ts, storage.type.js, storage.type.tsx, storage.type.jsx</string>
<key>settings</key>
<dict>
<key>foreground</key>

View file

@ -21,7 +21,12 @@
<key>name</key>
<string>Types declaration and references</string>
<key>scope</key>
<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.type.ts, field.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.type.ts, field.storage.type.ts,
new.storage.type.js, cast.storage.type.js, heritage.storage.type.js, annotation.storage.type.js, var.annotation.type.js, field.storage.type.js,
new.storage.type.tsx, cast.storage.type.tsx, heritage.storage.type.tsx, annotation.storage.type.tsx, var.annotation.type.tsx, field.storage.type.tsx,
new.storage.type.jsx, cast.storage.type.jsx, heritage.storage.type.jsx, annotation.storage.type.jsx, var.annotation.type.jsx, field.storage.type.jsx
</string>
<key>settings</key>
<dict>
<key>foreground</key>
@ -32,7 +37,7 @@
<key>name</key>
<string>TS storage type workaround</string>
<key>scope</key>
<string>storage.type.ts</string>
<string>storage.type.ts, storage.type.js, storage.type.tsx, storage.type.jsx</string>
<key>settings</key>
<dict>
<key>foreground</key>