github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/docs/.vscext/Equinusocio.vsc-material-theme/extension/out/themes/Material-Theme-Lighter-High-Contrast.json (about) 1 { 2 "name": "Material-Theme-Lighter-High-Contrast", 3 "type": "light", 4 "tokenColors": [ 5 { 6 "settings": { 7 "background": "#FFFFFF", 8 "foreground": "#FFFFFF" 9 } 10 }, 11 { 12 "name": "Comment", 13 "scope": [ 14 "comment", 15 "punctuation.definition.comment", 16 "string.quoted.docstring" 17 ], 18 "settings": { 19 "fontStyle": "italic", 20 "foreground": "#90A4AE" 21 } 22 }, 23 { 24 "name": "Variables", 25 "scope": [ 26 "variable", 27 "string constant.other.placeholder" 28 ], 29 "settings": { 30 "foreground": "#90A4AE" 31 } 32 }, 33 { 34 "name": "PHP Constants", 35 "scope": [ 36 "constant.other.php" 37 ], 38 "settings": { 39 "foreground": "#FFB62C" 40 } 41 }, 42 { 43 "name": "Colors", 44 "scope": [ 45 "constant.other.color" 46 ], 47 "settings": { 48 "foreground": "#FFFFFF" 49 } 50 }, 51 { 52 "name": "Invalid", 53 "scope": [ 54 "invalid", 55 "invalid.illegal" 56 ], 57 "settings": { 58 "foreground": "#E53935" 59 } 60 }, 61 { 62 "name": "Invalid deprecated", 63 "scope": [ 64 "invalid.deprecated" 65 ], 66 "settings": { 67 "foreground": "#7C4DFF" 68 } 69 }, 70 { 71 "name": "Keyword, Storage", 72 "scope": [ 73 "keyword", 74 "storage.type", 75 "storage.modifier" 76 ], 77 "settings": { 78 "foreground": "#7C4DFF" 79 } 80 }, 81 { 82 "name": "Keyword, Storage", 83 "scope": [ 84 "Keyword", 85 "Storage" 86 ], 87 "settings": { 88 "fontStyle": "italic" 89 } 90 }, 91 { 92 "name": "Operator, Misc", 93 "scope": [ 94 "keyword.control", 95 "constant.other.color", 96 "punctuation.definition.tag", 97 "punctuation", 98 "punctuation.separator.inheritance.php", 99 "punctuation.definition.tag.html", 100 "punctuation.definition.tag.begin.html", 101 "punctuation.definition.tag.end.html", 102 "punctuation.section.embedded", 103 "keyword.other.template", 104 "keyword.other.substitution" 105 ], 106 "settings": { 107 "foreground": "#39ADB5" 108 } 109 }, 110 { 111 "name": "Keyword Control", 112 "scope": [ 113 "keyword.control" 114 ], 115 "settings": { 116 "fontStyle": "italic" 117 } 118 }, 119 { 120 "name": "Tag", 121 "scope": [ 122 "entity.name.tag", 123 "meta.tag.sgml", 124 "markup.deleted.git_gutter" 125 ], 126 "settings": { 127 "foreground": "#FF5370" 128 } 129 }, 130 { 131 "name": "Function, Special Method", 132 "scope": [ 133 "entity.name.function", 134 "variable.function", 135 "support.function", 136 "keyword.other.special-method" 137 ], 138 "settings": { 139 "foreground": "#6182B8" 140 } 141 }, 142 { 143 "name": "C-related Block Level Variables", 144 "scope": [ 145 "source.cpp meta.block variable.other" 146 ], 147 "settings": { 148 "foreground": "#FF5370" 149 } 150 }, 151 { 152 "name": "Variables constant", 153 "scope": [ 154 "variable.other.constant" 155 ], 156 "settings": { 157 "foreground": "#FF5370" 158 } 159 }, 160 { 161 "name": "Other Variable, String Link", 162 "scope": [ 163 "support.other.variable", 164 "string.other.link" 165 ], 166 "settings": { 167 "foreground": "#FF5370" 168 } 169 }, 170 { 171 "name": "Number, Constant, Function Argument, Tag Attribute, Embedded", 172 "scope": [ 173 "constant.numeric", 174 "constant.language", 175 "support.constant", 176 "constant.character", 177 "constant.escape", 178 "keyword.other.unit", 179 "keyword.other" 180 ], 181 "settings": { 182 "foreground": "#F76D47" 183 } 184 }, 185 { 186 "name": "Number, Constant, Function Argument, Tag Attribute, Embedded", 187 "scope": [ 188 "variable.parameter.function.language.special", 189 "variable.parameter" 190 ], 191 "settings": { 192 "foreground": "#E53935" 193 } 194 }, 195 { 196 "name": "String, Symbols, Inherited Class, Markup Heading", 197 "scope": [ 198 "string", 199 "constant.other.symbol", 200 "constant.other.key", 201 "entity.other.inherited-class", 202 "markup.heading", 203 "markup.inserted.git_gutter", 204 "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js" 205 ], 206 "settings": { 207 "fontStyle": "normal", 208 "foreground": "#91B859" 209 } 210 }, 211 { 212 "name": "Class, Support", 213 "scope": [ 214 "entity.name", 215 "support.type", 216 "support.class", 217 "support.orther.namespace.use.php", 218 "meta.use.php", 219 "support.other.namespace.php", 220 "markup.changed.git_gutter", 221 "support.type.sys-types" 222 ], 223 "settings": { 224 "foreground": "#FFB62C" 225 } 226 }, 227 { 228 "name": "Entity Types", 229 "scope": [ 230 "support.type" 231 ], 232 "settings": { 233 "foreground": "#8796B0" 234 } 235 }, 236 { 237 "name": "CSS Class and Support", 238 "scope": [ 239 "source.css support.type.property-name", 240 "source.sass support.type.property-name", 241 "source.scss support.type.property-name", 242 "source.less support.type.property-name", 243 "source.stylus support.type.property-name", 244 "source.postcss support.type.property-name" 245 ], 246 "settings": { 247 "foreground": "#8796B0" 248 } 249 }, 250 { 251 "name": "Sub-methods", 252 "scope": [ 253 "entity.name.module.js", 254 "variable.import.parameter.js", 255 "variable.other.class.js" 256 ], 257 "settings": { 258 "foreground": "#E53935" 259 } 260 }, 261 { 262 "name": "Language methods", 263 "scope": [ 264 "variable.language" 265 ], 266 "settings": { 267 "fontStyle": "italic", 268 "foreground": "#E53935" 269 } 270 }, 271 { 272 "name": "entity.name.method.js", 273 "scope": [ 274 "entity.name.method.js" 275 ], 276 "settings": { 277 "fontStyle": "italic", 278 "foreground": "#6182B8" 279 } 280 }, 281 { 282 "name": "meta.method.js", 283 "scope": [ 284 "meta.class-method.js entity.name.function.js", 285 "variable.function.constructor" 286 ], 287 "settings": { 288 "foreground": "#6182B8" 289 } 290 }, 291 { 292 "name": "Attributes", 293 "scope": [ 294 "entity.other.attribute-name" 295 ], 296 "settings": { 297 "fontStyle": "italic", 298 "foreground": "#7C4DFF" 299 } 300 }, 301 { 302 "name": "CSS Classes", 303 "scope": [ 304 "entity.other.attribute-name.class" 305 ], 306 "settings": { 307 "foreground": "#FFB62C" 308 } 309 }, 310 { 311 "name": "CSS ID's", 312 "scope": [ 313 "source.sass keyword.control" 314 ], 315 "settings": { 316 "foreground": "#6182B8" 317 } 318 }, 319 { 320 "name": "Inserted", 321 "scope": [ 322 "markup.inserted" 323 ], 324 "settings": { 325 "foreground": "#91B859" 326 } 327 }, 328 { 329 "name": "Deleted", 330 "scope": [ 331 "markup.deleted" 332 ], 333 "settings": { 334 "foreground": "#E53935" 335 } 336 }, 337 { 338 "name": "Changed", 339 "scope": [ 340 "markup.changed" 341 ], 342 "settings": { 343 "foreground": "#7C4DFF" 344 } 345 }, 346 { 347 "name": "Regular Expressions", 348 "scope": [ 349 "string.regexp" 350 ], 351 "settings": { 352 "foreground": "#39ADB5" 353 } 354 }, 355 { 356 "name": "Escape Characters", 357 "scope": [ 358 "constant.character.escape" 359 ], 360 "settings": { 361 "foreground": "#39ADB5" 362 } 363 }, 364 { 365 "name": "URL", 366 "scope": [ 367 "*url*", 368 "*link*", 369 "*uri*" 370 ], 371 "settings": { 372 "fontStyle": "underline" 373 } 374 }, 375 { 376 "name": "Decorators", 377 "scope": [ 378 "tag.decorator.js entity.name.tag.js", 379 "tag.decorator.js punctuation.definition.tag.js" 380 ], 381 "settings": { 382 "fontStyle": "italic", 383 "foreground": "#6182B8" 384 } 385 }, 386 { 387 "name": "ES7 Bind Operator", 388 "scope": [ 389 "source.js constant.other.object.key.js string.unquoted.label.js" 390 ], 391 "settings": { 392 "fontStyle": "italic", 393 "foreground": "#E53935" 394 } 395 }, 396 { 397 "name": "JSON Key - Level 0", 398 "scope": [ 399 "source.json meta.structure.dictionary.json support.type.property-name.json" 400 ], 401 "settings": { 402 "foreground": "#7C4DFF" 403 } 404 }, 405 { 406 "name": "JSON Key - Level 1", 407 "scope": [ 408 "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" 409 ], 410 "settings": { 411 "foreground": "#FFB62C" 412 } 413 }, 414 { 415 "name": "JSON Key - Level 2", 416 "scope": [ 417 "source.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" 418 ], 419 "settings": { 420 "foreground": "#F76D47" 421 } 422 }, 423 { 424 "name": "JSON Key - Level 3", 425 "scope": [ 426 "source.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" 427 ], 428 "settings": { 429 "foreground": "#E53935" 430 } 431 }, 432 { 433 "name": "JSON Key - Level 4", 434 "scope": [ 435 "source.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" 436 ], 437 "settings": { 438 "foreground": "#C17E70" 439 } 440 }, 441 { 442 "name": "JSON Key - Level 5", 443 "scope": [ 444 "source.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" 445 ], 446 "settings": { 447 "foreground": "#6182B8" 448 } 449 }, 450 { 451 "name": "JSON Key - Level 6", 452 "scope": [ 453 "source.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" 454 ], 455 "settings": { 456 "foreground": "#FF5370" 457 } 458 }, 459 { 460 "name": "JSON Key - Level 7", 461 "scope": [ 462 "source.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" 463 ], 464 "settings": { 465 "foreground": "#7C4DFF" 466 } 467 }, 468 { 469 "name": "JSON Key - Level 8", 470 "scope": [ 471 "source.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 meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" 472 ], 473 "settings": { 474 "foreground": "#91B859" 475 } 476 }, 477 { 478 "name": "Markdown - Plain", 479 "scope": [ 480 "text.html.markdown", 481 "punctuation.definition.list_item.markdown" 482 ], 483 "settings": { 484 "foreground": "#90A4AE" 485 } 486 }, 487 { 488 "name": "Markdown - Markup Raw Inline", 489 "scope": [ 490 "text.html.markdown markup.inline.raw.markdown" 491 ], 492 "settings": { 493 "foreground": "#7C4DFF" 494 } 495 }, 496 { 497 "name": "Markdown - Markup Raw Inline Punctuation", 498 "scope": [ 499 "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" 500 ], 501 "settings": { 502 "foreground": "#E7EAEC" 503 } 504 }, 505 { 506 "name": "Markdown - Line Break", 507 "scope": [ 508 "text.html.markdown meta.dummy.line-break" 509 ], 510 "settings": { 511 "foreground": "" 512 } 513 }, 514 { 515 "name": "Markdown - Heading", 516 "scope": [ 517 "markdown.heading", 518 "markup.heading | markup.heading entity.name", 519 "markup.heading.markdown punctuation.definition.heading.markdown" 520 ], 521 "settings": { 522 "foreground": "#91B859" 523 } 524 }, 525 { 526 "name": "Markup - Italic", 527 "scope": [ 528 "markup.italic" 529 ], 530 "settings": { 531 "fontStyle": "italic", 532 "foreground": "#FF5370" 533 } 534 }, 535 { 536 "name": "Markup - Bold", 537 "scope": [ 538 "markup.bold", 539 "markup.bold string" 540 ], 541 "settings": { 542 "fontStyle": "bold", 543 "foreground": "#FF5370" 544 } 545 }, 546 { 547 "name": "Markup - Bold-Italic", 548 "scope": [ 549 "markup.bold markup.italic", 550 "markup.italic markup.bold", 551 "markup.quote markup.bold", 552 "markup.bold markup.italic string", 553 "markup.italic markup.bold string", 554 "markup.quote markup.bold string" 555 ], 556 "settings": { 557 "fontStyle": "bold", 558 "foreground": "#FF5370" 559 } 560 }, 561 { 562 "name": "Markup - Underline", 563 "scope": [ 564 "markup.underline" 565 ], 566 "settings": { 567 "fontStyle": "underline", 568 "foreground": "#F76D47" 569 } 570 }, 571 { 572 "name": "Markup - Strike", 573 "scope": [ 574 "markup.strike" 575 ], 576 "settings": { 577 "fontStyle": "strike", 578 "foreground": "" 579 } 580 }, 581 { 582 "name": "Markdown - Blockquote", 583 "scope": [ 584 "markup.quote punctuation.definition.blockquote.markdown" 585 ], 586 "settings": { 587 "foreground": "#E7EAEC" 588 } 589 }, 590 { 591 "name": "Markup - Quote", 592 "scope": [ 593 "markup.quote" 594 ], 595 "settings": { 596 "fontStyle": "italic", 597 "foreground": "" 598 } 599 }, 600 { 601 "name": "Markdown - Link", 602 "scope": [ 603 "string.other.link.title.markdown" 604 ], 605 "settings": { 606 "foreground": "#6182B8" 607 } 608 }, 609 { 610 "name": "Markdown - Link Description", 611 "scope": [ 612 "string.other.link.description.title.markdown" 613 ], 614 "settings": { 615 "foreground": "#7C4DFF" 616 } 617 }, 618 { 619 "name": "Markdown - Link Anchor", 620 "scope": [ 621 "constant.other.reference.link.markdown" 622 ], 623 "settings": { 624 "foreground": "#FFB62C" 625 } 626 }, 627 { 628 "name": "Markup - Raw Block", 629 "scope": [ 630 "markup.raw.block" 631 ], 632 "settings": { 633 "foreground": "#7C4DFF" 634 } 635 }, 636 { 637 "name": "Markdown - Fenced Bode Block Variable", 638 "scope": [ 639 "markup.fenced_code.block.markdown", 640 "markup.inline.raw.string.markdown" 641 ], 642 "settings": { 643 "foreground": "#90A4AE90" 644 } 645 }, 646 { 647 "name": "Markdown - Fenced Language", 648 "scope": [ 649 "variable.language.fenced.markdown" 650 ], 651 "settings": { 652 "foreground": "#E7EAEC" 653 } 654 }, 655 { 656 "name": "Markdown - Separator", 657 "scope": [ 658 "meta.separator" 659 ], 660 "settings": { 661 "fontStyle": "bold", 662 "foreground": "#E7EAEC" 663 } 664 }, 665 { 666 "name": "Markup - Table", 667 "scope": [ 668 "markup.table" 669 ], 670 "settings": { 671 "foreground": "#90A4AE" 672 } 673 } 674 ], 675 "colors": { 676 "focusBorder": "#FFFFFF00", 677 "editorCursor.foreground": "#272727", 678 "editorRuler.foreground": "#B0BEC5", 679 "scrollbar.shadow": "#FFFFFF00", 680 "editorLink.activeForeground": "#90A4AE", 681 "selection.background": "#80CBC4", 682 "progressBar.background": "#80CBC4", 683 "textLink.foreground": "#80CBC4", 684 "textLink.activeForeground": "#90A4AE", 685 "widget.shadow": "#00000020", 686 "button.background": "#80CBC440", 687 "debugToolBar.background": "#FFFFFF", 688 "pickerGroup.foreground": "#80CBC4", 689 "inputOption.activeBackground": "#90A4AE30", 690 "inputOption.activeBorder": "#90A4AE30", 691 "editorLineNumber.foreground": "#CFD8DC", 692 "editorLineNumber.activeForeground": "#627883", 693 "editorBracketMatch.border": "#27272750", 694 "editorBracketMatch.background": "#FFFFFF", 695 "editorWhitespace.foreground": "#90A4AE40", 696 "editorOverviewRuler.findMatchForeground": "#80CBC4", 697 "editorOverviewRuler.border": "#FFFFFF", 698 "editorOverviewRuler.errorForeground": "#E5393540", 699 "editorOverviewRuler.infoForeground": "#6182B840", 700 "editorOverviewRuler.warningForeground": "#FFB62C40", 701 "editorInfo.foreground": "#6182B870", 702 "editorWarning.foreground": "#FFB62C70", 703 "editorError.foreground": "#E5393570", 704 "editorHoverWidget.background": "#FFFFFF", 705 "editorHoverWidget.border": "#00000010", 706 "editorIndentGuide.background": "#B0BEC570", 707 "editorIndentGuide.activeBackground": "#B0BEC5", 708 "editorGroupHeader.tabsBackground": "#FFFFFF", 709 "editorGroup.border": "#00000020", 710 "editorGutter.modifiedBackground": "#6182B860", 711 "editorGutter.addedBackground": "#91B85960", 712 "editorGutter.deletedBackground": "#E5393560", 713 "editor.background": "#FFFFFF", 714 "editor.foreground": "#90A4AE", 715 "editor.lineHighlightBackground": "#CCD7DA50", 716 "editor.selectionBackground": "#80CBC440", 717 "editor.selectionHighlightBackground": "#27272720", 718 "editor.findMatchBackground": "#00000040", 719 "editor.findMatchHighlightBackground": "#00000010", 720 "editor.findMatchBorder": "#80CBC4", 721 "editor.findMatchHighlightBorder": "#00000060", 722 "tab.activeBorder": "#80CBC4", 723 "tab.activeModifiedBorder": "#627883", 724 "tab.unfocusedActiveBorder": "#90A4AE", 725 "tab.activeForeground": "#000000", 726 "tab.inactiveForeground": "#627883", 727 "tab.inactiveBackground": "#FFFFFF", 728 "tab.unfocusedActiveForeground": "#90A4AE", 729 "tab.border": "#FFFFFF", 730 "statusBar.noFolderBackground": "#FFFFFF", 731 "statusBar.border": "#CBCBCB60", 732 "statusBar.background": "#FAFAFA", 733 "statusBar.foreground": "#7E939E", 734 "statusBar.debuggingBackground": "#7C4DFF", 735 "statusBar.debuggingForeground": "#FFFFFF", 736 "statusBarItem.hoverBackground": "#90A4AE20", 737 "statusBarItem.remoteForeground": "#000000", 738 "statusBarItem.remoteBackground": "#80CBC4", 739 "activityBar.background": "#FAFAFA", 740 "activityBar.border": "#CBCBCB60", 741 "activityBar.foreground": "#90A4AE", 742 "activityBarBadge.background": "#80CBC4", 743 "activityBarBadge.foreground": "#000000", 744 "titleBar.activeBackground": "#FAFAFA", 745 "titleBar.activeForeground": "#90A4AE", 746 "titleBar.inactiveBackground": "#FAFAFA", 747 "titleBar.inactiveForeground": "#627883", 748 "titleBar.border": "#CBCBCB60", 749 "sideBar.background": "#FAFAFA", 750 "sideBar.foreground": "#627883", 751 "sideBar.border": "#CBCBCB60", 752 "sideBarTitle.foreground": "#90A4AE", 753 "sideBarSectionHeader.background": "#FAFAFA", 754 "sideBarSectionHeader.border": "#CBCBCB60", 755 "input.background": "#EEEEEE", 756 "input.foreground": "#90A4AE", 757 "input.placeholderForeground": "#90A4AE60", 758 "input.border": "#00000010", 759 "inputValidation.errorBorder": "#E5393550", 760 "inputValidation.infoBorder": "#6182B850", 761 "inputValidation.warningBorder": "#FFB62C50", 762 "dropdown.background": "#FFFFFF", 763 "dropdown.border": "#00000010", 764 "list.hoverForeground": "#B1C7D3", 765 "list.hoverBackground": "#FAFAFA", 766 "list.activeSelectionBackground": "#FAFAFA", 767 "list.activeSelectionForeground": "#80CBC4", 768 "list.inactiveSelectionForeground": "#80CBC4", 769 "list.inactiveSelectionBackground": "#CCD7DA50", 770 "list.focusBackground": "#90A4AE20", 771 "list.focusForeground": "#90A4AE", 772 "list.highlightForeground": "#80CBC4", 773 "terminal.ansiWhite": "#FFFFFF", 774 "terminal.ansiBlack": "#000000", 775 "terminal.ansiBlue": "#6182B8", 776 "terminal.ansiCyan": "#39ADB5", 777 "terminal.ansiGreen": "#91B859", 778 "terminal.ansiMagenta": "#7C4DFF", 779 "terminal.ansiRed": "#E53935", 780 "terminal.ansiYellow": "#FFB62C", 781 "terminal.ansiBrightWhite": "#FFFFFF", 782 "terminal.ansiBrightBlack": "#90A4AE", 783 "terminal.ansiBrightBlue": "#6182B8", 784 "terminal.ansiBrightCyan": "#39ADB5", 785 "terminal.ansiBrightGreen": "#91B859", 786 "terminal.ansiBrightMagenta": "#7C4DFF", 787 "terminal.ansiBrightRed": "#E53935", 788 "terminal.ansiBrightYellow": "#FFB62C", 789 "terminalCursor.foreground": "#FFB62C", 790 "terminalCursor.background": "#000000", 791 "scrollbarSlider.background": "#90A4AE20", 792 "scrollbarSlider.hoverBackground": "#90A4AE10", 793 "scrollbarSlider.activeBackground": "#80CBC4", 794 "editorSuggestWidget.background": "#FFFFFF", 795 "editorSuggestWidget.foreground": "#90A4AE", 796 "editorSuggestWidget.highlightForeground": "#80CBC4", 797 "editorSuggestWidget.selectedBackground": "#CCD7DA50", 798 "editorSuggestWidget.border": "#00000010", 799 "editorWidget.background": "#FAFAFA", 800 "editorWidget.resizeBorder": "#80CBC4", 801 "editorWidget.border": "", 802 "editorMarkerNavigation.background": "#90A4AE05", 803 "panel.border": "#CBCBCB60", 804 "panel.background": "#FAFAFA", 805 "panel.dropBackground": "#90A4AE", 806 "panelTitle.inactiveForeground": "#90A4AE", 807 "panelTitle.activeForeground": "#000000", 808 "panelTitle.activeBorder": "#80CBC4", 809 "diffEditor.insertedTextBackground": "#91B85915", 810 "diffEditor.removedTextBackground": "#E5393520", 811 "notifications.background": "#FFFFFF", 812 "notifications.foreground": "#90A4AE", 813 "notificationLink.foreground": "#80CBC4", 814 "badge.background": "#CCD7DA30", 815 "badge.foreground": "#90A4AE", 816 "extensionButton.prominentBackground": "#91B85990", 817 "extensionButton.prominentHoverBackground": "#91B859", 818 "peekView.border": "#00000020", 819 "peekViewEditor.background": "#90A4AE05", 820 "peekViewTitle.background": "#90A4AE05", 821 "peekViewResult.background": "#90A4AE05", 822 "peekViewEditorGutter.background": "#90A4AE05", 823 "peekViewTitleDescription.foreground": "#90A4AE60", 824 "peekViewResult.matchHighlightBackground": "#80CBC440", 825 "peekViewEditor.matchHighlightBackground": "#80CBC440", 826 "gitDecoration.deletedResourceForeground": "#E5393590", 827 "gitDecoration.conflictingResourceForeground": "#FFB62C90", 828 "gitDecoration.modifiedResourceForeground": "#6182B890", 829 "gitDecoration.untrackedResourceForeground": "#91B85990", 830 "gitDecoration.ignoredResourceForeground": "#62788390", 831 "peekViewResult.selectionBackground": "#62788370", 832 "breadcrumb.background": "#FFFFFF", 833 "breadcrumb.foreground": "#627883", 834 "breadcrumb.focusForeground": "#90A4AE", 835 "breadcrumb.activeSelectionForeground": "#80CBC4", 836 "breadcrumbPicker.background": "#FAFAFA", 837 "menu.background": "#FFFFFF", 838 "menu.foreground": "#90A4AE", 839 "menu.selectionBackground": "#CCD7DA50", 840 "menu.selectionForeground": "#80CBC4", 841 "menu.selectionBorder": "#CCD7DA50", 842 "menu.separatorBackground": "#90A4AE", 843 "menubar.selectionBackground": "#CCD7DA50", 844 "menubar.selectionForeground": "#80CBC4", 845 "menubar.selectionBorder": "#CCD7DA50", 846 "settings.dropdownForeground": "#90A4AE", 847 "settings.dropdownBackground": "#FAFAFA", 848 "settings.numberInputForeground": "#90A4AE", 849 "settings.numberInputBackground": "#FAFAFA", 850 "settings.textInputForeground": "#90A4AE", 851 "settings.textInputBackground": "#FAFAFA", 852 "settings.headerForeground": "#80CBC4", 853 "settings.modifiedItemIndicator": "#80CBC4", 854 "settings.checkboxBackground": "#FAFAFA", 855 "settings.checkboxForeground": "#90A4AE", 856 "listFilterWidget.background": "#CCD7DA50", 857 "listFilterWidget.outline": "#CCD7DA50", 858 "listFilterWidget.noMatchesOutline": "#CCD7DA50", 859 "tree.indentGuidesStroke": "#B0BEC5" 860 } 861 }