| 1 |
{ |
| 2 |
"name": "material-theme", |
| 3 |
"semanticHighlighting": true, |
| 4 |
"tokenColors": [ |
| 5 |
{ |
| 6 |
"name": "Global settings", |
| 7 |
"settings": { |
| 8 |
"background": "#263238", |
| 9 |
"foreground": "#EEFFFF" |
| 10 |
} |
| 11 |
}, |
| 12 |
{ |
| 13 |
"name": "String", |
| 14 |
"scope": "string", |
| 15 |
"settings": { |
| 16 |
"foreground": "#C3E88D" |
| 17 |
} |
| 18 |
}, |
| 19 |
{ |
| 20 |
"name": "Punctuation", |
| 21 |
"scope": "punctuation, constant.other.symbol", |
| 22 |
"settings": { |
| 23 |
"foreground": "#89DDFF" |
| 24 |
} |
| 25 |
}, |
| 26 |
{ |
| 27 |
"name": "String Escape", |
| 28 |
"scope": "constant.character.escape, text.html constant.character.entity.named", |
| 29 |
"settings": { |
| 30 |
"foreground": "#EEFFFF" |
| 31 |
} |
| 32 |
}, |
| 33 |
{ |
| 34 |
"name": "Boolean", |
| 35 |
"scope": "constant.language.boolean", |
| 36 |
"settings": { |
| 37 |
"foreground": "#ff9cac" |
| 38 |
} |
| 39 |
}, |
| 40 |
{ |
| 41 |
"name": "Number", |
| 42 |
"scope": "constant.numeric", |
| 43 |
"settings": { |
| 44 |
"foreground": "#F78C6C" |
| 45 |
} |
| 46 |
}, |
| 47 |
{ |
| 48 |
"name": "Variable", |
| 49 |
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments", |
| 50 |
"settings": { |
| 51 |
"foreground": "#EEFFFF" |
| 52 |
} |
| 53 |
}, |
| 54 |
{ |
| 55 |
"name": "Other Keyword", |
| 56 |
"scope": "keyword.other", |
| 57 |
"settings": { |
| 58 |
"foreground": "#F78C6C" |
| 59 |
} |
| 60 |
}, |
| 61 |
{ |
| 62 |
"name": "Keyword", |
| 63 |
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language", |
| 64 |
"settings": { |
| 65 |
"foreground": "#89DDFF" |
| 66 |
} |
| 67 |
}, |
| 68 |
{ |
| 69 |
"name": "Function call", |
| 70 |
"scope": "entity.name.function, support.function", |
| 71 |
"settings": { |
| 72 |
"foreground": "#82AAFF" |
| 73 |
} |
| 74 |
}, |
| 75 |
{ |
| 76 |
"name": "Storage", |
| 77 |
"scope": "storage.type, storage.modifier, storage.control", |
| 78 |
"settings": { |
| 79 |
"foreground": "#C792EA" |
| 80 |
} |
| 81 |
}, |
| 82 |
{ |
| 83 |
"name": "Modules", |
| 84 |
"scope": "support.module, support.node", |
| 85 |
"settings": { |
| 86 |
"foreground": "#f07178", |
| 87 |
"fontStyle": "italic" |
| 88 |
} |
| 89 |
}, |
| 90 |
{ |
| 91 |
"name": "Type", |
| 92 |
"scope": "support.type, constant.other.key", |
| 93 |
"settings": { |
| 94 |
"foreground": "#FFCB6B" |
| 95 |
} |
| 96 |
}, |
| 97 |
{ |
| 98 |
"name": "Type", |
| 99 |
"scope": "entity.name.type, entity.other.inherited-class, entity.other", |
| 100 |
"settings": { |
| 101 |
"foreground": "#FFCB6B" |
| 102 |
} |
| 103 |
}, |
| 104 |
{ |
| 105 |
"name": "Comment", |
| 106 |
"scope": "comment", |
| 107 |
"settings": { |
| 108 |
"foreground": "#546E7A", |
| 109 |
"fontStyle": "italic" |
| 110 |
} |
| 111 |
}, |
| 112 |
{ |
| 113 |
"name": "Comment", |
| 114 |
"scope": "comment punctuation.definition.comment, string.quoted.docstring", |
| 115 |
"settings": { |
| 116 |
"foreground": "#546E7A", |
| 117 |
"fontStyle": "italic" |
| 118 |
} |
| 119 |
}, |
| 120 |
{ |
| 121 |
"name": "Punctuation", |
| 122 |
"scope": "punctuation", |
| 123 |
"settings": { |
| 124 |
"foreground": "#89DDFF" |
| 125 |
} |
| 126 |
}, |
| 127 |
{ |
| 128 |
"name": "Class", |
| 129 |
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use", |
| 130 |
"settings": { |
| 131 |
"foreground": "#FFCB6B" |
| 132 |
} |
| 133 |
}, |
| 134 |
{ |
| 135 |
"name": "Class variable", |
| 136 |
"scope": "variable.object.property, meta.field.declaration entity.name.function", |
| 137 |
"settings": { |
| 138 |
"foreground": "#f07178" |
| 139 |
} |
| 140 |
}, |
| 141 |
{ |
| 142 |
"name": "Class method", |
| 143 |
"scope": "meta.definition.method entity.name.function", |
| 144 |
"settings": { |
| 145 |
"foreground": "#f07178" |
| 146 |
} |
| 147 |
}, |
| 148 |
{ |
| 149 |
"name": "Function definition", |
| 150 |
"scope": "meta.function entity.name.function", |
| 151 |
"settings": { |
| 152 |
"foreground": "#82AAFF" |
| 153 |
} |
| 154 |
}, |
| 155 |
{ |
| 156 |
"name": "Template expression", |
| 157 |
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end", |
| 158 |
"settings": { |
| 159 |
"foreground": "#89DDFF" |
| 160 |
} |
| 161 |
}, |
| 162 |
{ |
| 163 |
"name": "Reset embedded/template expression colors", |
| 164 |
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression", |
| 165 |
"settings": { |
| 166 |
"foreground": "#EEFFFF" |
| 167 |
} |
| 168 |
}, |
| 169 |
{ |
| 170 |
"name": "YAML key", |
| 171 |
"scope": "entity.name.tag.yaml", |
| 172 |
"settings": { |
| 173 |
"foreground": "#f07178" |
| 174 |
} |
| 175 |
}, |
| 176 |
{ |
| 177 |
"name": "JSON key", |
| 178 |
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json", |
| 179 |
"settings": { |
| 180 |
"foreground": "#f07178" |
| 181 |
} |
| 182 |
}, |
| 183 |
{ |
| 184 |
"name": "JSON constant", |
| 185 |
"scope": "constant.language.json", |
| 186 |
"settings": { |
| 187 |
"foreground": "#89DDFF" |
| 188 |
} |
| 189 |
}, |
| 190 |
{ |
| 191 |
"name": "CSS class", |
| 192 |
"scope": "entity.other.attribute-name.class", |
| 193 |
"settings": { |
| 194 |
"foreground": "#FFCB6B" |
| 195 |
} |
| 196 |
}, |
| 197 |
{ |
| 198 |
"name": "CSS ID", |
| 199 |
"scope": "entity.other.attribute-name.id", |
| 200 |
"settings": { |
| 201 |
"foreground": "#F78C6C" |
| 202 |
} |
| 203 |
}, |
| 204 |
{ |
| 205 |
"name": "CSS tag", |
| 206 |
"scope": "source.css entity.name.tag", |
| 207 |
"settings": { |
| 208 |
"foreground": "#FFCB6B" |
| 209 |
} |
| 210 |
}, |
| 211 |
{ |
| 212 |
"name": "CSS properties", |
| 213 |
"scope": "support.type.property-name.css", |
| 214 |
"settings": { |
| 215 |
"foreground": "#B2CCD6" |
| 216 |
} |
| 217 |
}, |
| 218 |
{ |
| 219 |
"name": "HTML tag outer", |
| 220 |
"scope": "meta.tag, punctuation.definition.tag", |
| 221 |
"settings": { |
| 222 |
"foreground": "#89DDFF" |
| 223 |
} |
| 224 |
}, |
| 225 |
{ |
| 226 |
"name": "HTML tag inner", |
| 227 |
"scope": "entity.name.tag", |
| 228 |
"settings": { |
| 229 |
"foreground": "#f07178" |
| 230 |
} |
| 231 |
}, |
| 232 |
{ |
| 233 |
"name": "HTML tag attribute", |
| 234 |
"scope": "entity.other.attribute-name", |
| 235 |
"settings": { |
| 236 |
"foreground": "#C792EA" |
| 237 |
} |
| 238 |
}, |
| 239 |
{ |
| 240 |
"name": "HTML entities", |
| 241 |
"scope": "punctuation.definition.entity.html", |
| 242 |
"settings": { |
| 243 |
"foreground": "#EEFFFF" |
| 244 |
} |
| 245 |
}, |
| 246 |
{ |
| 247 |
"name": "Markdown heading", |
| 248 |
"scope": "markup.heading", |
| 249 |
"settings": { |
| 250 |
"foreground": "#89DDFF" |
| 251 |
} |
| 252 |
}, |
| 253 |
{ |
| 254 |
"name": "Markdown link text", |
| 255 |
"scope": "text.html.markdown meta.link.inline, meta.link.reference", |
| 256 |
"settings": { |
| 257 |
"foreground": "#f07178" |
| 258 |
} |
| 259 |
}, |
| 260 |
{ |
| 261 |
"name": "Markdown list item", |
| 262 |
"scope": "text.html.markdown beginning.punctuation.definition.list", |
| 263 |
"settings": { |
| 264 |
"foreground": "#89DDFF" |
| 265 |
} |
| 266 |
}, |
| 267 |
{ |
| 268 |
"name": "Markdown italic", |
| 269 |
"scope": "markup.italic", |
| 270 |
"settings": { |
| 271 |
"foreground": "#f07178", |
| 272 |
"fontStyle": "italic" |
| 273 |
} |
| 274 |
}, |
| 275 |
{ |
| 276 |
"name": "Markdown bold", |
| 277 |
"scope": "markup.bold", |
| 278 |
"settings": { |
| 279 |
"foreground": "#f07178", |
| 280 |
"fontStyle": "bold" |
| 281 |
} |
| 282 |
}, |
| 283 |
{ |
| 284 |
"name": "Markdown bold italic", |
| 285 |
"scope": "markup.bold markup.italic, markup.italic markup.bold", |
| 286 |
"settings": { |
| 287 |
"foreground": "#f07178", |
| 288 |
"fontStyle": "italic bold" |
| 289 |
} |
| 290 |
}, |
| 291 |
{ |
| 292 |
"name": "Markdown code block", |
| 293 |
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown", |
| 294 |
"settings": { |
| 295 |
"foreground": "#C3E88D" |
| 296 |
} |
| 297 |
}, |
| 298 |
{ |
| 299 |
"name": "Markdown inline code", |
| 300 |
"scope": "markup.inline.raw.string.markdown", |
| 301 |
"settings": { |
| 302 |
"foreground": "#C3E88D" |
| 303 |
} |
| 304 |
}, |
| 305 |
{ |
| 306 |
"name": "INI property name", |
| 307 |
"scope": "keyword.other.definition.ini", |
| 308 |
"settings": { |
| 309 |
"foreground": "#f07178" |
| 310 |
} |
| 311 |
}, |
| 312 |
{ |
| 313 |
"name": "INI section title", |
| 314 |
"scope": "entity.name.section.group-title.ini", |
| 315 |
"settings": { |
| 316 |
"foreground": "#89DDFF" |
| 317 |
} |
| 318 |
}, |
| 319 |
{ |
| 320 |
"name": "C# class", |
| 321 |
"scope": "source.cs meta.class.identifier storage.type", |
| 322 |
"settings": { |
| 323 |
"foreground": "#FFCB6B" |
| 324 |
} |
| 325 |
}, |
| 326 |
{ |
| 327 |
"name": "C# class method", |
| 328 |
"scope": "source.cs meta.method.identifier entity.name.function", |
| 329 |
"settings": { |
| 330 |
"foreground": "#f07178" |
| 331 |
} |
| 332 |
}, |
| 333 |
{ |
| 334 |
"name": "C# function call", |
| 335 |
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function", |
| 336 |
"settings": { |
| 337 |
"foreground": "#82AAFF" |
| 338 |
} |
| 339 |
}, |
| 340 |
{ |
| 341 |
"name": "C# type", |
| 342 |
"scope": "source.cs storage.type", |
| 343 |
"settings": { |
| 344 |
"foreground": "#FFCB6B" |
| 345 |
} |
| 346 |
}, |
| 347 |
{ |
| 348 |
"name": "C# return type", |
| 349 |
"scope": "source.cs meta.method.return-type", |
| 350 |
"settings": { |
| 351 |
"foreground": "#FFCB6B" |
| 352 |
} |
| 353 |
}, |
| 354 |
{ |
| 355 |
"name": "C# preprocessor", |
| 356 |
"scope": "source.cs meta.preprocessor", |
| 357 |
"settings": { |
| 358 |
"foreground": "#546E7A" |
| 359 |
} |
| 360 |
}, |
| 361 |
{ |
| 362 |
"name": "C# namespace", |
| 363 |
"scope": "source.cs entity.name.type.namespace", |
| 364 |
"settings": { |
| 365 |
"foreground": "#EEFFFF" |
| 366 |
} |
| 367 |
}, |
| 368 |
{ |
| 369 |
"name": "JSX Text", |
| 370 |
"scope": "meta.jsx.children, SXNested", |
| 371 |
"settings": { |
| 372 |
"foreground": "#EEFFFF" |
| 373 |
} |
| 374 |
}, |
| 375 |
{ |
| 376 |
"name": "JSX Components name", |
| 377 |
"scope": "support.class.component", |
| 378 |
"settings": { |
| 379 |
"foreground": "#FFCB6B" |
| 380 |
} |
| 381 |
}, |
| 382 |
{ |
| 383 |
"name": "C-related Block Level Variables", |
| 384 |
"scope": "source.cpp meta.block variable.other", |
| 385 |
"settings": { |
| 386 |
"foreground": "#EEFFFF" |
| 387 |
} |
| 388 |
}, |
| 389 |
{ |
| 390 |
"name": "Member Access Meta", |
| 391 |
"scope": "source.python meta.member.access.python", |
| 392 |
"settings": { |
| 393 |
"foreground": "#f07178" |
| 394 |
} |
| 395 |
}, |
| 396 |
{ |
| 397 |
"name": "Function Call", |
| 398 |
"scope": "source.python meta.function-call.python, meta.function-call.arguments", |
| 399 |
"settings": { |
| 400 |
"foreground": "#82AAFF" |
| 401 |
} |
| 402 |
}, |
| 403 |
{ |
| 404 |
"name": "Blocks", |
| 405 |
"scope": "meta.block", |
| 406 |
"settings": { |
| 407 |
"foreground": "#f07178" |
| 408 |
} |
| 409 |
}, |
| 410 |
{ |
| 411 |
"name": "Function Call", |
| 412 |
"scope": "entity.name.function.call", |
| 413 |
"settings": { |
| 414 |
"foreground": "#82AAFF" |
| 415 |
} |
| 416 |
}, |
| 417 |
{ |
| 418 |
"name": "Namespaces", |
| 419 |
"scope": "source.php support.other.namespace, source.php meta.use support.class", |
| 420 |
"settings": { |
| 421 |
"foreground": "#EEFFFF" |
| 422 |
} |
| 423 |
}, |
| 424 |
{ |
| 425 |
"name": "Constant keywords", |
| 426 |
"scope": "constant.keyword", |
| 427 |
"settings": { |
| 428 |
"foreground": "#89DDFF", |
| 429 |
"fontStyle": "italic" |
| 430 |
} |
| 431 |
}, |
| 432 |
{ |
| 433 |
"name": "Entity name", |
| 434 |
"scope": "entity.name.function", |
| 435 |
"settings": { |
| 436 |
"foreground": "#82AAFF" |
| 437 |
} |
| 438 |
}, |
| 439 |
{ |
| 440 |
"name": "Global settings", |
| 441 |
"settings": { |
| 442 |
"background": "#263238", |
| 443 |
"foreground": "#EEFFFF" |
| 444 |
} |
| 445 |
}, |
| 446 |
{ |
| 447 |
"name": "Constant Placeholder", |
| 448 |
"scope": ["constant.other.placeholder"], |
| 449 |
"settings": { |
| 450 |
"foreground": "#f07178" |
| 451 |
} |
| 452 |
}, |
| 453 |
{ |
| 454 |
"name": "Markup Deleted", |
| 455 |
"scope": ["markup.deleted"], |
| 456 |
"settings": { |
| 457 |
"foreground": "#f07178" |
| 458 |
} |
| 459 |
}, |
| 460 |
{ |
| 461 |
"name": "Markup Inserted", |
| 462 |
"scope": ["markup.inserted"], |
| 463 |
"settings": { |
| 464 |
"foreground": "#C3E88D" |
| 465 |
} |
| 466 |
}, |
| 467 |
{ |
| 468 |
"name": "Markup Underline", |
| 469 |
"scope": ["markup.underline"], |
| 470 |
"settings": { |
| 471 |
"fontStyle": "underline" |
| 472 |
} |
| 473 |
}, |
| 474 |
{ |
| 475 |
"name": "Keyword Control", |
| 476 |
"scope": ["keyword.control"], |
| 477 |
"settings": { |
| 478 |
"foreground": "#89DDFF", |
| 479 |
"fontStyle": "italic" |
| 480 |
} |
| 481 |
}, |
| 482 |
{ |
| 483 |
"name": "Parameter", |
| 484 |
"scope": ["variable.parameter"], |
| 485 |
"settings": { |
| 486 |
"fontStyle": "italic" |
| 487 |
} |
| 488 |
}, |
| 489 |
{ |
| 490 |
"name": "Python - Self Parameter", |
| 491 |
"scope": ["variable.parameter.function.language.special.self.python"], |
| 492 |
"settings": { |
| 493 |
"foreground": "#f07178", |
| 494 |
"fontStyle": "italic" |
| 495 |
} |
| 496 |
}, |
| 497 |
{ |
| 498 |
"name": "Python - Format Placeholder", |
| 499 |
"scope": ["constant.character.format.placeholder.other.python"], |
| 500 |
"settings": { |
| 501 |
"foreground": "#F78C6C" |
| 502 |
} |
| 503 |
}, |
| 504 |
{ |
| 505 |
"name": "Markdown - Blockquote", |
| 506 |
"scope": ["markup.quote"], |
| 507 |
"settings": { |
| 508 |
"fontStyle": "italic", |
| 509 |
"foreground": "#89DDFF" |
| 510 |
} |
| 511 |
}, |
| 512 |
{ |
| 513 |
"name": "Markdown - Fenced Language", |
| 514 |
"scope": ["markup.fenced_code.block"], |
| 515 |
"settings": { |
| 516 |
"foreground": "#EEFFFF90" |
| 517 |
} |
| 518 |
}, |
| 519 |
{ |
| 520 |
"name": "Markdown - Blockquote Punctuation", |
| 521 |
"scope": ["punctuation.definition.quote"], |
| 522 |
"settings": { |
| 523 |
"foreground": "#ff9cac" |
| 524 |
} |
| 525 |
}, |
| 526 |
{ |
| 527 |
"name": "JSON Key - Level 0", |
| 528 |
"scope": ["meta.structure.dictionary.json support.type.property-name.json"], |
| 529 |
"settings": { |
| 530 |
"foreground": "#C792EA" |
| 531 |
} |
| 532 |
}, |
| 533 |
{ |
| 534 |
"name": "JSON Key - Level 1", |
| 535 |
"scope": [ |
| 536 |
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" |
| 537 |
], |
| 538 |
"settings": { |
| 539 |
"foreground": "#FFCB6B" |
| 540 |
} |
| 541 |
}, |
| 542 |
{ |
| 543 |
"name": "JSON Key - Level 2", |
| 544 |
"scope": [ |
| 545 |
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" |
| 546 |
], |
| 547 |
"settings": { |
| 548 |
"foreground": "#F78C6C" |
| 549 |
} |
| 550 |
}, |
| 551 |
{ |
| 552 |
"name": "JSON Key - Level 3", |
| 553 |
"scope": [ |
| 554 |
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" |
| 555 |
], |
| 556 |
"settings": { |
| 557 |
"foreground": "#f07178" |
| 558 |
} |
| 559 |
}, |
| 560 |
{ |
| 561 |
"name": "JSON Key - Level 4", |
| 562 |
"scope": [ |
| 563 |
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" |
| 564 |
], |
| 565 |
"settings": { |
| 566 |
"foreground": "#916b53" |
| 567 |
} |
| 568 |
}, |
| 569 |
{ |
| 570 |
"name": "JSON Key - Level 5", |
| 571 |
"scope": [ |
| 572 |
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" |
| 573 |
], |
| 574 |
"settings": { |
| 575 |
"foreground": "#82AAFF" |
| 576 |
} |
| 577 |
}, |
| 578 |
{ |
| 579 |
"name": "JSON Key - Level 6", |
| 580 |
"scope": [ |
| 581 |
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" |
| 582 |
], |
| 583 |
"settings": { |
| 584 |
"foreground": "#ff9cac" |
| 585 |
} |
| 586 |
}, |
| 587 |
{ |
| 588 |
"name": "JSON Key - Level 7", |
| 589 |
"scope": [ |
| 590 |
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" |
| 591 |
], |
| 592 |
"settings": { |
| 593 |
"foreground": "#C792EA" |
| 594 |
} |
| 595 |
}, |
| 596 |
{ |
| 597 |
"name": "JSON Key - Level 8", |
| 598 |
"scope": [ |
| 599 |
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" |
| 600 |
], |
| 601 |
"settings": { |
| 602 |
"foreground": "#C3E88D" |
| 603 |
} |
| 604 |
} |
| 605 |
], |
| 606 |
"colors": { |
| 607 |
"focusBorder": "#FFFFFF00", |
| 608 |
"foreground": "#EEFFFF", |
| 609 |
"button.background": "#80CBC420", |
| 610 |
"button.foreground": "#ffffff", |
| 611 |
"dropdown.background": "#263238", |
| 612 |
"input.background": "#303C41", |
| 613 |
"inputOption.activeBorder": "#EEFFFF30", |
| 614 |
"list.activeSelectionBackground": "#263238", |
| 615 |
"list.activeSelectionForeground": "#80CBC4", |
| 616 |
"list.dropBackground": "#f0717880", |
| 617 |
"list.focusBackground": "#EEFFFF20", |
| 618 |
"list.focusForeground": "#EEFFFF", |
| 619 |
"list.highlightForeground": "#80CBC4", |
| 620 |
"list.hoverBackground": "#263238", |
| 621 |
"list.inactiveSelectionBackground": "#00000030", |
| 622 |
"activityBar.background": "#263238", |
| 623 |
"activityBar.dropBackground": "#f0717880", |
| 624 |
"activityBarBadge.background": "#80CBC4", |
| 625 |
"activityBarBadge.foreground": "#000000", |
| 626 |
"badge.background": "#00000030", |
| 627 |
"badge.foreground": "#546E7A", |
| 628 |
"sideBar.background": "#263238", |
| 629 |
"sideBarSectionHeader.background": "#263238", |
| 630 |
"editorGroup.dropBackground": "#f0717880", |
| 631 |
"editorGroup.focusedEmptyBorder": "#f07178", |
| 632 |
"editorGroupHeader.tabsBackground": "#263238", |
| 633 |
"tab.border": "#263238", |
| 634 |
"tab.activeBorder": "#80CBC4", |
| 635 |
"tab.inactiveBackground": "#263238", |
| 636 |
"tab.activeModifiedBorder": "#6c8692", |
| 637 |
"tab.inactiveModifiedBorder": "#904348", |
| 638 |
"tab.unfocusedActiveModifiedBorder": "#c05a60", |
| 639 |
"tab.unfocusedInactiveModifiedBorder": "#904348", |
| 640 |
"editor.background": "#263238", |
| 641 |
"editor.foreground": "#EEFFFF", |
| 642 |
"editorLineNumber.foreground": "#465A64", |
| 643 |
"editorLineNumber.activeForeground": "#6c8692", |
| 644 |
"editorCursor.foreground": "#FFCC00", |
| 645 |
"editor.selectionBackground": "#80CBC420", |
| 646 |
"editor.selectionHighlightBackground": "#FFCC0020", |
| 647 |
"editor.wordHighlightBackground": "#ff9cac30", |
| 648 |
"editor.wordHighlightStrongBackground": "#C3E88D30", |
| 649 |
"editor.findMatchHighlight": "#EEFFFF", |
| 650 |
"editor.findRangeHighlightBackground": "#FFCB6B30", |
| 651 |
"editor.lineHighlightBorder": "#00000000", |
| 652 |
"editor.rangeHighlightBackground": "#FFFFFF0d", |
| 653 |
"editorWhitespace.foreground": "#EEFFFF40", |
| 654 |
"editorWidget.background": "#263238", |
| 655 |
"editorHoverWidget.background": "#263238", |
| 656 |
"editorMarkerNavigation.background": "#EEFFFF05", |
| 657 |
"peekView.border": "#00000030", |
| 658 |
"peekViewEditor.background": "#EEFFFF05", |
| 659 |
"peekViewResult.background": "#EEFFFF05", |
| 660 |
"peekViewTitle.background": "#EEFFFF05", |
| 661 |
"panel.background": "#263238", |
| 662 |
"panel.border": "#26323860", |
| 663 |
"panelTitle.activeBorder": "#80CBC4", |
| 664 |
"panelTitle.inactiveForeground": "#EEFFFF", |
| 665 |
"notebook.focusedCellBorder": "#80CBC4", |
| 666 |
"notebook.inactiveFocusedCellBorder": "#80CBC450", |
| 667 |
"statusBar.background": "#263238", |
| 668 |
"statusBar.debuggingBackground": "#C792EA", |
| 669 |
"statusBar.debuggingForeground": "#ffffff", |
| 670 |
"statusBar.noFolderBackground": "#263238", |
| 671 |
"statusBarItem.activeBackground": "#f0717880", |
| 672 |
"statusBarItem.hoverBackground": "#546E7A20", |
| 673 |
"statusBarItem.remoteBackground": "#80CBC4", |
| 674 |
"statusBarItem.remoteForeground": "#000000", |
| 675 |
"titleBar.activeBackground": "#263238", |
| 676 |
"pickerGroup.border": "#FFFFFF1a", |
| 677 |
"terminal.ansiBlack": "#000000", |
| 678 |
"terminal.ansiBlue": "#82AAFF", |
| 679 |
"terminal.ansiBrightBlack": "#546E7A", |
| 680 |
"terminal.ansiBrightBlue": "#82AAFF", |
| 681 |
"terminal.ansiBrightCyan": "#89DDFF", |
| 682 |
"terminal.ansiBrightGreen": "#C3E88D", |
| 683 |
"terminal.ansiBrightMagenta": "#C792EA", |
| 684 |
"terminal.ansiBrightRed": "#f07178", |
| 685 |
"terminal.ansiBrightWhite": "#ffffff", |
| 686 |
"terminal.ansiBrightYellow": "#FFCB6B", |
| 687 |
"terminal.ansiCyan": "#89DDFF", |
| 688 |
"terminal.ansiGreen": "#C3E88D", |
| 689 |
"terminal.ansiMagenta": "#C792EA", |
| 690 |
"terminal.ansiRed": "#f07178", |
| 691 |
"terminal.ansiWhite": "#ffffff", |
| 692 |
"terminal.ansiYellow": "#FFCB6B", |
| 693 |
"debugToolBar.background": "#263238", |
| 694 |
"debugConsole.errorForeground": "#f07178", |
| 695 |
"debugConsole.infoForeground": "#89DDFF", |
| 696 |
"debugConsole.warningForeground": "#FFCB6B", |
| 697 |
"selection.background": "#00000080", |
| 698 |
"editorRuler.foreground": "#37474F", |
| 699 |
"widget.shadow": "#00000030", |
| 700 |
"scrollbar.shadow": "#00000030", |
| 701 |
"editorLink.activeForeground": "#EEFFFF", |
| 702 |
"progressBar.background": "#80CBC4", |
| 703 |
"pickerGroup.foreground": "#80CBC4", |
| 704 |
"tree.indentGuidesStroke": "#37474F", |
| 705 |
"terminalCursor.foreground": "#FFCB6B", |
| 706 |
"terminalCursor.background": "#000000", |
| 707 |
"inputOption.activeBackground": "#EEFFFF30", |
| 708 |
"textLink.foreground": "#80CBC4", |
| 709 |
"textLink.activeForeground": "#EEFFFF", |
| 710 |
"sideBar.foreground": "#6c8692", |
| 711 |
"sideBar.border": "#26323860", |
| 712 |
"sideBarTitle.foreground": "#EEFFFF", |
| 713 |
"sideBarSectionHeader.border": "#26323860", |
| 714 |
"panel.dropBackground": "#EEFFFF", |
| 715 |
"sash.hoverBorder": "#80CBC450", |
| 716 |
"panelTitle.activeForeground": "#FFFFFF", |
| 717 |
"editor.lineHighlightBackground": "#00000050", |
| 718 |
"editor.findMatchBackground": "#000000", |
| 719 |
"editor.findMatchHighlightBackground": "#00000050", |
| 720 |
"editor.findMatchBorder": "#80CBC4", |
| 721 |
"editor.findMatchHighlightBorder": "#ffffff30", |
| 722 |
"editorIndentGuide.background": "#37474F70", |
| 723 |
"editorIndentGuide.activeBackground": "#37474F", |
| 724 |
"editorGroup.border": "#00000030", |
| 725 |
"editorGutter.modifiedBackground": "#82AAFF60", |
| 726 |
"editorGutter.addedBackground": "#C3E88D60", |
| 727 |
"editorGutter.deletedBackground": "#f0717860", |
| 728 |
"activityBar.border": "#26323860", |
| 729 |
"activityBar.foreground": "#EEFFFF", |
| 730 |
"activityBar.activeBorder": "#80CBC4", |
| 731 |
"extensionBadge.remoteForeground": "#EEFFFF", |
| 732 |
"scrollbarSlider.background": "#EEFFFF20", |
| 733 |
"scrollbarSlider.hoverBackground": "#EEFFFF10", |
| 734 |
"scrollbarSlider.activeBackground": "#80CBC4", |
| 735 |
"tab.unfocusedActiveBorder": "#546E7A", |
| 736 |
"tab.activeForeground": "#FFFFFF", |
| 737 |
"tab.inactiveForeground": "#6c8692", |
| 738 |
"tab.activeBackground": "#263238", |
| 739 |
"tab.unfocusedActiveForeground": "#EEFFFF", |
| 740 |
"editorWidget.resizeBorder": "#80CBC4", |
| 741 |
"editorWidget.border": "#80CBC4", |
| 742 |
"statusBar.border": "#26323860", |
| 743 |
"statusBar.foreground": "#546E7A", |
| 744 |
"editorBracketMatch.border": "#FFCC0050", |
| 745 |
"editorBracketMatch.background": "#263238", |
| 746 |
"editorOverviewRuler.findMatchForeground": "#80CBC4", |
| 747 |
"editorOverviewRuler.border": "#263238", |
| 748 |
"editorOverviewRuler.errorForeground": "#f0717840", |
| 749 |
"editorOverviewRuler.infoForeground": "#82AAFF40", |
| 750 |
"editorOverviewRuler.warningForeground": "#FFCB6B40", |
| 751 |
"editorInfo.foreground": "#82AAFF70", |
| 752 |
"editorWarning.foreground": "#FFCB6B70", |
| 753 |
"editorError.foreground": "#f0717870", |
| 754 |
"editorHoverWidget.border": "#FFFFFF10", |
| 755 |
"titleBar.activeForeground": "#EEFFFF", |
| 756 |
"titleBar.inactiveBackground": "#263238", |
| 757 |
"titleBar.inactiveForeground": "#6c8692", |
| 758 |
"titleBar.border": "#26323860", |
| 759 |
"input.foreground": "#EEFFFF", |
| 760 |
"input.placeholderForeground": "#EEFFFF60", |
| 761 |
"input.border": "#FFFFFF10", |
| 762 |
"inputValidation.errorBorder": "#f07178", |
| 763 |
"inputValidation.infoBorder": "#82AAFF", |
| 764 |
"inputValidation.warningBorder": "#FFCB6B", |
| 765 |
"dropdown.border": "#FFFFFF10", |
| 766 |
"quickInput.background": "#263238", |
| 767 |
"quickInput.foreground": "#6c8692", |
| 768 |
"list.hoverForeground": "#FFFFFF", |
| 769 |
"list.inactiveSelectionForeground": "#80CBC4", |
| 770 |
"quickInput.list.focusBackground": "#EEFFFF20", |
| 771 |
"editorSuggestWidget.background": "#263238", |
| 772 |
"editorSuggestWidget.foreground": "#EEFFFF", |
| 773 |
"editorSuggestWidget.highlightForeground": "#80CBC4", |
| 774 |
"editorSuggestWidget.selectedBackground": "#00000050", |
| 775 |
"editorSuggestWidget.border": "#FFFFFF10", |
| 776 |
"diffEditor.insertedTextBackground": "#89DDFF20", |
| 777 |
"diffEditor.removedTextBackground": "#ff9cac20", |
| 778 |
"notifications.background": "#263238", |
| 779 |
"notifications.foreground": "#EEFFFF", |
| 780 |
"notificationLink.foreground": "#80CBC4", |
| 781 |
"extensionButton.prominentBackground": "#C3E88D90", |
| 782 |
"extensionButton.prominentHoverBackground": "#C3E88D", |
| 783 |
"extensionButton.prominentForeground": "#EEFFFF", |
| 784 |
"peekViewEditorGutter.background": "#EEFFFF05", |
| 785 |
"peekViewTitleDescription.foreground": "#EEFFFF60", |
| 786 |
"peekViewResult.matchHighlightBackground": "#80CBC420", |
| 787 |
"peekViewEditor.matchHighlightBackground": "#80CBC420", |
| 788 |
"peekViewResult.selectionBackground": "#6c869270", |
| 789 |
"gitDecoration.deletedResourceForeground": "#f0717890", |
| 790 |
"gitDecoration.conflictingResourceForeground": "#FFCB6B90", |
| 791 |
"gitDecoration.modifiedResourceForeground": "#82AAFF90", |
| 792 |
"gitDecoration.untrackedResourceForeground": "#C3E88D90", |
| 793 |
"gitDecoration.ignoredResourceForeground": "#6c869290", |
| 794 |
"breadcrumb.background": "#263238", |
| 795 |
"breadcrumb.foreground": "#6c8692", |
| 796 |
"breadcrumb.focusForeground": "#EEFFFF", |
| 797 |
"breadcrumb.activeSelectionForeground": "#80CBC4", |
| 798 |
"breadcrumbPicker.background": "#263238", |
| 799 |
"menu.background": "#263238", |
| 800 |
"menu.foreground": "#EEFFFF", |
| 801 |
"menu.selectionBackground": "#00000050", |
| 802 |
"menu.selectionForeground": "#80CBC4", |
| 803 |
"menu.selectionBorder": "#00000030", |
| 804 |
"menu.separatorBackground": "#EEFFFF", |
| 805 |
"menubar.selectionBackground": "#00000030", |
| 806 |
"menubar.selectionForeground": "#80CBC4", |
| 807 |
"menubar.selectionBorder": "#00000030", |
| 808 |
"settings.dropdownForeground": "#EEFFFF", |
| 809 |
"settings.dropdownBackground": "#263238", |
| 810 |
"settings.numberInputForeground": "#EEFFFF", |
| 811 |
"settings.numberInputBackground": "#263238", |
| 812 |
"settings.textInputForeground": "#EEFFFF", |
| 813 |
"settings.textInputBackground": "#263238", |
| 814 |
"settings.headerForeground": "#80CBC4", |
| 815 |
"settings.modifiedItemIndicator": "#80CBC4", |
| 816 |
"settings.checkboxBackground": "#263238", |
| 817 |
"settings.checkboxForeground": "#EEFFFF", |
| 818 |
"listFilterWidget.background": "#00000030", |
| 819 |
"listFilterWidget.outline": "#00000030", |
| 820 |
"listFilterWidget.noMatchesOutline": "#00000030" |
| 821 |
} |
| 822 |
} |
| 823 |
|