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

@@ -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"
}