test_jsx.json 107.6 KB
Newer Older
M
Martin Aeschlimann 已提交
1 2 3
[
	{
		"c": "var",
4
		"t": "expr.js.meta.storage.type.var",
M
Martin Aeschlimann 已提交
5
		"r": {
6 7 8 9 10
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
11 12 13 14
		}
	},
	{
		"c": " ",
15
		"t": "expr.js.meta.var",
M
Martin Aeschlimann 已提交
16
		"r": {
17 18 19 20 21
			"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)"
M
Martin Aeschlimann 已提交
22 23 24 25
		}
	},
	{
		"c": "ToggleText",
26
		"t": "expr.js.meta.other.readwrite.var.var-single-variable.variable",
M
Martin Aeschlimann 已提交
27
		"r": {
28 29 30 31 32
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
M
Martin Aeschlimann 已提交
33 34 35
		}
	},
	{
36
		"c": " ",
37
		"t": "expr.js.meta.var.var-single-variable",
M
Martin Aeschlimann 已提交
38
		"r": {
39 40 41 42 43
			"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)"
M
Martin Aeschlimann 已提交
44 45
		}
	},
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
	{
		"c": "=",
		"t": "assignment.expr.js.keyword.meta.operator.var",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
		}
	},
	{
		"c": " ",
		"t": "expr.js.meta.var",
		"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)"
		}
	},
	{
		"c": "React",
		"t": "expr.js.meta.object.other.var.variable",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
		}
	},
	{
		"c": ".",
		"t": "accessor.expr.js.meta.punctuation.var",
		"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)"
		}
	},
	{
		"c": "createClass",
		"t": "entity.expr.function.js.meta.name.var",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
96
			"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
97 98 99 100
			"light_vs": ".vs .token rgb(0, 0, 0)",
			"hc_black": ".hc-black .token rgb(255, 255, 255)"
		}
	},
M
Martin Aeschlimann 已提交
101 102
	{
		"c": "(",
103
		"t": "brace.expr.js.meta.round.var",
M
Martin Aeschlimann 已提交
104
		"r": {
105 106 107 108 109
			"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)"
M
Martin Aeschlimann 已提交
110 111 112 113
		}
	},
	{
		"c": "{",
114
		"t": "block.definition.expr.js.meta.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
115
		"r": {
116 117 118 119 120
			"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)"
M
Martin Aeschlimann 已提交
121 122 123 124
		}
	},
	{
		"c": "  ",
125 126 127 128 129 130 131 132 133 134 135 136 137
		"t": "expr.js.meta.object-literal.var",
		"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)"
		}
	},
	{
		"c": "getInitialState",
		"t": "entity.expr.function.js.key.member.meta.name.object.object-literal.var",
		"r": {
138 139
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
140
			"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
141 142 143 144 145 146 147
			"light_vs": ".vs .token rgb(0, 0, 0)",
			"hc_black": ".hc-black .token rgb(255, 255, 255)"
		}
	},
	{
		"c": ":",
		"t": "expr.js.key.key-value.member.meta.object.object-literal.punctuation.separator.var",
M
Martin Aeschlimann 已提交
148
		"r": {
149 150
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
151 152 153
			"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)"
M
Martin Aeschlimann 已提交
154 155 156
		}
	},
	{
157 158
		"c": " ",
		"t": "expr.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
159
		"r": {
160 161 162 163 164
			"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)"
M
Martin Aeschlimann 已提交
165 166 167 168
		}
	},
	{
		"c": "function",
169
		"t": "expr.function.js.member.meta.object.object-literal.storage.type.var",
M
Martin Aeschlimann 已提交
170
		"r": {
171 172 173 174 175
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
176 177 178 179
		}
	},
	{
		"c": " ",
180
		"t": "expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
181
		"r": {
182 183 184 185 186
			"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)"
M
Martin Aeschlimann 已提交
187 188 189
		}
	},
	{
190 191 192 193 194 195 196 197 198 199 200 201 202
		"c": "(",
		"t": "begin.definition.expr.function.js.member.meta.object.object-literal.parameters.punctuation.var",
		"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)"
		}
	},
	{
		"c": ")",
		"t": "definition.end.expr.function.js.member.meta.object.object-literal.parameters.punctuation.var",
M
Martin Aeschlimann 已提交
203
		"r": {
204 205 206 207 208
			"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)"
M
Martin Aeschlimann 已提交
209 210 211 212
		}
	},
	{
		"c": " ",
213
		"t": "expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
214
		"r": {
215 216 217 218 219
			"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)"
M
Martin Aeschlimann 已提交
220 221 222 223
		}
	},
	{
		"c": "{",
224
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
225
		"r": {
226 227 228 229 230
			"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)"
M
Martin Aeschlimann 已提交
231 232 233 234
		}
	},
	{
		"c": "    ",
235
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
236
		"r": {
237 238 239 240 241
			"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)"
M
Martin Aeschlimann 已提交
242 243 244 245
		}
	},
	{
		"c": "return",
246
		"t": "block.control.expr.flow.function.js.keyword.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
247
		"r": {
248 249 250 251 252
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
253 254 255 256
		}
	},
	{
		"c": " ",
257
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
258
		"r": {
259 260 261 262 263
			"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)"
M
Martin Aeschlimann 已提交
264 265 266 267
		}
	},
	{
		"c": "{",
268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": "      ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "showDefault",
		"t": "block.expr.function.js.key.member.meta.object.object-literal.var",
		"r": {
292 293
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
294 295 296 297 298 299 300 301
			"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)"
		}
	},
	{
		"c": ":",
		"t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.punctuation.separator.var",
M
Martin Aeschlimann 已提交
302
		"r": {
303 304
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
305 306 307
			"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)"
M
Martin Aeschlimann 已提交
308 309 310
		}
	},
	{
311 312
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
313
		"r": {
314 315 316 317 318
			"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)"
M
Martin Aeschlimann 已提交
319 320 321 322
		}
	},
	{
		"c": "true",
323
		"t": "block.boolean.constant.expr.function.js.language.member.meta.object.object-literal.true.var",
M
Martin Aeschlimann 已提交
324
		"r": {
325 326 327 328 329
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
330 331 332 333
		}
	},
	{
		"c": "    ",
334
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
335
		"r": {
336 337 338 339 340
			"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)"
M
Martin Aeschlimann 已提交
341 342 343 344
		}
	},
	{
		"c": "}",
345
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
346
		"r": {
347 348 349 350 351
			"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)"
M
Martin Aeschlimann 已提交
352 353 354 355
		}
	},
	{
		"c": "  ",
356
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
357
		"r": {
358 359 360 361 362
			"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)"
M
Martin Aeschlimann 已提交
363 364 365 366
		}
	},
	{
		"c": "}",
367
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
368
		"r": {
369 370 371 372 373
			"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)"
M
Martin Aeschlimann 已提交
374 375 376 377
		}
	},
	{
		"c": ",",
378
		"t": "comma.expr.js.meta.object-literal.punctuation.separator.var",
M
Martin Aeschlimann 已提交
379
		"r": {
380 381 382 383 384
			"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)"
M
Martin Aeschlimann 已提交
385 386 387 388
		}
	},
	{
		"c": "  ",
389 390 391 392 393 394 395 396 397 398 399 400 401
		"t": "expr.js.meta.object-literal.var",
		"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)"
		}
	},
	{
		"c": "toggle",
		"t": "entity.expr.function.js.key.member.meta.name.object.object-literal.var",
		"r": {
402 403
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
404
			"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
405 406 407 408 409 410 411
			"light_vs": ".vs .token rgb(0, 0, 0)",
			"hc_black": ".hc-black .token rgb(255, 255, 255)"
		}
	},
	{
		"c": ":",
		"t": "expr.js.key.key-value.member.meta.object.object-literal.punctuation.separator.var",
M
Martin Aeschlimann 已提交
412
		"r": {
413 414
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
415 416 417
			"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)"
M
Martin Aeschlimann 已提交
418 419 420
		}
	},
	{
421 422
		"c": " ",
		"t": "expr.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
423
		"r": {
424 425 426 427 428
			"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)"
M
Martin Aeschlimann 已提交
429 430 431 432
		}
	},
	{
		"c": "function",
433
		"t": "expr.function.js.member.meta.object.object-literal.storage.type.var",
M
Martin Aeschlimann 已提交
434
		"r": {
435 436 437 438 439
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
440 441 442 443
		}
	},
	{
		"c": " ",
444
		"t": "expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
445
		"r": {
446 447 448 449 450
			"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)"
M
Martin Aeschlimann 已提交
451 452 453 454
		}
	},
	{
		"c": "(",
455
		"t": "begin.definition.expr.function.js.member.meta.object.object-literal.parameters.punctuation.var",
M
Martin Aeschlimann 已提交
456
		"r": {
457 458 459 460 461
			"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)"
M
Martin Aeschlimann 已提交
462 463 464 465
		}
	},
	{
		"c": "e",
466
		"t": "expr.function.js.member.meta.object.object-literal.parameter.parameters.var.variable",
M
Martin Aeschlimann 已提交
467
		"r": {
468 469
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)",
470 471 472
			"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)"
M
Martin Aeschlimann 已提交
473 474 475 476
		}
	},
	{
		"c": ")",
477
		"t": "definition.end.expr.function.js.member.meta.object.object-literal.parameters.punctuation.var",
M
Martin Aeschlimann 已提交
478
		"r": {
479 480 481 482 483
			"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)"
M
Martin Aeschlimann 已提交
484 485 486 487
		}
	},
	{
		"c": " ",
488
		"t": "expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
489
		"r": {
490 491 492 493 494
			"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)"
M
Martin Aeschlimann 已提交
495 496 497 498
		}
	},
	{
		"c": "{",
499
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
500
		"r": {
501 502 503 504 505
			"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)"
M
Martin Aeschlimann 已提交
506 507 508 509
		}
	},
	{
		"c": "    ",
510
		"t": "block.comment.expr.function.js.leading.member.meta.object.object-literal.punctuation.var.whitespace",
M
Martin Aeschlimann 已提交
511
		"r": {
512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
		}
	},
	{
		"c": "//",
		"t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.object-literal.punctuation.var",
		"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)"
M
Martin Aeschlimann 已提交
528 529 530
		}
	},
	{
531 532
		"c": " Prevent following the link.",
		"t": "block.comment.double-slash.expr.function.js.line.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
533
		"r": {
534 535 536 537 538
			"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)"
M
Martin Aeschlimann 已提交
539 540 541
		}
	},
	{
542 543
		"c": "    ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
544
		"r": {
545 546 547 548 549
			"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)"
M
Martin Aeschlimann 已提交
550 551 552
		}
	},
	{
553 554
		"c": "e",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.var.variable",
M
Martin Aeschlimann 已提交
555
		"r": {
556 557
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
558 559 560
			"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)"
M
Martin Aeschlimann 已提交
561 562 563
		}
	},
	{
564 565
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
566
		"r": {
567 568 569 570 571
			"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)"
M
Martin Aeschlimann 已提交
572 573 574
		}
	},
	{
575 576
		"c": "preventDefault",
		"t": "block.dom.expr.function.js.member.meta.object.object-literal.support.var",
M
Martin Aeschlimann 已提交
577
		"r": {
M
Martin Aeschlimann 已提交
578 579
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)",
580 581 582
			"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)"
M
Martin Aeschlimann 已提交
583 584 585
		}
	},
	{
586 587
		"c": "()",
		"t": "block.brace.expr.function.js.member.meta.object.object-literal.round.var",
M
Martin Aeschlimann 已提交
588
		"r": {
589 590 591 592 593
			"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)"
M
Martin Aeschlimann 已提交
594 595 596
		}
	},
	{
597 598
		"c": ";",
		"t": "block.expr.function.js.member.meta.object.object-literal.punctuation.statement.terminator.var",
M
Martin Aeschlimann 已提交
599
		"r": {
600 601 602 603 604
			"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)"
M
Martin Aeschlimann 已提交
605 606 607
		}
	},
	{
608 609 610 611 612 613 614 615 616 617 618 619 620
		"c": "    ",
		"t": "block.comment.expr.function.js.leading.member.meta.object.object-literal.punctuation.var.whitespace",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
		}
	},
	{
		"c": "//",
		"t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
621
		"r": {
622 623 624 625 626
			"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)"
M
Martin Aeschlimann 已提交
627 628 629
		}
	},
	{
630 631
		"c": " Invert the chosen default.",
		"t": "block.comment.double-slash.expr.function.js.line.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
632
		"r": {
633 634 635 636 637
			"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)"
M
Martin Aeschlimann 已提交
638 639 640
		}
	},
	{
641 642
		"c": "    ",
		"t": "block.comment.expr.function.js.leading.member.meta.object.object-literal.punctuation.var.whitespace",
M
Martin Aeschlimann 已提交
643
		"r": {
644 645 646 647 648
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
M
Martin Aeschlimann 已提交
649 650 651
		}
	},
	{
652 653
		"c": "//",
		"t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
654
		"r": {
655 656 657 658 659
			"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)"
M
Martin Aeschlimann 已提交
660 661 662
		}
	},
	{
663 664
		"c": " This will trigger an intelligent re-render of the component.",
		"t": "block.comment.double-slash.expr.function.js.line.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
665
		"r": {
666 667 668 669 670
			"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)"
M
Martin Aeschlimann 已提交
671 672 673
		}
	},
	{
674 675
		"c": "    ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
676
		"r": {
677 678 679 680 681
			"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)"
M
Martin Aeschlimann 已提交
682 683 684
		}
	},
	{
685 686
		"c": "this",
		"t": "block.expr.function.js.language.member.meta.object.object-literal.this.var.variable",
M
Martin Aeschlimann 已提交
687
		"r": {
688 689 690 691
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)",
M
Martin Aeschlimann 已提交
692
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
693 694 695
		}
	},
	{
696 697
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
698
		"r": {
699 700 701 702 703
			"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)"
M
Martin Aeschlimann 已提交
704 705 706
		}
	},
	{
707 708
		"c": "setState",
		"t": "block.entity.expr.function.js.member.meta.name.object.object-literal.var",
M
Martin Aeschlimann 已提交
709
		"r": {
710 711
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
712
			"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
713 714
			"light_vs": ".vs .token rgb(0, 0, 0)",
			"hc_black": ".hc-black .token rgb(255, 255, 255)"
M
Martin Aeschlimann 已提交
715 716 717
		}
	},
	{
718 719
		"c": "(",
		"t": "block.brace.expr.function.js.member.meta.object.object-literal.round.var",
M
Martin Aeschlimann 已提交
720
		"r": {
721 722 723 724 725
			"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)"
M
Martin Aeschlimann 已提交
726 727 728
		}
	},
	{
729 730
		"c": "{",
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
731
		"r": {
732 733 734 735 736
			"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)"
M
Martin Aeschlimann 已提交
737 738 739
		}
	},
	{
740 741
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
742
		"r": {
743 744 745 746 747
			"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)"
M
Martin Aeschlimann 已提交
748 749 750
		}
	},
	{
751 752
		"c": "showDefault",
		"t": "block.expr.function.js.key.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
753
		"r": {
754 755
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
756 757 758
			"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)"
M
Martin Aeschlimann 已提交
759 760 761
		}
	},
	{
762 763
		"c": ":",
		"t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.punctuation.separator.var",
M
Martin Aeschlimann 已提交
764
		"r": {
765 766
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
767 768 769
			"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)"
M
Martin Aeschlimann 已提交
770 771 772
		}
	},
	{
773 774
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
775
		"r": {
776 777 778 779 780
			"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)"
M
Martin Aeschlimann 已提交
781 782 783
		}
	},
	{
784 785
		"c": "!",
		"t": "block.expr.function.js.keyword.logical.member.meta.object.object-literal.operator.var",
M
Martin Aeschlimann 已提交
786
		"r": {
787 788 789 790 791 792 793 794 795 796 797
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
		}
	},
	{
		"c": "this",
		"t": "block.expr.function.js.language.member.meta.object.object-literal.this.var.variable",
		"r": {
798 799 800 801
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)",
M
Martin Aeschlimann 已提交
802
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)"
803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929
		}
	},
	{
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": "state",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.property.var.variable",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
		}
	},
	{
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": "showDefault",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.property.var.variable",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
		}
	},
	{
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "}",
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": ")",
		"t": "block.brace.expr.function.js.member.meta.object.object-literal.round.var",
		"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)"
		}
	},
	{
		"c": "  ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "}",
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": ",",
		"t": "comma.expr.js.meta.object-literal.punctuation.separator.var",
		"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)"
		}
	},
	{
		"c": "  ",
		"t": "expr.js.meta.object-literal.var",
		"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)"
		}
	},
	{
		"c": "render",
		"t": "entity.expr.function.js.key.member.meta.name.object.object-literal.var",
		"r": {
930 931
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
932
			"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
933 934 935 936 937 938 939 940
			"light_vs": ".vs .token rgb(0, 0, 0)",
			"hc_black": ".hc-black .token rgb(255, 255, 255)"
		}
	},
	{
		"c": ":",
		"t": "expr.js.key.key-value.member.meta.object.object-literal.punctuation.separator.var",
		"r": {
941 942
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)",
943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965
			"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)"
		}
	},
	{
		"c": " ",
		"t": "expr.js.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "function",
		"t": "expr.function.js.member.meta.object.object-literal.storage.type.var",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)",
966 967
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
968 969 970 971
		}
	},
	{
		"c": " ",
972
		"t": "expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
973
		"r": {
974 975 976 977 978
			"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)"
M
Martin Aeschlimann 已提交
979 980 981
		}
	},
	{
982 983 984 985 986 987 988 989 990 991 992 993 994
		"c": "(",
		"t": "begin.definition.expr.function.js.member.meta.object.object-literal.parameters.punctuation.var",
		"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)"
		}
	},
	{
		"c": ")",
		"t": "definition.end.expr.function.js.member.meta.object.object-literal.parameters.punctuation.var",
M
Martin Aeschlimann 已提交
995
		"r": {
996 997 998 999 1000
			"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)"
M
Martin Aeschlimann 已提交
1001 1002 1003 1004
		}
	},
	{
		"c": " ",
1005
		"t": "expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1006
		"r": {
1007 1008 1009 1010 1011
			"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)"
M
Martin Aeschlimann 已提交
1012 1013 1014 1015
		}
	},
	{
		"c": "{",
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": "    ",
		"t": "block.comment.expr.function.js.leading.member.meta.object.object-literal.punctuation.var.whitespace",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
		}
	},
	{
		"c": "//",
		"t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": " Default to the default message.",
		"t": "block.comment.double-slash.expr.function.js.line.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "    ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "var",
		"t": "block.expr.function.js.member.meta.object.object-literal.storage.type.var",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)"
		}
	},
	{
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "message",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.readwrite.var.var-single-variable.variable",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
		}
	},
	{
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var.var-single-variable",
		"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)"
		}
	},
	{
		"c": "=",
		"t": "assignment.block.expr.function.js.keyword.member.meta.object.object-literal.operator.var",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
		}
	},
	{
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "this",
		"t": "block.expr.function.js.language.member.meta.object.object-literal.this.var.variable",
		"r": {
1139 1140 1141 1142
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)",
M
Martin Aeschlimann 已提交
1143
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)"
1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192
		}
	},
	{
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": "props",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.property.var.variable",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
		}
	},
	{
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": "default",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.property.var.variable",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
		}
	},
	{
		"c": ";",
		"t": "block.expr.function.js.member.meta.object.object-literal.punctuation.statement.terminator.var",
M
Martin Aeschlimann 已提交
1193
		"r": {
1194 1195 1196 1197 1198
			"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)"
M
Martin Aeschlimann 已提交
1199 1200 1201 1202
		}
	},
	{
		"c": "    ",
1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269
		"t": "block.comment.expr.function.js.leading.member.meta.object.object-literal.punctuation.var.whitespace",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgba(51, 51, 51, 0.2)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgba(227, 228, 226, 0.156863)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgba(51, 51, 51, 0.2)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgba(227, 228, 226, 0.156863)"
		}
	},
	{
		"c": "//",
		"t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.object-literal.punctuation.var",
		"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)"
		}
	},
	{
		"c": " If toggled, show the alternate message.",
		"t": "block.comment.double-slash.expr.function.js.line.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "    ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "if",
		"t": "block.conditional.control.expr.function.js.keyword.member.meta.object.object-literal.var",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)"
		}
	},
	{
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
		"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)"
		}
	},
	{
		"c": "(",
		"t": "block.brace.expr.function.js.member.meta.object.object-literal.round.var",
M
Martin Aeschlimann 已提交
1270
		"r": {
1271 1272 1273 1274 1275
			"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)"
M
Martin Aeschlimann 已提交
1276 1277 1278
		}
	},
	{
1279 1280
		"c": "!",
		"t": "block.expr.function.js.keyword.logical.member.meta.object.object-literal.operator.var",
M
Martin Aeschlimann 已提交
1281
		"r": {
1282 1283 1284 1285 1286
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
M
Martin Aeschlimann 已提交
1287 1288 1289
		}
	},
	{
1290 1291
		"c": "this",
		"t": "block.expr.function.js.language.member.meta.object.object-literal.this.var.variable",
M
Martin Aeschlimann 已提交
1292
		"r": {
1293 1294 1295 1296
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)",
M
Martin Aeschlimann 已提交
1297
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
1298 1299 1300
		}
	},
	{
1301 1302
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
1303
		"r": {
1304 1305 1306 1307 1308
			"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)"
M
Martin Aeschlimann 已提交
1309 1310 1311
		}
	},
	{
1312 1313
		"c": "state",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.property.var.variable",
M
Martin Aeschlimann 已提交
1314
		"r": {
1315 1316 1317 1318 1319
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
M
Martin Aeschlimann 已提交
1320 1321 1322
		}
	},
	{
1323 1324
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
1325
		"r": {
1326 1327 1328 1329 1330
			"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)"
M
Martin Aeschlimann 已提交
1331 1332 1333
		}
	},
	{
1334 1335
		"c": "showDefault",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.property.var.variable",
M
Martin Aeschlimann 已提交
1336
		"r": {
1337 1338 1339 1340 1341
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
M
Martin Aeschlimann 已提交
1342 1343 1344
		}
	},
	{
1345 1346
		"c": ")",
		"t": "block.brace.expr.function.js.member.meta.object.object-literal.round.var",
M
Martin Aeschlimann 已提交
1347
		"r": {
1348 1349 1350 1351 1352
			"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)"
M
Martin Aeschlimann 已提交
1353 1354 1355
		}
	},
	{
1356 1357
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1358
		"r": {
1359 1360 1361 1362 1363
			"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)"
M
Martin Aeschlimann 已提交
1364 1365 1366
		}
	},
	{
1367 1368
		"c": "{",
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
1369
		"r": {
1370 1371 1372 1373 1374
			"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)"
M
Martin Aeschlimann 已提交
1375 1376 1377
		}
	},
	{
1378 1379
		"c": "      ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1380
		"r": {
1381 1382 1383 1384 1385
			"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)"
M
Martin Aeschlimann 已提交
1386 1387 1388
		}
	},
	{
1389 1390
		"c": "message",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.readwrite.var.variable",
M
Martin Aeschlimann 已提交
1391
		"r": {
1392 1393
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
1394 1395 1396
			"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)"
M
Martin Aeschlimann 已提交
1397 1398 1399
		}
	},
	{
1400 1401
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1402
		"r": {
1403 1404 1405 1406 1407
			"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)"
M
Martin Aeschlimann 已提交
1408 1409 1410
		}
	},
	{
1411 1412
		"c": "=",
		"t": "assignment.block.expr.function.js.keyword.member.meta.object.object-literal.operator.var",
M
Martin Aeschlimann 已提交
1413
		"r": {
1414 1415 1416 1417 1418
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
M
Martin Aeschlimann 已提交
1419 1420 1421
		}
	},
	{
1422 1423
		"c": " ",
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1424
		"r": {
1425 1426 1427 1428 1429
			"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)"
M
Martin Aeschlimann 已提交
1430 1431 1432
		}
	},
	{
1433 1434
		"c": "this",
		"t": "block.expr.function.js.language.member.meta.object.object-literal.this.var.variable",
M
Martin Aeschlimann 已提交
1435
		"r": {
1436 1437 1438 1439
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)",
M
Martin Aeschlimann 已提交
1440
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
1441 1442 1443
		}
	},
	{
1444 1445
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
1446
		"r": {
1447 1448 1449 1450 1451
			"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)"
M
Martin Aeschlimann 已提交
1452 1453 1454
		}
	},
	{
1455 1456
		"c": "props",
		"t": "block.expr.function.js.member.meta.object.object-literal.other.property.var.variable",
M
Martin Aeschlimann 已提交
1457
		"r": {
1458 1459
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
1460 1461 1462
			"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)"
M
Martin Aeschlimann 已提交
1463 1464 1465
		}
	},
	{
1466 1467
		"c": ".",
		"t": "accessor.block.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
1468
		"r": {
1469 1470 1471 1472 1473
			"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)"
M
Martin Aeschlimann 已提交
1474 1475 1476
		}
	},
	{
1477 1478
		"c": "alt",
		"t": "block.dom.expr.function.js.member.meta.object.object-literal.property.support.var.variable",
M
Martin Aeschlimann 已提交
1479
		"r": {
1480 1481
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)",
1482 1483 1484
			"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)"
M
Martin Aeschlimann 已提交
1485 1486 1487
		}
	},
	{
1488 1489
		"c": ";",
		"t": "block.expr.function.js.member.meta.object.object-literal.punctuation.statement.terminator.var",
M
Martin Aeschlimann 已提交
1490
		"r": {
1491 1492 1493 1494 1495
			"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)"
M
Martin Aeschlimann 已提交
1496 1497 1498 1499
		}
	},
	{
		"c": "    ",
1500
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1501
		"r": {
1502 1503 1504 1505 1506
			"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)"
M
Martin Aeschlimann 已提交
1507 1508 1509 1510
		}
	},
	{
		"c": "}",
1511
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
1512
		"r": {
1513 1514 1515 1516 1517
			"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)"
M
Martin Aeschlimann 已提交
1518 1519 1520 1521
		}
	},
	{
		"c": "    ",
1522
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1523
		"r": {
1524 1525 1526 1527 1528
			"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)"
M
Martin Aeschlimann 已提交
1529 1530 1531 1532
		}
	},
	{
		"c": "return",
1533
		"t": "block.control.expr.flow.function.js.keyword.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1534
		"r": {
1535 1536 1537 1538 1539
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
1540 1541 1542 1543
		}
	},
	{
		"c": " ",
1544
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1545
		"r": {
1546 1547 1548 1549 1550
			"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)"
M
Martin Aeschlimann 已提交
1551 1552 1553 1554
		}
	},
	{
		"c": "(",
1555
		"t": "block.brace.expr.function.js.member.meta.object.object-literal.round.var",
M
Martin Aeschlimann 已提交
1556
		"r": {
1557 1558 1559 1560 1561
			"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)"
M
Martin Aeschlimann 已提交
1562 1563 1564 1565
		}
	},
	{
		"c": "      ",
1566
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
1567
		"r": {
1568 1569 1570 1571 1572
			"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)"
M
Martin Aeschlimann 已提交
1573 1574 1575 1576
		}
	},
	{
		"c": "<",
1577
		"t": "begin.block.definition.expr.function.js.member.meta.object.object-literal.punctuation.tag.var.without-attributes",
M
Martin Aeschlimann 已提交
1578
		"r": {
1579 1580 1581 1582 1583
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1584 1585 1586 1587
		}
	},
	{
		"c": "div",
1588
		"t": "block.entity.expr.function.js.member.meta.name.object.object-literal.tag.var.without-attributes",
M
Martin Aeschlimann 已提交
1589
		"r": {
1590 1591
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
1592
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)",
1593 1594
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
1595 1596 1597 1598
		}
	},
	{
		"c": ">",
1599
		"t": "block.definition.end.expr.function.js.member.meta.object.object-literal.punctuation.tag.var.without-attributes",
M
Martin Aeschlimann 已提交
1600
		"r": {
1601 1602 1603 1604 1605
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1606 1607 1608 1609
		}
	},
	{
		"c": "        ",
1610
		"t": "block.children.expr.function.js.jsx.member.meta.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1611
		"r": {
1612 1613 1614 1615 1616
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1617 1618 1619 1620
		}
	},
	{
		"c": "<",
1621
		"t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.object-literal.punctuation.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1622
		"r": {
1623
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1624
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1625
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1626 1627
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1628 1629 1630 1631
		}
	},
	{
		"c": "h1",
1632
		"t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1633
		"r": {
1634 1635
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
1636
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)",
1637 1638
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
1639 1640 1641 1642
		}
	},
	{
		"c": ">",
1643
		"t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.object-literal.punctuation.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1644
		"r": {
1645
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1646
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1647
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1648 1649
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1650 1651 1652 1653
		}
	},
	{
		"c": "Hello ",
1654
		"t": "block.children.expr.function.js.jsx.member.meta.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1655
		"r": {
1656 1657 1658 1659 1660
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1661 1662 1663 1664
		}
	},
	{
		"c": "{",
1665
		"t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.object-literal.punctuation.section.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1666
		"r": {
1667
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1668
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1669
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1670 1671
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1672 1673 1674 1675
		}
	},
	{
		"c": "message",
1676
		"t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.object-literal.other.readwrite.tag.tsx.var.variable.without-attributes",
M
Martin Aeschlimann 已提交
1677
		"r": {
1678 1679 1680 1681 1682
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1683 1684 1685 1686
		}
	},
	{
		"c": "}",
1687
		"t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.object-literal.punctuation.section.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1688
		"r": {
1689
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1690
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1691
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1692 1693
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1694 1695 1696 1697
		}
	},
	{
		"c": "!",
1698
		"t": "block.children.expr.function.js.jsx.member.meta.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1699
		"r": {
1700 1701 1702 1703 1704
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1705 1706 1707 1708
		}
	},
	{
		"c": "</",
1709
		"t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.object-literal.punctuation.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1710
		"r": {
1711
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1712
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1713
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1714 1715
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1716 1717 1718 1719
		}
	},
	{
		"c": "h1",
1720
		"t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1721
		"r": {
1722 1723
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
1724
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)",
1725 1726
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
1727 1728 1729 1730
		}
	},
	{
		"c": ">",
1731
		"t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.object-literal.punctuation.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1732
		"r": {
1733
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1734
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1735
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1736 1737
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1738 1739 1740 1741
		}
	},
	{
		"c": "        ",
1742
		"t": "block.children.expr.function.js.jsx.member.meta.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1743
		"r": {
1744 1745 1746 1747 1748
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1749 1750 1751 1752
		}
	},
	{
		"c": "<",
1753
		"t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.object-literal.punctuation.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1754
		"r": {
1755
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1756
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1757
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1758 1759
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1760 1761 1762 1763
		}
	},
	{
		"c": "a",
1764
		"t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1765
		"r": {
1766 1767
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
1768
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)",
1769 1770
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
1771 1772 1773 1774
		}
	},
	{
		"c": " ",
1775
		"t": "attribute-name.block.children.expr.function.js.jsx.member.meta.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1776
		"r": {
1777 1778 1779 1780 1781
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1782 1783 1784 1785
		}
	},
	{
		"c": "href",
1786
		"t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.object-literal.other.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1787
		"r": {
1788 1789 1790 1791 1792
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)"
M
Martin Aeschlimann 已提交
1793 1794 1795 1796
		}
	},
	{
		"c": "=",
1797
		"t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.object-literal.operator.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1798
		"r": {
1799 1800 1801 1802 1803
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
M
Martin Aeschlimann 已提交
1804 1805 1806 1807
		}
	},
	{
		"c": "\"",
1808
		"t": "begin.block.children.definition.double.expr.function.js.jsx.jsxAttributeValue.member.meta.object.object-literal.punctuation.quoted.string.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1809
		"r": {
1810
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1811
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1812
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1813 1814
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)"
M
Martin Aeschlimann 已提交
1815 1816 1817 1818
		}
	},
	{
		"c": "\"",
1819
		"t": "block.children.definition.double.end.expr.function.js.jsx.jsxAttributeValue.member.meta.object.object-literal.punctuation.quoted.string.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1820
		"r": {
1821
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1822
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1823
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1824 1825
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)"
M
Martin Aeschlimann 已提交
1826 1827 1828 1829
		}
	},
	{
		"c": " ",
1830
		"t": "attribute-name.block.children.expr.function.js.jsx.member.meta.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1831
		"r": {
1832 1833 1834 1835 1836
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1837 1838 1839 1840
		}
	},
	{
		"c": "onClick",
1841
		"t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.object-literal.other.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1842
		"r": {
1843 1844 1845 1846 1847
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)"
M
Martin Aeschlimann 已提交
1848 1849 1850 1851
		}
	},
	{
		"c": "=",
1852
		"t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.object-literal.operator.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1853
		"r": {
1854 1855 1856 1857 1858
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
M
Martin Aeschlimann 已提交
1859 1860 1861 1862
		}
	},
	{
		"c": "{",
1863
		"t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.object-literal.punctuation.section.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1864
		"r": {
1865
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1866
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1867
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1868 1869
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1870 1871 1872 1873
		}
	},
	{
		"c": "this",
1874
		"t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.object-literal.tag.this.tsx.var.variable.without-attributes",
M
Martin Aeschlimann 已提交
1875
		"r": {
1876 1877 1878 1879
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)",
M
Martin Aeschlimann 已提交
1880
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
1881 1882 1883
		}
	},
	{
1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896
		"c": ".",
		"t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.object-literal.punctuation.tag.tsx.var.without-attributes",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
		}
	},
	{
		"c": "toggle",
		"t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.object-literal.other.property.tag.tsx.var.variable.without-attributes",
M
Martin Aeschlimann 已提交
1897
		"r": {
1898 1899 1900 1901 1902
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1903 1904 1905 1906
		}
	},
	{
		"c": "}",
1907
		"t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.object-literal.punctuation.section.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1908
		"r": {
1909
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1910
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1911
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1912 1913
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1914 1915 1916 1917
		}
	},
	{
		"c": ">",
1918
		"t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.object-literal.punctuation.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1919
		"r": {
1920
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1921
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1922
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1923 1924
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1925 1926 1927 1928
		}
	},
	{
		"c": "Toggle",
1929
		"t": "block.children.expr.function.js.jsx.member.meta.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1930
		"r": {
1931 1932 1933 1934 1935
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1936 1937 1938 1939
		}
	},
	{
		"c": "</",
1940
		"t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.object-literal.punctuation.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1941
		"r": {
1942
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1943
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1944
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1945 1946
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1947 1948 1949 1950
		}
	},
	{
		"c": "a",
1951
		"t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1952
		"r": {
1953 1954
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
1955
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)",
1956 1957
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
1958 1959 1960 1961
		}
	},
	{
		"c": ">",
1962
		"t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.object-literal.punctuation.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1963
		"r": {
1964
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1965
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
1966
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.tsx rgb(128, 128, 128)",
1967 1968
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1969 1970 1971 1972
		}
	},
	{
		"c": "      ",
1973
		"t": "block.children.expr.function.js.jsx.member.meta.object.object-literal.tag.tsx.var.without-attributes",
M
Martin Aeschlimann 已提交
1974
		"r": {
1975 1976 1977 1978 1979
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1980 1981 1982 1983
		}
	},
	{
		"c": "</",
1984
		"t": "begin.block.definition.expr.function.js.member.meta.object.object-literal.punctuation.tag.var.without-attributes",
M
Martin Aeschlimann 已提交
1985
		"r": {
1986 1987 1988 1989 1990
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
1991 1992 1993 1994
		}
	},
	{
		"c": "div",
1995
		"t": "block.entity.expr.function.js.member.meta.name.object.object-literal.tag.var.without-attributes",
M
Martin Aeschlimann 已提交
1996
		"r": {
1997 1998
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
1999
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)",
2000 2001
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
2002 2003 2004 2005
		}
	},
	{
		"c": ">",
2006
		"t": "block.definition.end.expr.function.js.member.meta.object.object-literal.punctuation.tag.var.without-attributes",
M
Martin Aeschlimann 已提交
2007
		"r": {
2008 2009 2010 2011 2012
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
2013 2014 2015 2016
		}
	},
	{
		"c": "    ",
2017
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
2018
		"r": {
2019 2020 2021 2022 2023
			"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)"
M
Martin Aeschlimann 已提交
2024 2025 2026 2027
		}
	},
	{
		"c": ")",
2028
		"t": "block.brace.expr.function.js.member.meta.object.object-literal.round.var",
M
Martin Aeschlimann 已提交
2029
		"r": {
2030 2031 2032 2033 2034
			"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)"
M
Martin Aeschlimann 已提交
2035 2036 2037 2038
		}
	},
	{
		"c": ";",
2039
		"t": "block.expr.function.js.member.meta.object.object-literal.punctuation.statement.terminator.var",
M
Martin Aeschlimann 已提交
2040
		"r": {
2041 2042 2043 2044 2045
			"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)"
M
Martin Aeschlimann 已提交
2046 2047 2048 2049
		}
	},
	{
		"c": "  ",
2050
		"t": "block.expr.function.js.member.meta.object.object-literal.var",
M
Martin Aeschlimann 已提交
2051
		"r": {
2052 2053 2054 2055 2056
			"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)"
M
Martin Aeschlimann 已提交
2057 2058 2059 2060
		}
	},
	{
		"c": "}",
2061
		"t": "block.definition.expr.function.js.member.meta.object.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
2062
		"r": {
2063 2064 2065 2066 2067
			"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)"
M
Martin Aeschlimann 已提交
2068 2069 2070 2071
		}
	},
	{
		"c": "}",
2072
		"t": "block.definition.expr.js.meta.object-literal.punctuation.var",
M
Martin Aeschlimann 已提交
2073
		"r": {
2074 2075 2076 2077 2078
			"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)"
M
Martin Aeschlimann 已提交
2079 2080 2081 2082
		}
	},
	{
		"c": ")",
2083
		"t": "brace.expr.js.meta.round.var",
M
Martin Aeschlimann 已提交
2084
		"r": {
2085 2086 2087 2088 2089
			"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)"
M
Martin Aeschlimann 已提交
2090 2091 2092 2093
		}
	},
	{
		"c": ";",
2094
		"t": "js.punctuation.statement.terminator",
M
Martin Aeschlimann 已提交
2095
		"r": {
2096 2097 2098 2099 2100
			"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)"
M
Martin Aeschlimann 已提交
2101 2102 2103
		}
	},
	{
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116
		"c": "React",
		"t": "js.object.other.variable",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
			"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)"
		}
	},
	{
		"c": ".",
		"t": "accessor.js.punctuation",
M
Martin Aeschlimann 已提交
2117
		"r": {
2118 2119 2120 2121 2122
			"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)"
M
Martin Aeschlimann 已提交
2123 2124
		}
	},
