mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Fix integration test ("whitespace" scopes should not get "invisibles" color)
This commit is contained in:
@@ -256,11 +256,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.function.leading.meta.punctuation.whitespace",
|
"t": "c.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -344,11 +344,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -421,11 +421,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1059,11 +1059,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1433,11 +1433,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1741,11 +1741,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1851,11 +1851,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,11 +36,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.function.leading.meta.punctuation.whitespace",
|
"t": "c.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -278,11 +278,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.function.leading.meta.punctuation.whitespace",
|
"t": "c.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -388,11 +388,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.function.leading.meta.punctuation.whitespace",
|
"t": "c.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -531,11 +531,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.function.leading.meta.punctuation.whitespace",
|
"t": "c.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -608,11 +608,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -685,11 +685,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -916,11 +916,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace",
|
"t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1004,11 +1004,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1059,11 +1059,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace",
|
"t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1092,11 +1092,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1191,11 +1191,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.function.leading.meta.punctuation.whitespace",
|
"t": "c.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1257,11 +1257,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
"t": "block.c.function.leading.meta.punctuation.support.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1334,11 +1334,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace",
|
"t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1367,11 +1367,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1444,11 +1444,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
"t": "block.c.function.function-call.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1521,11 +1521,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace",
|
"t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -289,11 +289,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace",
|
"t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -410,11 +410,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace",
|
"t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -564,11 +564,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.function.leading.meta.punctuation.whitespace",
|
"t": "c.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -773,11 +773,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "c.function.leading.meta.punctuation.whitespace",
|
"t": "c.function.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_plus": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs .token rgb(0, 0, 0)",
|
||||||
"dark_vs": ".vs-dark .token.whitespace rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
|
||||||
"light_vs": ".vs .token.whitespace rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs .token rgb(0, 0, 0)",
|
||||||
"hc_black": ".hc-black .token.whitespace rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black .token rgb(255, 255, 255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1664,11 +1664,11 @@
|
|||||||
"c": "\t",
|
"c": "\t",
|
||||||
"t": "body.class.comment.java.leading.meta.punctuation.whitespace",
|
"t": "body.class.comment.java.leading.meta.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -509,11 +509,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -608,11 +608,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -641,11 +641,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1026,11 +1026,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1202,11 +1202,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
"t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.lua.punctuation.whitespace",
|
"t": "comment.leading.lua.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2038,11 +2038,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace",
|
"t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -267,11 +267,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.perl.punctuation.whitespace",
|
"t": "comment.leading.perl.punctuation.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -311,11 +311,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace",
|
"t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2467,11 +2467,11 @@
|
|||||||
"c": "\t",
|
"c": "\t",
|
||||||
"t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace",
|
"t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -168,11 +168,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -190,11 +190,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -223,11 +223,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -487,11 +487,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -575,11 +575,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -597,11 +597,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -630,11 +630,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -663,11 +663,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -696,11 +696,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -729,11 +729,11 @@
|
|||||||
"c": " ",
|
"c": " ",
|
||||||
"t": "comment.leading.punctuation.ruby.whitespace",
|
"t": "comment.leading.punctuation.ruby.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1202,11 +1202,11 @@
|
|||||||
"c": "\t",
|
"c": "\t",
|
||||||
"t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace",
|
"t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1290,11 +1290,11 @@
|
|||||||
"c": "\t",
|
"c": "\t",
|
||||||
"t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace",
|
"t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1356,11 +1356,11 @@
|
|||||||
"c": "\t",
|
"c": "\t",
|
||||||
"t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace",
|
"t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace",
|
||||||
"r": {
|
"r": {
|
||||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
|
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)",
|
||||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
|
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)",
|
||||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
|
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user