mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
adopt color changes in colorizer tests
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
"c": "//",
|
||||
"t": "source.json meta.structure.dictionary.json comment.line.double-slash.js punctuation.definition.comment.json",
|
||||
"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": " a comment",
|
||||
"t": "source.json meta.structure.dictionary.json comment.line.double-slash.js",
|
||||
"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