Themes integration tests

This commit is contained in:
Alex Dima
2017-01-04 22:44:08 +01:00
parent d43423b5b1
commit 10f68352a0
77 changed files with 88372 additions and 87793 deletions

View File

@@ -1,497 +1,508 @@
[
{
"c": "for",
"t": "control.js.keyword.loop",
"t": "source.js keyword.control.loop.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)"
"dark_plus": "keyword.control: rgb(197, 134, 192)",
"light_plus": "keyword.control: rgb(175, 0, 219)",
"dark_vs": "keyword.control: rgb(86, 156, 214)",
"light_vs": "keyword.control: rgb(0, 0, 255)",
"hc_black": "keyword.control: rgb(86, 156, 214)"
}
},
{
"c": "(",
"t": "brace.js.meta.round",
"t": "source.js meta.brace.round.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "var",
"t": "expr.js.meta.storage.type.var",
"t": "source.js meta.var.expr.js storage.type.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)"
"dark_plus": "storage.type: rgb(86, 156, 214)",
"light_plus": "storage.type: rgb(0, 0, 255)",
"dark_vs": "storage.type: rgb(86, 156, 214)",
"light_vs": "storage.type: rgb(0, 0, 255)",
"hc_black": "storage.type: rgb(86, 156, 214)"
}
},
{
"c": " ",
"t": "expr.js.meta.var",
"t": "source.js meta.var.expr.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "i",
"t": "expr.js.meta.other.readwrite.var.var-single-variable.variable",
"t": "source.js meta.var.expr.js meta.var-single-variable.expr.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "=",
"t": "assignment.expr.js.keyword.meta.operator.var",
"t": "source.js meta.var.expr.js keyword.operator.assignment.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
"dark_plus": "keyword.operator: rgb(212, 212, 212)",
"light_plus": "keyword.operator: rgb(0, 0, 0)",
"dark_vs": "keyword.operator: rgb(212, 212, 212)",
"light_vs": "keyword.operator: rgb(0, 0, 0)",
"hc_black": "keyword.operator: rgb(212, 212, 212)"
}
},
{
"c": "0",
"t": "constant.decimal.expr.js.meta.numeric.var",
"t": "source.js meta.var.expr.js constant.numeric.decimal.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)"
"dark_plus": "constant.numeric: rgb(181, 206, 168)",
"light_plus": "constant.numeric: rgb(9, 136, 90)",
"dark_vs": "constant.numeric: rgb(181, 206, 168)",
"light_vs": "constant.numeric: rgb(9, 136, 90)",
"hc_black": "constant.numeric: rgb(181, 206, 168)"
}
},
{
"c": ";",
"t": "js.punctuation.statement.terminator",
"t": "source.js punctuation.terminator.statement.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "i",
"t": "js.other.readwrite.variable",
"t": "source.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "<",
"t": "js.keyword.operator.relational",
"t": "source.js keyword.operator.relational.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
"dark_plus": "keyword.operator: rgb(212, 212, 212)",
"light_plus": "keyword.operator: rgb(0, 0, 0)",
"dark_vs": "keyword.operator: rgb(212, 212, 212)",
"light_vs": "keyword.operator: rgb(0, 0, 0)",
"hc_black": "keyword.operator: rgb(212, 212, 212)"
}
},
{
"c": "9",
"t": "constant.decimal.js.numeric",
"t": "source.js constant.numeric.decimal.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)"
"dark_plus": "constant.numeric: rgb(181, 206, 168)",
"light_plus": "constant.numeric: rgb(9, 136, 90)",
"dark_vs": "constant.numeric: rgb(181, 206, 168)",
"light_vs": "constant.numeric: rgb(9, 136, 90)",
"hc_black": "constant.numeric: rgb(181, 206, 168)"
}
},
{
"c": ";",
"t": "js.punctuation.statement.terminator",
"t": "source.js punctuation.terminator.statement.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "i",
"t": "js.other.readwrite.variable",
"t": "source.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "++",
"t": "increment.js.keyword.operator",
"t": "source.js keyword.operator.increment.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
"dark_plus": "keyword.operator: rgb(212, 212, 212)",
"light_plus": "keyword.operator: rgb(0, 0, 0)",
"dark_vs": "keyword.operator: rgb(212, 212, 212)",
"light_vs": "keyword.operator: rgb(0, 0, 0)",
"hc_black": "keyword.operator: rgb(212, 212, 212)"
}
},
{
"c": ")",
"t": "brace.js.meta.round",
"t": "source.js meta.brace.round.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "{",
"t": "block.definition.js.meta.punctuation",
"t": "source.js meta.block.js punctuation.definition.block.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "for",
"t": "block.control.js.keyword.loop.meta",
"t": "source.js meta.block.js keyword.control.loop.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)"
"dark_plus": "keyword.control: rgb(197, 134, 192)",
"light_plus": "keyword.control: rgb(175, 0, 219)",
"dark_vs": "keyword.control: rgb(86, 156, 214)",
"light_vs": "keyword.control: rgb(0, 0, 255)",
"hc_black": "keyword.control: rgb(86, 156, 214)"
}
},
{
"c": "(",
"t": "block.brace.js.meta.round",
"t": "source.js meta.block.js meta.brace.round.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "var",
"t": "block.expr.js.meta.storage.type.var",
"t": "source.js meta.block.js meta.var.expr.js storage.type.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)"
"dark_plus": "storage.type: rgb(86, 156, 214)",
"light_plus": "storage.type: rgb(0, 0, 255)",
"dark_vs": "storage.type: rgb(86, 156, 214)",
"light_vs": "storage.type: rgb(0, 0, 255)",
"hc_black": "storage.type: rgb(86, 156, 214)"
}
},
{
"c": " ",
"t": "block.expr.js.meta.var",
"t": "source.js meta.block.js meta.var.expr.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "j",
"t": "block.expr.js.meta.other.readwrite.var.var-single-variable.variable",
"t": "source.js meta.block.js meta.var.expr.js meta.var-single-variable.expr.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": ";",
"t": "block.js.meta.punctuation.statement.terminator",
"t": "source.js meta.block.js punctuation.terminator.statement.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "j",
"t": "block.js.meta.other.readwrite.variable",
"t": "source.js meta.block.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "<",
"t": "block.js.keyword.meta.operator.relational",
"t": "source.js meta.block.js keyword.operator.relational.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
"dark_plus": "keyword.operator: rgb(212, 212, 212)",
"light_plus": "keyword.operator: rgb(0, 0, 0)",
"dark_vs": "keyword.operator: rgb(212, 212, 212)",
"light_vs": "keyword.operator: rgb(0, 0, 0)",
"hc_black": "keyword.operator: rgb(212, 212, 212)"
}
},
{
"c": "i",
"t": "block.js.meta.other.readwrite.variable",
"t": "source.js meta.block.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": ";",
"t": "block.js.meta.punctuation.statement.terminator",
"t": "source.js meta.block.js punctuation.terminator.statement.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "j",
"t": "block.js.meta.other.readwrite.variable",
"t": "source.js meta.block.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "++",
"t": "block.increment.js.keyword.meta.operator",
"t": "source.js meta.block.js keyword.operator.increment.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
"dark_plus": "keyword.operator: rgb(212, 212, 212)",
"light_plus": "keyword.operator: rgb(0, 0, 0)",
"dark_vs": "keyword.operator: rgb(212, 212, 212)",
"light_vs": "keyword.operator: rgb(0, 0, 0)",
"hc_black": "keyword.operator: rgb(212, 212, 212)"
}
},
{
"c": ")",
"t": "block.brace.js.meta.round",
"t": "source.js meta.block.js meta.brace.round.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "{",
"t": "block.definition.js.meta.punctuation",
"t": "source.js meta.block.js meta.block.js punctuation.definition.block.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "if",
"t": "block.conditional.control.js.keyword.meta",
"t": "source.js meta.block.js meta.block.js keyword.control.conditional.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)"
"dark_plus": "keyword.control: rgb(197, 134, 192)",
"light_plus": "keyword.control: rgb(175, 0, 219)",
"dark_vs": "keyword.control: rgb(86, 156, 214)",
"light_vs": "keyword.control: rgb(0, 0, 255)",
"hc_black": "keyword.control: rgb(86, 156, 214)"
}
},
{
"c": "(",
"t": "block.brace.js.meta.round",
"t": "source.js meta.block.js meta.block.js meta.brace.round.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "j",
"t": "block.js.meta.other.readwrite.variable",
"t": "source.js meta.block.js meta.block.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "+",
"t": "arithmetic.block.js.keyword.meta.operator",
"t": "source.js meta.block.js meta.block.js keyword.operator.arithmetic.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
"dark_plus": "keyword.operator: rgb(212, 212, 212)",
"light_plus": "keyword.operator: rgb(0, 0, 0)",
"dark_vs": "keyword.operator: rgb(212, 212, 212)",
"light_vs": "keyword.operator: rgb(0, 0, 0)",
"hc_black": "keyword.operator: rgb(212, 212, 212)"
}
},
{
"c": "i",
"t": "block.js.meta.other.readwrite.variable",
"t": "source.js meta.block.js meta.block.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "<",
"t": "block.js.keyword.meta.operator.relational",
"t": "source.js meta.block.js meta.block.js keyword.operator.relational.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
"dark_plus": "keyword.operator: rgb(212, 212, 212)",
"light_plus": "keyword.operator: rgb(0, 0, 0)",
"dark_vs": "keyword.operator: rgb(212, 212, 212)",
"light_vs": "keyword.operator: rgb(0, 0, 0)",
"hc_black": "keyword.operator: rgb(212, 212, 212)"
}
},
{
"c": "3",
"t": "block.constant.decimal.js.meta.numeric",
"t": "source.js meta.block.js meta.block.js constant.numeric.decimal.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)"
"dark_plus": "constant.numeric: rgb(181, 206, 168)",
"light_plus": "constant.numeric: rgb(9, 136, 90)",
"dark_vs": "constant.numeric: rgb(181, 206, 168)",
"light_vs": "constant.numeric: rgb(9, 136, 90)",
"hc_black": "constant.numeric: rgb(181, 206, 168)"
}
},
{
"c": ")",
"t": "block.brace.js.meta.round",
"t": "source.js meta.block.js meta.block.js meta.brace.round.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "return",
"t": "block.control.flow.js.keyword.meta",
"t": "source.js meta.block.js meta.block.js keyword.control.flow.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)"
"dark_plus": "keyword.control: rgb(197, 134, 192)",
"light_plus": "keyword.control: rgb(175, 0, 219)",
"dark_vs": "keyword.control: rgb(86, 156, 214)",
"light_vs": "keyword.control: rgb(0, 0, 255)",
"hc_black": "keyword.control: rgb(86, 156, 214)"
}
},
{
"c": " ",
"t": "block.js.meta",
"t": "source.js meta.block.js meta.block.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "i",
"t": "block.js.meta.other.readwrite.variable",
"t": "source.js meta.block.js meta.block.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "<",
"t": "block.js.keyword.meta.operator.relational",
"t": "source.js meta.block.js meta.block.js keyword.operator.relational.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
"dark_plus": "keyword.operator: rgb(212, 212, 212)",
"light_plus": "keyword.operator: rgb(0, 0, 0)",
"dark_vs": "keyword.operator: rgb(212, 212, 212)",
"light_vs": "keyword.operator: rgb(0, 0, 0)",
"hc_black": "keyword.operator: rgb(212, 212, 212)"
}
},
{
"c": "j",
"t": "block.js.meta.other.readwrite.variable",
"t": "source.js meta.block.js meta.block.js variable.other.readwrite.js",
"r": {
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "variable: rgb(156, 220, 254)",
"light_plus": "variable: rgb(0, 16, 128)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": ";",
"t": "block.js.meta.punctuation.statement.terminator",
"t": "source.js meta.block.js meta.block.js punctuation.terminator.statement.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "}}",
"t": "block.definition.js.meta.punctuation",
"c": "}",
"t": "source.js meta.block.js meta.block.js punctuation.definition.block.js",
"r": {
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
"light_plus": ".vs .token rgb(0, 0, 0)",
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
"light_vs": ".vs .token rgb(0, 0, 0)",
"hc_black": ".hc-black .token rgb(255, 255, 255)"
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
},
{
"c": "}",
"t": "source.js meta.block.js punctuation.definition.block.js",
"r": {
"dark_plus": "default: rgb(212, 212, 212)",
"light_plus": "default: rgb(0, 0, 0)",
"dark_vs": "default: rgb(212, 212, 212)",
"light_vs": "default: rgb(0, 0, 0)",
"hc_black": "default: rgb(255, 255, 255)"
}
}
]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff