Skip to content

Commit

Permalink
[v2][m]: add last improvements from V2 to high-contrast theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariorodeghiero committed Oct 4, 2022
1 parent 545320d commit 2f43592
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions themes/vue-theme-color-theme-high-contrast.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"debugToolBar.background": "#002933",
"editorGroupHeader.tabsBackground": "#002933",
"textLink.activeForeground": "#ffffff",
"textLink.foreground": "#00b7ff",
"textLink.foreground": "#00b7ff"
},
"tokenColors": [
{
Expand All @@ -90,7 +90,7 @@
},
{
"name": "const, let, import",
"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",
"scope": "storage.type, keyword.control.import, keyword.control.from, support.class.error",
"settings": {
"foreground": "#ff0e56"
}
Expand All @@ -110,14 +110,14 @@
}
},
{
"scope": "meta.brace.round.js, meta.brace.round.tsx, punctuation.terminator.statement.js, punctuation.terminator.statement.tsx",
"scope": "meta.brace.round, punctuation.terminator.statement",
"settings": {
"foreground": "#ffffff"
}
},
{
"name": "{} , ()",
"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",
"scope": "punctuation.separator.comma, punctuation.definition.block, punctuation.definition.parameters.begin, punctuation.definition.parameters.end",
"settings": {
"foreground": "#ffffff"
}
Expand All @@ -136,7 +136,7 @@
},
{
"name": "template expression ${} and comparation",
"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",
"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",
"settings": {
"foreground": "#ffbe79"
}
Expand All @@ -163,7 +163,7 @@
},
{
"name": "variable object",
"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",
"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",
"settings": {
"foreground": "#ff0e56"
}
Expand All @@ -176,7 +176,7 @@
},
{
"name": "keys",
"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",
"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",
"settings": {
"foreground": "#8be1f7"
}
Expand Down Expand Up @@ -223,7 +223,7 @@
},
{
"name": "if else, try catch",
"scope": "keyword.control.conditional, keyword.control.trycatch.js, keyword.control.trycatch.tsx",
"scope": "keyword.control.conditional, keyword.control.trycatch",
"settings": {
"foreground": "#09cbdd"
}
Expand Down Expand Up @@ -483,7 +483,7 @@
},
// Vue configs
{
"scope": "entity.name.tag.template.html, keyword.control.export.js, keyword.control.export.tsx",
"scope": "entity.name.tag.template.html, keyword.control.export",
"settings": {
"foreground": "#ff0e56"
}
Expand All @@ -495,20 +495,20 @@
}
},
{
"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",
"scope": "keyword.control.default, support.class.builtin, meta.function-call, keyword.control.as",
"settings": {
"foreground": "#64ffdbda"
}
},
// webpack
{
"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",
"scope": "support.type.object.module, string.regexp.js, string.regexp.tsx, support.variable.object.node",
"settings": {
"foreground": "#64ffdbda"
}
},
{
"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",
"scope": "support.variable.object.process, variable.other.constant.property, variable.other.constant",
"settings": {
"foreground": "#a1d7da"
}
Expand Down

0 comments on commit 2f43592

Please sign in to comment.