adopt color changes in colorizer tests

This commit is contained in:
Martin Aeschlimann
2018-07-27 10:57:26 +02:00
parent 86c743c28e
commit c640a0ed5c
39 changed files with 1413 additions and 1347 deletions

View File

@@ -146,9 +146,9 @@
"c": "//",
"t": "source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx",
"r": {
"dark_plus": "comment: #608B4E",
"dark_plus": "comment: #6A9955",
"light_plus": "comment: #008000",
"dark_vs": "comment: #608B4E",
"dark_vs": "comment: #6A9955",
"light_vs": "comment: #008000",
"hc_black": "comment: #7CA668"
}
@@ -157,9 +157,9 @@
"c": " Highlight ok here",
"t": "source.tsx comment.line.double-slash.tsx",
"r": {
"dark_plus": "comment: #608B4E",
"dark_plus": "comment: #6A9955",
"light_plus": "comment: #008000",
"dark_vs": "comment: #608B4E",
"dark_vs": "comment: #6A9955",
"light_vs": "comment: #008000",
"hc_black": "comment: #7CA668"
}

View File

@@ -3,9 +3,9 @@
"c": "/*",
"t": "source.ts comment.block.ts punctuation.definition.comment.ts",
"r": {
"dark_plus": "comment: #608B4E",
"dark_plus": "comment: #6A9955",
"light_plus": "comment: #008000",
"dark_vs": "comment: #608B4E",
"dark_vs": "comment: #6A9955",
"light_vs": "comment: #008000",
"hc_black": "comment: #7CA668"
}
@@ -14,9 +14,9 @@
"c": " Game of Life",
"t": "source.ts comment.block.ts",
"r": {
"dark_plus": "comment: #608B4E",
"dark_plus": "comment: #6A9955",
"light_plus": "comment: #008000",
"dark_vs": "comment: #608B4E",
"dark_vs": "comment: #6A9955",
"light_vs": "comment: #008000",
"hc_black": "comment: #7CA668"
}
@@ -25,9 +25,9 @@
"c": " * Implemented in TypeScript",
"t": "source.ts comment.block.ts",
"r": {
"dark_plus": "comment: #608B4E",
"dark_plus": "comment: #6A9955",
"light_plus": "comment: #008000",
"dark_vs": "comment: #608B4E",
"dark_vs": "comment: #6A9955",
"light_vs": "comment: #008000",
"hc_black": "comment: #7CA668"
}
@@ -36,9 +36,9 @@
"c": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/",
"t": "source.ts comment.block.ts",
"r": {
"dark_plus": "comment: #608B4E",
"dark_plus": "comment: #6A9955",
"light_plus": "comment: #008000",
"dark_vs": "comment: #608B4E",
"dark_vs": "comment: #6A9955",
"light_vs": "comment: #008000",
"hc_black": "comment: #7CA668"
}
@@ -47,9 +47,9 @@
"c": " ",
"t": "source.ts comment.block.ts",
"r": {
"dark_plus": "comment: #608B4E",
"dark_plus": "comment: #6A9955",
"light_plus": "comment: #008000",
"dark_vs": "comment: #608B4E",
"dark_vs": "comment: #6A9955",
"light_vs": "comment: #008000",
"hc_black": "comment: #7CA668"
}
@@ -58,9 +58,9 @@
"c": "*/",
"t": "source.ts comment.block.ts punctuation.definition.comment.ts",
"r": {
"dark_plus": "comment: #608B4E",
"dark_plus": "comment: #6A9955",
"light_plus": "comment: #008000",
"dark_vs": "comment: #608B4E",
"dark_vs": "comment: #6A9955",
"light_vs": "comment: #008000",
"hc_black": "comment: #7CA668"
}