mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Themes integration tests
This commit is contained in:
@@ -1,299 +1,299 @@
|
||||
[
|
||||
{
|
||||
"c": ";",
|
||||
"t": "comment.definition.ini.line.punctuation.semicolon",
|
||||
"t": "source.properties comment.line.semicolon.ini punctuation.definition.comment.ini",
|
||||
"r": {
|
||||
"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 rgb(0, 128, 0)",
|
||||
"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 rgb(0, 128, 0)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||
"dark_plus": "comment: rgb(96, 139, 78)",
|
||||
"light_plus": "comment: rgb(0, 128, 0)",
|
||||
"dark_vs": "comment: rgb(96, 139, 78)",
|
||||
"light_vs": "comment: rgb(0, 128, 0)",
|
||||
"hc_black": "comment: rgb(124, 166, 104)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " last modified 1 April 2001 by John Doe",
|
||||
"t": "comment.ini.line.semicolon",
|
||||
"t": "source.properties comment.line.semicolon.ini",
|
||||
"r": {
|
||||
"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 rgb(0, 128, 0)",
|
||||
"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 rgb(0, 128, 0)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||
"dark_plus": "comment: rgb(96, 139, 78)",
|
||||
"light_plus": "comment: rgb(0, 128, 0)",
|
||||
"dark_vs": "comment: rgb(96, 139, 78)",
|
||||
"light_vs": "comment: rgb(0, 128, 0)",
|
||||
"hc_black": "comment: rgb(124, 166, 104)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "[",
|
||||
"t": "definition.entity.group-title.ini.name.punctuation.section",
|
||||
"t": "source.properties entity.name.section.group-title.ini punctuation.definition.entity.ini",
|
||||
"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": "owner",
|
||||
"t": "entity.group-title.ini.name.section",
|
||||
"t": "source.properties entity.name.section.group-title.ini",
|
||||
"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": "definition.entity.group-title.ini.name.punctuation.section",
|
||||
"t": "source.properties entity.name.section.group-title.ini punctuation.definition.entity.ini",
|
||||
"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": "name",
|
||||
"t": "definition.ini.keyword.other",
|
||||
"t": "source.properties keyword.other.definition.ini",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)",
|
||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)"
|
||||
"dark_plus": "keyword: rgb(86, 156, 214)",
|
||||
"light_plus": "keyword: rgb(0, 0, 255)",
|
||||
"dark_vs": "keyword: rgb(86, 156, 214)",
|
||||
"light_vs": "keyword: rgb(0, 0, 255)",
|
||||
"hc_black": "keyword: rgb(86, 156, 214)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "=",
|
||||
"t": "ini.key-value.punctuation.separator",
|
||||
"t": "source.properties punctuation.separator.key-value.ini",
|
||||
"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": "John Doe",
|
||||
"t": "",
|
||||
"t": "source.properties",
|
||||
"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": "organization",
|
||||
"t": "definition.ini.keyword.other",
|
||||
"t": "source.properties keyword.other.definition.ini",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)",
|
||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)"
|
||||
"dark_plus": "keyword: rgb(86, 156, 214)",
|
||||
"light_plus": "keyword: rgb(0, 0, 255)",
|
||||
"dark_vs": "keyword: rgb(86, 156, 214)",
|
||||
"light_vs": "keyword: rgb(0, 0, 255)",
|
||||
"hc_black": "keyword: rgb(86, 156, 214)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "=",
|
||||
"t": "ini.key-value.punctuation.separator",
|
||||
"t": "source.properties punctuation.separator.key-value.ini",
|
||||
"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": "Acme Widgets Inc.",
|
||||
"t": "",
|
||||
"t": "source.properties",
|
||||
"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": "definition.entity.group-title.ini.name.punctuation.section",
|
||||
"t": "source.properties entity.name.section.group-title.ini punctuation.definition.entity.ini",
|
||||
"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": "database",
|
||||
"t": "entity.group-title.ini.name.section",
|
||||
"t": "source.properties entity.name.section.group-title.ini",
|
||||
"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": "definition.entity.group-title.ini.name.punctuation.section",
|
||||
"t": "source.properties entity.name.section.group-title.ini punctuation.definition.entity.ini",
|
||||
"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": "comment.definition.ini.line.punctuation.semicolon",
|
||||
"t": "source.properties comment.line.semicolon.ini punctuation.definition.comment.ini",
|
||||
"r": {
|
||||
"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 rgb(0, 128, 0)",
|
||||
"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 rgb(0, 128, 0)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||
"dark_plus": "comment: rgb(96, 139, 78)",
|
||||
"light_plus": "comment: rgb(0, 128, 0)",
|
||||
"dark_vs": "comment: rgb(96, 139, 78)",
|
||||
"light_vs": "comment: rgb(0, 128, 0)",
|
||||
"hc_black": "comment: rgb(124, 166, 104)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " use IP address in case network name resolution is not working",
|
||||
"t": "comment.ini.line.semicolon",
|
||||
"t": "source.properties comment.line.semicolon.ini",
|
||||
"r": {
|
||||
"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 rgb(0, 128, 0)",
|
||||
"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 rgb(0, 128, 0)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)"
|
||||
"dark_plus": "comment: rgb(96, 139, 78)",
|
||||
"light_plus": "comment: rgb(0, 128, 0)",
|
||||
"dark_vs": "comment: rgb(96, 139, 78)",
|
||||
"light_vs": "comment: rgb(0, 128, 0)",
|
||||
"hc_black": "comment: rgb(124, 166, 104)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "server",
|
||||
"t": "definition.ini.keyword.other",
|
||||
"t": "source.properties keyword.other.definition.ini",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)",
|
||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)"
|
||||
"dark_plus": "keyword: rgb(86, 156, 214)",
|
||||
"light_plus": "keyword: rgb(0, 0, 255)",
|
||||
"dark_vs": "keyword: rgb(86, 156, 214)",
|
||||
"light_vs": "keyword: rgb(0, 0, 255)",
|
||||
"hc_black": "keyword: rgb(86, 156, 214)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "=",
|
||||
"t": "ini.key-value.punctuation.separator",
|
||||
"t": "source.properties punctuation.separator.key-value.ini",
|
||||
"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": "192.0.2.62",
|
||||
"t": "",
|
||||
"t": "source.properties",
|
||||
"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": "port",
|
||||
"t": "definition.ini.keyword.other",
|
||||
"t": "source.properties keyword.other.definition.ini",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)",
|
||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)"
|
||||
"dark_plus": "keyword: rgb(86, 156, 214)",
|
||||
"light_plus": "keyword: rgb(0, 0, 255)",
|
||||
"dark_vs": "keyword: rgb(86, 156, 214)",
|
||||
"light_vs": "keyword: rgb(0, 0, 255)",
|
||||
"hc_black": "keyword: rgb(86, 156, 214)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "=",
|
||||
"t": "ini.key-value.punctuation.separator",
|
||||
"t": "source.properties punctuation.separator.key-value.ini",
|
||||
"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": "143",
|
||||
"t": "",
|
||||
"t": "source.properties",
|
||||
"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": "file",
|
||||
"t": "definition.ini.keyword.other",
|
||||
"t": "source.properties keyword.other.definition.ini",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)",
|
||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)",
|
||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)"
|
||||
"dark_plus": "keyword: rgb(86, 156, 214)",
|
||||
"light_plus": "keyword: rgb(0, 0, 255)",
|
||||
"dark_vs": "keyword: rgb(86, 156, 214)",
|
||||
"light_vs": "keyword: rgb(0, 0, 255)",
|
||||
"hc_black": "keyword: rgb(86, 156, 214)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "=",
|
||||
"t": "ini.key-value.punctuation.separator",
|
||||
"t": "source.properties punctuation.separator.key-value.ini",
|
||||
"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": "begin.definition.double.ini.punctuation.quoted.string",
|
||||
"t": "source.properties string.quoted.double.ini punctuation.definition.string.begin.ini",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)",
|
||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)",
|
||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)"
|
||||
"dark_plus": "string: rgb(206, 145, 120)",
|
||||
"light_plus": "string: rgb(163, 21, 21)",
|
||||
"dark_vs": "string: rgb(206, 145, 120)",
|
||||
"light_vs": "string: rgb(163, 21, 21)",
|
||||
"hc_black": "string: rgb(206, 145, 120)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "payroll.dat",
|
||||
"t": "double.ini.quoted.string",
|
||||
"t": "source.properties string.quoted.double.ini",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)",
|
||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)",
|
||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)"
|
||||
"dark_plus": "string: rgb(206, 145, 120)",
|
||||
"light_plus": "string: rgb(163, 21, 21)",
|
||||
"dark_vs": "string: rgb(206, 145, 120)",
|
||||
"light_vs": "string: rgb(163, 21, 21)",
|
||||
"hc_black": "string: rgb(206, 145, 120)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "\"",
|
||||
"t": "definition.double.end.ini.punctuation.quoted.string",
|
||||
"t": "source.properties string.quoted.double.ini punctuation.definition.string.end.ini",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)",
|
||||
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)",
|
||||
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)",
|
||||
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)"
|
||||
"dark_plus": "string: rgb(206, 145, 120)",
|
||||
"light_plus": "string: rgb(163, 21, 21)",
|
||||
"dark_vs": "string: rgb(206, 145, 120)",
|
||||
"light_vs": "string: rgb(163, 21, 21)",
|
||||
"hc_black": "string: rgb(206, 145, 120)"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user