github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/docs/.vscext/Equinusocio.vsc-material-theme/extension/out/themes/Material-Theme-Darker-High-Contrast.json (about)

     1  {
     2    "name": "Material-Theme-Darker-High-Contrast",
     3    "type": "dark",
     4    "tokenColors": [
     5      {
     6        "settings": {
     7          "background": "#212121",
     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": "#4A4A4A"
    21        }
    22      },
    23      {
    24        "name": "Variables",
    25        "scope": [
    26          "variable",
    27          "string constant.other.placeholder"
    28        ],
    29        "settings": {
    30          "foreground": "#EEFFFF"
    31        }
    32      },
    33      {
    34        "name": "PHP Constants",
    35        "scope": [
    36          "constant.other.php"
    37        ],
    38        "settings": {
    39          "foreground": "#FFCB6B"
    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": "#FF5370"
    59        }
    60      },
    61      {
    62        "name": "Invalid deprecated",
    63        "scope": [
    64          "invalid.deprecated"
    65        ],
    66        "settings": {
    67          "foreground": "#C792EA"
    68        }
    69      },
    70      {
    71        "name": "Keyword, Storage",
    72        "scope": [
    73          "keyword",
    74          "storage.type",
    75          "storage.modifier"
    76        ],
    77        "settings": {
    78          "foreground": "#C792EA"
    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": "#89DDFF"
   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": "#f07178"
   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": "#82AAFF"
   140        }
   141      },
   142      {
   143        "name": "C-related Block Level Variables",
   144        "scope": [
   145          "source.cpp meta.block variable.other"
   146        ],
   147        "settings": {
   148          "foreground": "#f07178"
   149        }
   150      },
   151      {
   152        "name": "Variables constant",
   153        "scope": [
   154          "variable.other.constant"
   155        ],
   156        "settings": {
   157          "foreground": "#f07178"
   158        }
   159      },
   160      {
   161        "name": "Other Variable, String Link",
   162        "scope": [
   163          "support.other.variable",
   164          "string.other.link"
   165        ],
   166        "settings": {
   167          "foreground": "#f07178"
   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": "#F78C6C"
   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": "#FF5370"
   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": "#C3E88D"
   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": "#FFCB6B"
   225        }
   226      },
   227      {
   228        "name": "Entity Types",
   229        "scope": [
   230          "support.type"
   231        ],
   232        "settings": {
   233          "foreground": "#B2CCD6"
   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": "#B2CCD6"
   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": "#FF5370"
   259        }
   260      },
   261      {
   262        "name": "Language methods",
   263        "scope": [
   264          "variable.language"
   265        ],
   266        "settings": {
   267          "fontStyle": "italic",
   268          "foreground": "#FF5370"
   269        }
   270      },
   271      {
   272        "name": "entity.name.method.js",
   273        "scope": [
   274          "entity.name.method.js"
   275        ],
   276        "settings": {
   277          "fontStyle": "italic",
   278          "foreground": "#82AAFF"
   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": "#82AAFF"
   289        }
   290      },
   291      {
   292        "name": "Attributes",
   293        "scope": [
   294          "entity.other.attribute-name"
   295        ],
   296        "settings": {
   297          "fontStyle": "italic",
   298          "foreground": "#C792EA"
   299        }
   300      },
   301      {
   302        "name": "CSS Classes",
   303        "scope": [
   304          "entity.other.attribute-name.class"
   305        ],
   306        "settings": {
   307          "foreground": "#FFCB6B"
   308        }
   309      },
   310      {
   311        "name": "CSS ID's",
   312        "scope": [
   313          "source.sass keyword.control"
   314        ],
   315        "settings": {
   316          "foreground": "#82AAFF"
   317        }
   318      },
   319      {
   320        "name": "Inserted",
   321        "scope": [
   322          "markup.inserted"
   323        ],
   324        "settings": {
   325          "foreground": "#C3E88D"
   326        }
   327      },
   328      {
   329        "name": "Deleted",
   330        "scope": [
   331          "markup.deleted"
   332        ],
   333        "settings": {
   334          "foreground": "#FF5370"
   335        }
   336      },
   337      {
   338        "name": "Changed",
   339        "scope": [
   340          "markup.changed"
   341        ],
   342        "settings": {
   343          "foreground": "#C792EA"
   344        }
   345      },
   346      {
   347        "name": "Regular Expressions",
   348        "scope": [
   349          "string.regexp"
   350        ],
   351        "settings": {
   352          "foreground": "#89DDFF"
   353        }
   354      },
   355      {
   356        "name": "Escape Characters",
   357        "scope": [
   358          "constant.character.escape"
   359        ],
   360        "settings": {
   361          "foreground": "#89DDFF"
   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": "#82AAFF"
   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": "#FF5370"
   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": "#C792EA"
   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": "#FFCB6B"
   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": "#F78C6C"
   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": "#FF5370"
   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": "#82AAFF"
   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": "#f07178"
   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": "#C792EA"
   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": "#C3E88D"
   475        }
   476      },
   477      {
   478        "name": "Markdown - Plain",
   479        "scope": [
   480          "text.html.markdown",
   481          "punctuation.definition.list_item.markdown"
   482        ],
   483        "settings": {
   484          "foreground": "#EEFFFF"
   485        }
   486      },
   487      {
   488        "name": "Markdown - Markup Raw Inline",
   489        "scope": [
   490          "text.html.markdown markup.inline.raw.markdown"
   491        ],
   492        "settings": {
   493          "foreground": "#C792EA"
   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": "#65737E"
   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": "#C3E88D"
   523        }
   524      },
   525      {
   526        "name": "Markup - Italic",
   527        "scope": [
   528          "markup.italic"
   529        ],
   530        "settings": {
   531          "fontStyle": "italic",
   532          "foreground": "#f07178"
   533        }
   534      },
   535      {
   536        "name": "Markup - Bold",
   537        "scope": [
   538          "markup.bold",
   539          "markup.bold string"
   540        ],
   541        "settings": {
   542          "fontStyle": "bold",
   543          "foreground": "#f07178"
   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": "#f07178"
   559        }
   560      },
   561      {
   562        "name": "Markup - Underline",
   563        "scope": [
   564          "markup.underline"
   565        ],
   566        "settings": {
   567          "fontStyle": "underline",
   568          "foreground": "#F78C6C"
   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": "#65737E"
   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": "#82AAFF"
   607        }
   608      },
   609      {
   610        "name": "Markdown - Link Description",
   611        "scope": [
   612          "string.other.link.description.title.markdown"
   613        ],
   614        "settings": {
   615          "foreground": "#C792EA"
   616        }
   617      },
   618      {
   619        "name": "Markdown - Link Anchor",
   620        "scope": [
   621          "constant.other.reference.link.markdown"
   622        ],
   623        "settings": {
   624          "foreground": "#FFCB6B"
   625        }
   626      },
   627      {
   628        "name": "Markup - Raw Block",
   629        "scope": [
   630          "markup.raw.block"
   631        ],
   632        "settings": {
   633          "foreground": "#C792EA"
   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": "#EEFFFF90"
   644        }
   645      },
   646      {
   647        "name": "Markdown - Fenced Language",
   648        "scope": [
   649          "variable.language.fenced.markdown"
   650        ],
   651        "settings": {
   652          "foreground": "#65737E"
   653        }
   654      },
   655      {
   656        "name": "Markdown - Separator",
   657        "scope": [
   658          "meta.separator"
   659        ],
   660        "settings": {
   661          "fontStyle": "bold",
   662          "foreground": "#65737E"
   663        }
   664      },
   665      {
   666        "name": "Markup - Table",
   667        "scope": [
   668          "markup.table"
   669        ],
   670        "settings": {
   671          "foreground": "#EEFFFF"
   672        }
   673      }
   674    ],
   675    "colors": {
   676      "focusBorder": "#FFFFFF00",
   677      "editorCursor.foreground": "#FFCC00",
   678      "editorRuler.foreground": "#424242",
   679      "scrollbar.shadow": "#21212100",
   680      "editorLink.activeForeground": "#EEFFFF",
   681      "selection.background": "#80CBC4",
   682      "progressBar.background": "#80CBC4",
   683      "textLink.foreground": "#80CBC4",
   684      "textLink.activeForeground": "#EEFFFF",
   685      "widget.shadow": "#00000030",
   686      "button.background": "#61616150",
   687      "debugToolBar.background": "#212121",
   688      "pickerGroup.foreground": "#80CBC4",
   689      "inputOption.activeBackground": "#EEFFFF30",
   690      "inputOption.activeBorder": "#EEFFFF30",
   691      "editorLineNumber.foreground": "#424242",
   692      "editorLineNumber.activeForeground": "#848484",
   693      "editorBracketMatch.border": "#FFCC0050",
   694      "editorBracketMatch.background": "#212121",
   695      "editorWhitespace.foreground": "#EEFFFF40",
   696      "editorOverviewRuler.findMatchForeground": "#80CBC4",
   697      "editorOverviewRuler.border": "#212121",
   698      "editorOverviewRuler.errorForeground": "#FF537040",
   699      "editorOverviewRuler.infoForeground": "#82AAFF40",
   700      "editorOverviewRuler.warningForeground": "#FFCB6B40",
   701      "editorInfo.foreground": "#82AAFF70",
   702      "editorWarning.foreground": "#FFCB6B70",
   703      "editorError.foreground": "#FF537070",
   704      "editorHoverWidget.background": "#212121",
   705      "editorHoverWidget.border": "#FFFFFF10",
   706      "editorIndentGuide.background": "#42424270",
   707      "editorIndentGuide.activeBackground": "#424242",
   708      "editorGroupHeader.tabsBackground": "#212121",
   709      "editorGroup.border": "#00000030",
   710      "editorGutter.modifiedBackground": "#82AAFF60",
   711      "editorGutter.addedBackground": "#C3E88D60",
   712      "editorGutter.deletedBackground": "#FF537060",
   713      "editor.background": "#212121",
   714      "editor.foreground": "#EEFFFF",
   715      "editor.lineHighlightBackground": "#00000050",
   716      "editor.selectionBackground": "#61616150",
   717      "editor.selectionHighlightBackground": "#FFCC0020",
   718      "editor.findMatchBackground": "#000000",
   719      "editor.findMatchHighlightBackground": "#00000050",
   720      "editor.findMatchBorder": "#80CBC4",
   721      "editor.findMatchHighlightBorder": "#ffffff50",
   722      "tab.activeBorder": "#80CBC4",
   723      "tab.activeModifiedBorder": "#848484",
   724      "tab.unfocusedActiveBorder": "#4A4A4A",
   725      "tab.activeForeground": "#FFFFFF",
   726      "tab.inactiveForeground": "#848484",
   727      "tab.inactiveBackground": "#212121",
   728      "tab.unfocusedActiveForeground": "#EEFFFF",
   729      "tab.border": "#212121",
   730      "statusBar.noFolderBackground": "#212121",
   731      "statusBar.border": "#00000060",
   732      "statusBar.background": "#1a1a1a",
   733      "statusBar.foreground": "#616161",
   734      "statusBar.debuggingBackground": "#C792EA",
   735      "statusBar.debuggingForeground": "#ffffff",
   736      "statusBarItem.hoverBackground": "#4A4A4A20",
   737      "statusBarItem.remoteForeground": "#000000",
   738      "statusBarItem.remoteBackground": "#80CBC4",
   739      "activityBar.background": "#1a1a1a",
   740      "activityBar.border": "#00000060",
   741      "activityBar.foreground": "#EEFFFF",
   742      "activityBarBadge.background": "#80CBC4",
   743      "activityBarBadge.foreground": "#000000",
   744      "titleBar.activeBackground": "#1a1a1a",
   745      "titleBar.activeForeground": "#EEFFFF",
   746      "titleBar.inactiveBackground": "#1a1a1a",
   747      "titleBar.inactiveForeground": "#848484",
   748      "titleBar.border": "#00000060",
   749      "sideBar.background": "#1a1a1a",
   750      "sideBar.foreground": "#848484",
   751      "sideBar.border": "#00000060",
   752      "sideBarTitle.foreground": "#EEFFFF",
   753      "sideBarSectionHeader.background": "#1a1a1a",
   754      "sideBarSectionHeader.border": "#00000060",
   755      "input.background": "#2B2B2B",
   756      "input.foreground": "#EEFFFF",
   757      "input.placeholderForeground": "#EEFFFF60",
   758      "input.border": "#FFFFFF10",
   759      "inputValidation.errorBorder": "#FF537050",
   760      "inputValidation.infoBorder": "#82AAFF50",
   761      "inputValidation.warningBorder": "#FFCB6B50",
   762      "dropdown.background": "#212121",
   763      "dropdown.border": "#FFFFFF10",
   764      "list.hoverForeground": "#FFFFFF",
   765      "list.hoverBackground": "#1a1a1a",
   766      "list.activeSelectionBackground": "#1a1a1a",
   767      "list.activeSelectionForeground": "#80CBC4",
   768      "list.inactiveSelectionForeground": "#80CBC4",
   769      "list.inactiveSelectionBackground": "#00000030",
   770      "list.focusBackground": "#EEFFFF20",
   771      "list.focusForeground": "#EEFFFF",
   772      "list.highlightForeground": "#80CBC4",
   773      "terminal.ansiWhite": "#ffffff",
   774      "terminal.ansiBlack": "#000000",
   775      "terminal.ansiBlue": "#82AAFF",
   776      "terminal.ansiCyan": "#89DDFF",
   777      "terminal.ansiGreen": "#C3E88D",
   778      "terminal.ansiMagenta": "#C792EA",
   779      "terminal.ansiRed": "#FF5370",
   780      "terminal.ansiYellow": "#FFCB6B",
   781      "terminal.ansiBrightWhite": "#ffffff",
   782      "terminal.ansiBrightBlack": "#4A4A4A",
   783      "terminal.ansiBrightBlue": "#82AAFF",
   784      "terminal.ansiBrightCyan": "#89DDFF",
   785      "terminal.ansiBrightGreen": "#C3E88D",
   786      "terminal.ansiBrightMagenta": "#C792EA",
   787      "terminal.ansiBrightRed": "#FF5370",
   788      "terminal.ansiBrightYellow": "#FFCB6B",
   789      "terminalCursor.foreground": "#FFCB6B",
   790      "terminalCursor.background": "#000000",
   791      "scrollbarSlider.background": "#EEFFFF20",
   792      "scrollbarSlider.hoverBackground": "#EEFFFF10",
   793      "scrollbarSlider.activeBackground": "#80CBC4",
   794      "editorSuggestWidget.background": "#212121",
   795      "editorSuggestWidget.foreground": "#EEFFFF",
   796      "editorSuggestWidget.highlightForeground": "#80CBC4",
   797      "editorSuggestWidget.selectedBackground": "#00000050",
   798      "editorSuggestWidget.border": "#FFFFFF10",
   799      "editorWidget.background": "#1a1a1a",
   800      "editorWidget.resizeBorder": "#80CBC4",
   801      "editorWidget.border": "",
   802      "editorMarkerNavigation.background": "#EEFFFF05",
   803      "panel.border": "#00000060",
   804      "panel.background": "#1a1a1a",
   805      "panel.dropBackground": "#EEFFFF",
   806      "panelTitle.inactiveForeground": "#EEFFFF",
   807      "panelTitle.activeForeground": "#FFFFFF",
   808      "panelTitle.activeBorder": "#80CBC4",
   809      "diffEditor.insertedTextBackground": "#C3E88D15",
   810      "diffEditor.removedTextBackground": "#FF537020",
   811      "notifications.background": "#212121",
   812      "notifications.foreground": "#EEFFFF",
   813      "notificationLink.foreground": "#80CBC4",
   814      "badge.background": "#00000030",
   815      "badge.foreground": "#4A4A4A",
   816      "extensionButton.prominentBackground": "#C3E88D90",
   817      "extensionButton.prominentHoverBackground": "#C3E88D",
   818      "peekView.border": "#00000030",
   819      "peekViewEditor.background": "#EEFFFF05",
   820      "peekViewTitle.background": "#EEFFFF05",
   821      "peekViewResult.background": "#EEFFFF05",
   822      "peekViewEditorGutter.background": "#EEFFFF05",
   823      "peekViewTitleDescription.foreground": "#EEFFFF60",
   824      "peekViewResult.matchHighlightBackground": "#61616150",
   825      "peekViewEditor.matchHighlightBackground": "#61616150",
   826      "gitDecoration.deletedResourceForeground": "#FF537090",
   827      "gitDecoration.conflictingResourceForeground": "#FFCB6B90",
   828      "gitDecoration.modifiedResourceForeground": "#82AAFF90",
   829      "gitDecoration.untrackedResourceForeground": "#C3E88D90",
   830      "gitDecoration.ignoredResourceForeground": "#84848490",
   831      "peekViewResult.selectionBackground": "#84848470",
   832      "breadcrumb.background": "#212121",
   833      "breadcrumb.foreground": "#848484",
   834      "breadcrumb.focusForeground": "#EEFFFF",
   835      "breadcrumb.activeSelectionForeground": "#80CBC4",
   836      "breadcrumbPicker.background": "#1a1a1a",
   837      "menu.background": "#212121",
   838      "menu.foreground": "#EEFFFF",
   839      "menu.selectionBackground": "#00000050",
   840      "menu.selectionForeground": "#80CBC4",
   841      "menu.selectionBorder": "#00000030",
   842      "menu.separatorBackground": "#EEFFFF",
   843      "menubar.selectionBackground": "#00000030",
   844      "menubar.selectionForeground": "#80CBC4",
   845      "menubar.selectionBorder": "#00000030",
   846      "settings.dropdownForeground": "#EEFFFF",
   847      "settings.dropdownBackground": "#1a1a1a",
   848      "settings.numberInputForeground": "#EEFFFF",
   849      "settings.numberInputBackground": "#1a1a1a",
   850      "settings.textInputForeground": "#EEFFFF",
   851      "settings.textInputBackground": "#1a1a1a",
   852      "settings.headerForeground": "#80CBC4",
   853      "settings.modifiedItemIndicator": "#80CBC4",
   854      "settings.checkboxBackground": "#1a1a1a",
   855      "settings.checkboxForeground": "#EEFFFF",
   856      "listFilterWidget.background": "#00000030",
   857      "listFilterWidget.outline": "#00000030",
   858      "listFilterWidget.noMatchesOutline": "#00000030",
   859      "tree.indentGuidesStroke": "#424242"
   860    }
   861  }