2125 2126 2127 2128 2129 2130
	{
		"c": "render",
		"t": "entity.function.js.name",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)",
2131
			"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
2132 2133 2134 2135
			"light_vs": ".vs .token rgb(0, 0, 0)",
			"hc_black": ".hc-black .token rgb(255, 255, 255)"
		}
	},
M
Martin Aeschlimann 已提交
2136 2137
	{
		"c": "(",
2138
		"t": "brace.js.meta.round",
M
Martin Aeschlimann 已提交
2139
		"r": {
2140 2141 2142 2143 2144
			"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)"
M
Martin Aeschlimann 已提交
2145 2146 2147 2148
		}
	},
	{
		"c": "<",
2149
		"t": "begin.definition.js.meta.punctuation.tag",
M
Martin Aeschlimann 已提交
2150
		"r": {
2151
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
2152
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
2153
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
2154 2155
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
2156 2157 2158 2159
		}
	},
	{
		"c": "ToggleText",
2160
		"t": "entity.js.meta.name.tag",
M
Martin Aeschlimann 已提交
2161
		"r": {
2162 2163 2164 2165 2166
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)"
M
Martin Aeschlimann 已提交
2167 2168 2169 2170
		}
	},
	{
		"c": " ",
2171
		"t": "attribute-name.js.meta.tag",
M
Martin Aeschlimann 已提交
2172
		"r": {
2173 2174 2175 2176 2177
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
2178 2179 2180 2181
		}
	},
	{
		"c": "default",
2182
		"t": "attribute-name.entity.js.meta.other.tag",
M
Martin Aeschlimann 已提交
2183
		"r": {
2184 2185 2186 2187 2188
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)"
M
Martin Aeschlimann 已提交
2189 2190 2191 2192
		}
	},
	{
		"c": "=",
2193
		"t": "assignment.js.keyword.meta.operator.tag",
M
Martin Aeschlimann 已提交
2194
		"r": {
2195 2196 2197 2198 2199
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
M
Martin Aeschlimann 已提交
2200 2201 2202 2203
		}
	},
	{
		"c": "\"",
2204
		"t": "begin.definition.double.js.jsxAttributeValue.meta.punctuation.quoted.string.tag",
M
Martin Aeschlimann 已提交
2205
		"r": {
2206
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
2207
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
2208
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
2209
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
2210
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)"
M
Martin Aeschlimann 已提交
2211 2212 2213 2214
		}
	},
	{
		"c": "World",
2215
		"t": "double.js.jsxAttributeValue.meta.quoted.string.tag",
M
Martin Aeschlimann 已提交
2216
		"r": {
2217
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)",
2218
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
2219
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)",
2220
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
2221
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)"
M
Martin Aeschlimann 已提交
2222 2223 2224 2225
		}
	},
	{
		"c": "\"",
2226
		"t": "definition.double.end.js.jsxAttributeValue.meta.punctuation.quoted.string.tag",
M
Martin Aeschlimann 已提交
2227
		"r": {
2228
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
2229
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
2230
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
2231
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
2232
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)"
M
Martin Aeschlimann 已提交
2233 2234 2235 2236
		}
	},
	{
		"c": " ",
2237
		"t": "attribute-name.js.meta.tag",
M
Martin Aeschlimann 已提交
2238
		"r": {
2239 2240 2241 2242 2243
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
M
Martin Aeschlimann 已提交
2244 2245 2246 2247
		}
	},
	{
		"c": "alt",
2248
		"t": "attribute-name.entity.js.meta.other.tag",
M
Martin Aeschlimann 已提交
2249
		"r": {
2250 2251 2252 2253 2254
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)"
M
Martin Aeschlimann 已提交
2255 2256 2257 2258
		}
	},
	{
		"c": "=",
2259
		"t": "assignment.js.keyword.meta.operator.tag",
M
Martin Aeschlimann 已提交
2260
		"r": {
2261 2262 2263 2264 2265
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)"
M
Martin Aeschlimann 已提交
2266 2267 2268 2269
		}
	},
	{
		"c": "\"",
2270
		"t": "begin.definition.double.js.jsxAttributeValue.meta.punctuation.quoted.string.tag",
M
Martin Aeschlimann 已提交
2271
		"r": {
2272
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
2273
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
2274
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
2275
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
2276
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)"
M
Martin Aeschlimann 已提交
2277 2278 2279 2280
		}
	},
	{
		"c": "Mars",
2281
		"t": "double.js.jsxAttributeValue.meta.quoted.string.tag",
M
Martin Aeschlimann 已提交
2282
		"r": {
2283
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)",
2284
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
2285
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)",
2286
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
2287
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)"
M
Martin Aeschlimann 已提交
2288 2289 2290 2291
		}
	},
	{
		"c": "\"",
2292
		"t": "definition.double.end.js.jsxAttributeValue.meta.punctuation.quoted.string.tag",
M
Martin Aeschlimann 已提交
2293
		"r": {
2294
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
2295
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
2296
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
2297
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
2298
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)"
M
Martin Aeschlimann 已提交
2299 2300 2301 2302
		}
	},
	{
		"c": " ",
2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325
		"t": "js.meta.tag",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.tag rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.tag rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
		}
	},
	{
		"c": "/>",
		"t": "definition.end.js.meta.punctuation.tag",
		"r": {
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.tag rgb(128, 0, 0)",
			"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.tag.js rgb(128, 128, 128)",
			"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.tag rgb(128, 0, 0)",
			"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.tag rgb(128, 128, 128)"
		}
	},
	{
		"c": ",",
		"t": "comma.js.punctuation.separator",
M
Martin Aeschlimann 已提交
2326
		"r": {
2327 2328 2329 2330 2331
			"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)"
M
Martin Aeschlimann 已提交
2332 2333 2334
		}
	},
	{
2335 2336
		"c": " ",
		"t": "",
M
Martin Aeschlimann 已提交
2337
		"r": {
2338
			"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
2339
			"light_plus": ".vs .token rgb(0, 0, 0)",
2340
			"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
2341 2342
			"light_vs": ".vs .token rgb(0, 0, 0)",
			"hc_black": ".hc-black .token rgb(255, 255, 255)"
M
Martin Aeschlimann 已提交
2343 2344 2345
		}
	},
	{
2346 2347 2348
		"c": "document",
		"t": "dom.js.support.variable",
		"r": {
2349 2350
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)",
2351 2352 2353 2354 2355 2356 2357 2358
			"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)"
		}
	},
	{
		"c": ".",
		"t": "accessor.js.punctuation",
M
Martin Aeschlimann 已提交
2359
		"r": {
2360 2361 2362 2363 2364
			"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)"
M
Martin Aeschlimann 已提交
2365 2366
		}
	},
2367 2368 2369 2370
	{
		"c": "body",
		"t": "dom.js.property.support.variable",
		"r": {
2371 2372
			"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)",
			"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)",
2373 2374 2375 2376 2377
			"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)"
		}
	},
M
Martin Aeschlimann 已提交
2378 2379
	{
		"c": ")",
2380
		"t": "brace.js.meta.round",
M
Martin Aeschlimann 已提交
2381
		"r": {
2382 2383 2384 2385 2386
			"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)"
M
Martin Aeschlimann 已提交
2387 2388 2389 2390
		}
	},
	{
		"c": ";",
2391
		"t": "js.punctuation.statement.terminator",
M
Martin Aeschlimann 已提交
2392
		"r": {
2393 2394 2395 2396 2397
			"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)"
M
Martin Aeschlimann 已提交
2398 2399 2400
		}
	}
]