mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
adopt color changes in colorizer tests
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user