提交 9e93648c 编写于 作者: M Martin Aeschlimann

[themes] fix for parameterized types

上级 6c5c3f43
......@@ -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, 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, 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>
<key>settings</key>
<dict>
<key>foreground</key>
......
......@@ -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, 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.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>
......
......@@ -346,6 +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.parameter.type { color: #000000; }
.monaco-editor.vs .token.meta.parameter.type.variable { color: #000000; }
.monaco-editor.vs .token.meta.dictionary.key { color: #0451A5; }
......@@ -480,7 +481,8 @@
.monaco-editor.vs-dark .token.meta.preprocessor { color: #569CD6; }
.monaco-editor.vs-dark .token.meta.preprocessor.string { color: #CE9178; }
.monaco-editor.vs-dark .token.meta.preprocessor.numeric { color: #B5CEA8; }
.monaco-editor.vs-dark .token.meta.cast { color: #569CD6; }
.monaco-editor.vs-dark .token.meta.cast { color: #D4D4D4; }
.monaco-editor.vs-dark .token.meta.object.type { color: #D4D4D4; }
.monaco-editor.vs-dark .token.meta.parameter.type { color: #D4D4D4; }
.monaco-editor.vs-dark .token.meta.parameter.type.variable { color: #D4D4D4; }
.monaco-editor.vs-dark .token.meta.dictionary.key { color: #9CDCFE; }
......@@ -615,7 +617,8 @@
.monaco-editor.hc-black .token.meta.preprocessor { color: #569CD6; }
.monaco-editor.hc-black .token.meta.preprocessor.string { color: #CE9178; }
.monaco-editor.hc-black .token.meta.preprocessor.numeric { color: #B5CEA8; }
.monaco-editor.hc-black .token.meta.cast { color: #569CD6; }
.monaco-editor.hc-black .token.meta.cast { color: #D4D4D4; }
.monaco-editor.hc-black .token.meta.object.type { color: #D4D4D4; }
.monaco-editor.hc-black .token.meta.parameter.type { color: #D4D4D4; }
.monaco-editor.hc-black .token.meta.parameter.type.variable { color: #D4D4D4; }
.monaco-editor.hc-black .token.meta.dictionary.key { color: #9CDCFE; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册