Skip to content

Commit 2f43592

Browse files
[v2][m]: add last improvements from V2 to high-contrast theme
1 parent 545320d commit 2f43592

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

themes/vue-theme-color-theme-high-contrast.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"debugToolBar.background": "#002933",
7878
"editorGroupHeader.tabsBackground": "#002933",
7979
"textLink.activeForeground": "#ffffff",
80-
"textLink.foreground": "#00b7ff",
80+
"textLink.foreground": "#00b7ff"
8181
},
8282
"tokenColors": [
8383
{
@@ -90,7 +90,7 @@
9090
},
9191
{
9292
"name": "const, let, import",
93-
"scope": "storage.type, keyword.control.import.js, keyword.control.import.tsx, keyword.control.from.js, keyword.control.from.tsx, support.class.error.js, support.class.error.tsx",
93+
"scope": "storage.type, keyword.control.import, keyword.control.from, support.class.error",
9494
"settings": {
9595
"foreground": "#ff0e56"
9696
}
@@ -110,14 +110,14 @@
110110
}
111111
},
112112
{
113-
"scope": "meta.brace.round.js, meta.brace.round.tsx, punctuation.terminator.statement.js, punctuation.terminator.statement.tsx",
113+
"scope": "meta.brace.round, punctuation.terminator.statement",
114114
"settings": {
115115
"foreground": "#ffffff"
116116
}
117117
},
118118
{
119119
"name": "{} , ()",
120-
"scope": "punctuation.separator.comma.js, punctuation.separator.comma.tsx, punctuation.definition.block.js, punctuation.definition.block.tsx, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.begin.tsx, punctuation.definition.parameters.end.js, punctuation.definition.parameters.end.tsx",
120+
"scope": "punctuation.separator.comma, punctuation.definition.block, punctuation.definition.parameters.begin, punctuation.definition.parameters.end",
121121
"settings": {
122122
"foreground": "#ffffff"
123123
}
@@ -136,7 +136,7 @@
136136
},
137137
{
138138
"name": "template expression ${} and comparation",
139-
"scope": "punctuation.accessor, meta.brace.square.js, meta.brace.square.tsx, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.relational, keyword.operator, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, constant.language.import-export-all.js, constant.language.import-export-all.tsx, entity.other.attribute-name.js, entity.other.attribute-name.tsx",
139+
"scope": "punctuation.accessor, meta.brace.square, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.relational, keyword.operator, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, constant.language.import-export-all, entity.other.attribute-name",
140140
"settings": {
141141
"foreground": "#ffbe79"
142142
}
@@ -163,7 +163,7 @@
163163
},
164164
{
165165
"name": "variable object",
166-
"scope": "variable.other.object.property, variable.other.property, meta.template.expression, support.variable.property, variable.language.super, support.class.component.js, entity.name.tag.js, entity.name.tag.tsx, entity.name.tag.style.html",
166+
"scope": "variable.other.object.property, variable.other.property, meta.template.expression, support.variable.property, variable.language.super, support.class.component.js, entity.name.tag, entity.name.tag.style.html",
167167
"settings": {
168168
"foreground": "#ff0e56"
169169
}
@@ -176,7 +176,7 @@
176176
},
177177
{
178178
"name": "keys",
179-
"scope": "meta.embedded.line, variable.other.object, variable.other.readwrite, entity.name.type.class, entity.name.type, entity.other.inherited-class, variable.parameter, variable.object.property.js, variable.object.property.tsx, support.function, storage.modifier.async.js, storage.modifier.async.tsx",
179+
"scope": "meta.embedded.line, variable.other.object, variable.other.readwrite, entity.name.type.class, entity.name.type, entity.other.inherited-class, variable.parameter, variable.object.property, support.function, storage.modifier.async",
180180
"settings": {
181181
"foreground": "#8be1f7"
182182
}
@@ -223,7 +223,7 @@
223223
},
224224
{
225225
"name": "if else, try catch",
226-
"scope": "keyword.control.conditional, keyword.control.trycatch.js, keyword.control.trycatch.tsx",
226+
"scope": "keyword.control.conditional, keyword.control.trycatch",
227227
"settings": {
228228
"foreground": "#09cbdd"
229229
}
@@ -483,7 +483,7 @@
483483
},
484484
// Vue configs
485485
{
486-
"scope": "entity.name.tag.template.html, keyword.control.export.js, keyword.control.export.tsx",
486+
"scope": "entity.name.tag.template.html, keyword.control.export",
487487
"settings": {
488488
"foreground": "#ff0e56"
489489
}
@@ -495,20 +495,20 @@
495495
}
496496
},
497497
{
498-
"scope": "keyword.control.default.js, keyword.control.default.tsx, support.class.builtin.js, support.class.builtin.tsx, meta.function-call.js, meta.function-call.tsx, keyword.control.as.js, keyword.control.as.tsx",
498+
"scope": "keyword.control.default, support.class.builtin, meta.function-call, keyword.control.as",
499499
"settings": {
500500
"foreground": "#64ffdbda"
501501
}
502502
},
503503
// webpack
504504
{
505-
"scope": "support.type.object.module.js, support.type.object.module.tsx, string.regexp.js, string.regexp.tsx, support.variable.object.node.js, support.variable.object.node.tsx",
505+
"scope": "support.type.object.module, string.regexp.js, string.regexp.tsx, support.variable.object.node",
506506
"settings": {
507507
"foreground": "#64ffdbda"
508508
}
509509
},
510510
{
511-
"scope": "support.variable.object.process.js, support.variable.object.process.tsx, variable.other.constant.property.js, variable.other.constant.property.tsx, variable.other.constant.js, variable.other.constant.tsx",
511+
"scope": "support.variable.object.process, variable.other.constant.property, variable.other.constant",
512512
"settings": {
513513
"foreground": "#a1d7da"
514514
}

0 commit comments

Comments
 (0)