{
  "name": "josh-theme-dark",
  "type": "dark",
  "tokenColors": [
    {
      "settings": {
        "foreground": "#ffffffff",
        "fontStyle": "normal"
      }
    },
    {
      "name": "Comment",
      "scope": [
        "comment",
        "punctuation.definition.comment",
        "string.quoted.docstring"
      ],
      "settings": {
        "foreground": "#6c8a99ff",
        "fontStyle": "italic"
      }
    },
    {
      "name": "Variables",
      "scope": ["variable", "string constant.other.placeholder"],
      "settings": {
        "foreground": "#FFFFFFFF",
        "fontStyle": "normal"
      }
    },
    {
      "name": "PHP Constants",
      "scope": ["constant.other.php"],
      "settings": {
        "foreground": "#FFCB6B"
      }
    },
    {
      "name": "Colors",
      "scope": ["constant.other.color"],
      "settings": {
        "foreground": "#ffffff"
      }
    },
    {
      "name": "Invalid",
      "scope": ["invalid", "invalid.illegal"],
      "settings": {
        "foreground": "#FF5370"
      }
    },
    {
      "name": "Invalid deprecated",
      "scope": ["invalid.deprecated"],
      "settings": {
        "foreground": "#C792EA"
      }
    },
    {
      "name": "Keyword, Storage",
      "scope": ["keyword", "storage.type", "storage.modifier"],
      "settings": {
        "foreground": "#C792EA"
      }
    },
    {
      "name": "Keyword, Storage",
      "scope": ["Keyword", "Storage"],
      "settings": {
        "fontStyle": "italic"
      }
    },
    {
      "name": "Operator, Misc",
      "scope": [
        "keyword.control",
        "constant.other.color",
        "punctuation.definition.tag",
        "punctuation",
        "punctuation.separator.inheritance.php",
        "punctuation.definition.tag.html",
        "punctuation.definition.tag.begin.html",
        "punctuation.definition.tag.end.html",
        "punctuation.section.embedded",
        "keyword.other.template",
        "keyword.other.substitution"
      ],
      "settings": {
        "foreground": "#b9c4d0ff",
        "fontStyle": "normal"
      }
    },
    {
      "name": "Keyword Control",
      "scope": ["keyword.control"],
      "settings": {
        "foreground": "#b88cf2ff"
      }
    },
    {
      "name": "Tag",
      "scope": [
        "entity.name.tag",
        "meta.tag.sgml",
        "markup.deleted.git_gutter"
      ],
      "settings": {
        "foreground": "#ff38a9ff",
        "fontStyle": "normal"
      }
    },
    {
      "name": "Function, Special Method",
      "scope": [
        "entity.name.function",
        "variable.function",
        "support.function",
        "keyword.other.special-method"
      ],
      "settings": {
        "foreground": "#FF38A9FF",
        "fontStyle": "normal italic"
      }
    },
    {
      "name": "C-related Block Level Variables",
      "scope": ["source.cpp meta.block variable.other"],
      "settings": {
        "foreground": "#f07178"
      }
    },
    {
      "name": "Variables constant",
      "scope": ["variable.other.constant"],
      "settings": {
        "foreground": "#ffffffff",
        "fontStyle": "normal"
      }
    },
    {
      "name": "Other Variable, String Link",
      "scope": ["support.other.variable", "string.other.link"],
      "settings": {
        "foreground": "#f07178"
      }
    },
    {
      "name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
      "scope": [
        "constant.numeric",
        "constant.language",
        "support.constant",
        "constant.character",
        "constant.escape",
        "keyword.other.unit",
        "keyword.other"
      ],
      "settings": {
        "foreground": "#b88cf2ff",
        "fontStyle": "normal"
      }
    },
    {
      "name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
      "scope": [
        "variable.parameter.function.language.special",
        "variable.parameter"
      ],
      "settings": {
        "foreground": "#ffffffff",
        "fontStyle": "normal"
      }
    },
    {
      "name": "String, Symbols, Inherited Class, Markup Heading",
      "scope": [
        "string",
        "constant.other.symbol",
        "constant.other.key",
        "entity.other.inherited-class",
        "markup.heading",
        "markup.inserted.git_gutter",
        "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
      ],
      "settings": {
        "foreground": "#ffd500ff",
        "fontStyle": "normal"
      }
    },
    {
      "name": "Class, Support",
      "scope": [
        "entity.name",
        "support.type",
        "support.class",
        "support.orther.namespace.use.php",
        "meta.use.php",
        "support.other.namespace.php",
        "markup.changed.git_gutter",
        "support.type.sys-types"
      ],
      "settings": {
        "foreground": "#ff38a9ff",
        "fontStyle": "normal"
      }
    },
    {
      "name": "Entity Types",
      "scope": ["support.type"],
      "settings": {
        "foreground": "#B2CCD6"
      }
    },
    {
      "name": "CSS Class and Support",
      "scope": [
        "source.css support.type.property-name",
        "source.sass support.type.property-name",
        "source.scss support.type.property-name",
        "source.less support.type.property-name",
        "source.stylus support.type.property-name",
        "source.postcss support.type.property-name"
      ],
      "settings": {
        "foreground": "#a3ffea"
      }
    },
    {
      "name": "Sub-methods",
      "scope": [
        "entity.name.module.js",
        "variable.import.parameter.js",
        "variable.other.class.js"
      ],
      "settings": {
        "foreground": "#FF5370"
      }
    },
    {
      "name": "Language methods",
      "scope": ["variable.language"],
      "settings": {
        "fontStyle": "italic",
        "foreground": "#C792EA"
      }
    },
    {
      "name": "entity.name.method.js",
      "scope": ["entity.name.method.js"],
      "settings": {
        "fontStyle": "italic",
        "foreground": "#82AAFF"
      }
    },
    {
      "name": "meta.method.js",
      "scope": [
        "meta.class-method.js entity.name.function.js",
        "variable.function.constructor"
      ],
      "settings": {
        "foreground": "#82AAFF"
      }
    },
    {
      "name": "Attributes",
      "scope": ["entity.other.attribute-name"],
      "settings": {
        "foreground": "#FF38A9FF"
      }
    },
    {
      "name": "CSS Classes",
      "scope": ["entity.other.attribute-name.class"],
      "settings": {
        "foreground": "#FFCB6B"
      }
    },
    {
      "name": "CSS ID's",
      "scope": ["source.sass keyword.control"],
      "settings": {
        "foreground": "#82AAFF"
      }
    },
    {
      "name": "Inserted",
      "scope": ["markup.inserted"],
      "settings": {
        "foreground": "#C3E88D"
      }
    },
    {
      "name": "Deleted",
      "scope": ["markup.deleted"],
      "settings": {
        "foreground": "#FF5370"
      }
    },
    {
      "name": "Changed",
      "scope": ["markup.changed"],
      "settings": {
        "foreground": "#C792EA"
      }
    },
    {
      "name": "Regular Expressions",
      "scope": ["string.regexp"],
      "settings": {
        "foreground": "#89DDFF"
      }
    },
    {
      "name": "Escape Characters",
      "scope": ["constant.character.escape"],
      "settings": {
        "foreground": "#89DDFF"
      }
    },
    {
      "name": "URL",
      "scope": ["*url*", "*link*", "*uri*"],
      "settings": {
        "fontStyle": "underline"
      }
    },
    {
      "name": "Decorators",
      "scope": [
        "tag.decorator.js entity.name.tag.js",
        "tag.decorator.js punctuation.definition.tag.js"
      ],
      "settings": {
        "fontStyle": "italic",
        "foreground": "#82AAFF"
      }
    },
    {
      "name": "ES7 Bind Operator",
      "scope": [
        "source.js constant.other.object.key.js string.unquoted.label.js"
      ],
      "settings": {
        "fontStyle": "italic",
        "foreground": "#FF5370"
      }
    },
    {
      "name": "JSON Key - Level 0",
      "scope": [
        "source.json meta.structure.dictionary.json support.type.property-name.json"
      ],
      "settings": {
        "foreground": "#C792EA"
      }
    },
    {
      "name": "JSON Key - Level 1",
      "scope": [
        "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
      ],
      "settings": {
        "foreground": "#FFCB6B"
      }
    },
    {
      "name": "JSON Key - Level 2",
      "scope": [
        "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"
      ],
      "settings": {
        "foreground": "#F78C6C"
      }
    },
    {
      "name": "JSON Key - Level 3",
      "scope": [
        "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"
      ],
      "settings": {
        "foreground": "#FF5370"
      }
    },
    {
      "name": "JSON Key - Level 4",
      "scope": [
        "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"
      ],
      "settings": {
        "foreground": "#C17E70"
      }
    },
    {
      "name": "JSON Key - Level 5",
      "scope": [
        "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"
      ],
      "settings": {
        "foreground": "#82AAFF"
      }
    },
    {
      "name": "JSON Key - Level 6",
      "scope": [
        "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"
      ],
      "settings": {
        "foreground": "#f07178"
      }
    },
    {
      "name": "JSON Key - Level 7",
      "scope": [
        "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"
      ],
      "settings": {
        "foreground": "#C792EA"
      }
    },
    {
      "name": "JSON Key - Level 8",
      "scope": [
        "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"
      ],
      "settings": {
        "foreground": "#C3E88D"
      }
    },
    {
      "name": "Markdown - Plain",
      "scope": [
        "text.html.markdown",
        "punctuation.definition.list_item.markdown"
      ],
      "settings": {
        "foreground": "#8F93A2"
      }
    },
    {
      "name": "Markdown - Markup Raw Inline",
      "scope": ["text.html.markdown markup.inline.raw.markdown"],
      "settings": {
        "foreground": "#C792EA"
      }
    },
    {
      "name": "Markdown - Markup Raw Inline Punctuation",
      "scope": [
        "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
      ],
      "settings": {
        "foreground": "#80869E50"
      }
    },
    {
      "name": "Markdown - Line Break",
      "scope": ["text.html.markdown meta.dummy.line-break"],
      "settings": {
        "foreground": ""
      }
    },
    {
      "name": "Markdown - Heading",
      "scope": [
        "markdown.heading",
        "markup.heading | markup.heading entity.name",
        "markup.heading.markdown punctuation.definition.heading.markdown"
      ],
      "settings": {
        "foreground": "#C3E88D"
      }
    },
    {
      "name": "Markup - Italic",
      "scope": ["markup.italic"],
      "settings": {
        "fontStyle": "italic",
        "foreground": "#f07178"
      }
    },
    {
      "name": "Markup - Bold",
      "scope": ["markup.bold", "markup.bold string"],
      "settings": {
        "fontStyle": "bold",
        "foreground": "#f07178"
      }
    },
    {
      "name": "Markup - Bold-Italic",
      "scope": [
        "markup.bold markup.italic",
        "markup.italic markup.bold",
        "markup.quote markup.bold",
        "markup.bold markup.italic string",
        "markup.italic markup.bold string",
        "markup.quote markup.bold string"
      ],
      "settings": {
        "fontStyle": "bold",
        "foreground": "#f07178"
      }
    },
    {
      "name": "Markup - Underline",
      "scope": ["markup.underline"],
      "settings": {
        "fontStyle": "underline",
        "foreground": "#F78C6C"
      }
    },
    {
      "name": "Markup - Strike",
      "scope": ["markup.strike"],
      "settings": {
        "fontStyle": "strike",
        "foreground": ""
      }
    },
    {
      "name": "Markdown - Blockquote",
      "scope": [
        "markup.quote punctuation.definition.blockquote.markdown"
      ],
      "settings": {
        "foreground": "#80869E50"
      }
    },
    {
      "name": "Markup - Quote",
      "scope": ["markup.quote"],
      "settings": {
        "fontStyle": "italic",
        "foreground": ""
      }
    },
    {
      "name": "Markdown - Link",
      "scope": ["string.other.link.title.markdown"],
      "settings": {
        "foreground": "#82AAFF"
      }
    },
    {
      "name": "Markdown - Link Description",
      "scope": ["string.other.link.description.title.markdown"],
      "settings": {
        "foreground": "#C792EA"
      }
    },
    {
      "name": "Markdown - Link Anchor",
      "scope": ["constant.other.reference.link.markdown"],
      "settings": {
        "foreground": "#FFCB6B"
      }
    },
    {
      "name": "Markup - Raw Block",
      "scope": ["markup.raw.block"],
      "settings": {
        "foreground": "#C792EA"
      }
    },
    {
      "name": "Markdown - Fenced Bode Block Variable",
      "scope": [
        "markup.fenced_code.block.markdown",
        "markup.inline.raw.string.markdown"
      ],
      "settings": {
        "foreground": "#8F93A290"
      }
    },
    {
      "name": "Markdown - Fenced Language",
      "scope": ["variable.language.fenced.markdown"],
      "settings": {
        "foreground": "#80869E50"
      }
    },
    {
      "name": "Markdown - Separator",
      "scope": ["meta.separator"],
      "settings": {
        "fontStyle": "bold",
        "foreground": "#80869E50"
      }
    },
    {
      "name": "Markup - Table",
      "scope": ["markup.table"],
      "settings": {
        "foreground": "#8F93A2"
      }
    }
  ],
  "colors": {
    "focusBorder": "#FFFFFF00",
    "editorCursor.foreground": "#FFCC00",
    "editorRuler.foreground": "#3B3F51",
    "scrollbar.shadow": "#0F111A00",
    "editorLink.activeForeground": "#8F93A2",
    "selection.background": "#80CBC4",
    "progressBar.background": "#80CBC4",
    "textLink.foreground": "#80CBC4",
    "textLink.activeForeground": "#8F93A2",
    "widget.shadow": "#00000030",
    "button.background": "#717CB450",
    "debugToolBar.background": "#0F111A",
    "pickerGroup.foreground": "#80CBC4",
    "inputOption.activeBackground": "#8F93A230",
    "inputOption.activeBorder": "#8F93A230",
    "editorLineNumber.foreground": "#3B3F5180",
    "editorLineNumber.activeForeground": "#525975",
    "editorBracketMatch.border": "#FFCC0050",
    "editorBracketMatch.background": "#0F111A",
    "editorWhitespace.foreground": "#8F93A240",
    "editorOverviewRuler.findMatchForeground": "#80CBC4",
    "editorOverviewRuler.border": "#0F111A",
    "editorOverviewRuler.errorForeground": "#FF537040",
    "editorOverviewRuler.infoForeground": "#82AAFF40",
    "editorOverviewRuler.warningForeground": "#FFCB6B40",
    "editorInfo.foreground": "#82AAFF70",
    "editorWarning.foreground": "#FFCB6B70",
    "editorError.foreground": "#FF537070",
    "editorHoverWidget.background": "#0F111A",
    "editorHoverWidget.border": "#FFFFFF10",
    "editorIndentGuide.background": "#3B3F5170",
    "editorIndentGuide.activeBackground": "#3B3F51",
    "editorGroupHeader.tabsBackground": "#0d0f12ff",
    "editorGroup.border": "#00000030",
    "editorGutter.modifiedBackground": "#82AAFF60",
    "editorGutter.addedBackground": "#C3E88D60",
    "editorGutter.deletedBackground": "#FF537060",
    "editor.background": "#0d0f1200",
    "editor.foreground": "#8F93A2",
    "editor.lineHighlightBackground": "#00000050",
    "editor.selectionBackground": "#717CB450",
    "editor.selectionHighlightBackground": "#FFCC0020",
    "editor.findMatchBackground": "#000000",
    "editor.findMatchHighlightBackground": "#00000050",
    "editor.findMatchBorder": "#80CBC4",
    "editor.findMatchHighlightBorder": "#ffffff30",
    "tab.activeBorder": "#ffd500ff",
    "tab.activeModifiedBorder": "#525975",
    "tab.unfocusedActiveBorder": "#464B5D",
    "tab.activeForeground": "#FFFFFF",
    "tab.inactiveForeground": "#6887a1ff",
    "tab.inactiveBackground": "#0d0f12ff",
    "tab.unfocusedActiveForeground": "#8F93A2",
    "tab.border": "#0d0f12ff",
    "statusBar.noFolderBackground": "#0F111A",
    "statusBar.border": "#0F111A60",
    "statusBar.background": "#0F111A",
    "statusBar.foreground": "#4B526D",
    "statusBar.debuggingBackground": "#C792EA",
    "statusBar.debuggingForeground": "#ffffff",
    "statusBarItem.hoverBackground": "#464B5D20",
    "statusBarItem.remoteForeground": "#000000",
    "statusBarItem.remoteBackground": "#80CBC4",
    "activityBar.background": "#0F111A",
    "activityBar.border": "#0F111A60",
    "activityBar.foreground": "#8F93A2",
    "activityBarBadge.background": "#80CBC4",
    "activityBarBadge.foreground": "#000000",
    "titleBar.activeBackground": "#0F111A",
    "titleBar.activeForeground": "#8F93A2",
    "titleBar.inactiveBackground": "#0F111A",
    "titleBar.inactiveForeground": "#525975",
    "titleBar.border": "#0F111A60",
    "sideBar.background": "#0F111A",
    "sideBar.foreground": "#525975",
    "sideBar.border": "#0F111A60",
    "sideBarTitle.foreground": "#8F93A2",
    "sideBarSectionHeader.background": "#0F111A",
    "sideBarSectionHeader.border": "#0F111A60",
    "input.background": "#1A1C25",
    "input.foreground": "#EEFFFF",
    "input.placeholderForeground": "#8F93A260",
    "input.border": "#FFFFFF10",
    "inputValidation.errorBorder": "#FF537050",
    "inputValidation.infoBorder": "#82AAFF50",
    "inputValidation.warningBorder": "#FFCB6B50",
    "dropdown.background": "#0F111A",
    "dropdown.border": "#FFFFFF10",
    "list.hoverForeground": "#FFFFFF",
    "list.hoverBackground": "#0F111A",
    "list.activeSelectionBackground": "#0F111A",
    "list.activeSelectionForeground": "#80CBC4",
    "list.inactiveSelectionForeground": "#80CBC4",
    "list.inactiveSelectionBackground": "#00000030",
    "list.focusBackground": "#8F93A220",
    "list.focusForeground": "#8F93A2",
    "list.highlightForeground": "#80CBC4",
    "terminal.ansiWhite": "#ffffff",
    "terminal.ansiBlack": "#000000",
    "terminal.ansiBlue": "#82AAFF",
    "terminal.ansiCyan": "#89DDFF",
    "terminal.ansiGreen": "#C3E88D",
    "terminal.ansiMagenta": "#C792EA",
    "terminal.ansiRed": "#FF5370",
    "terminal.ansiYellow": "#FFCB6B",
    "terminal.ansiBrightWhite": "#ffffff",
    "terminal.ansiBrightBlack": "#464B5D",
    "terminal.ansiBrightBlue": "#82AAFF",
    "terminal.ansiBrightCyan": "#89DDFF",
    "terminal.ansiBrightGreen": "#C3E88D",
    "terminal.ansiBrightMagenta": "#C792EA",
    "terminal.ansiBrightRed": "#FF5370",
    "terminal.ansiBrightYellow": "#FFCB6B",
    "terminalCursor.foreground": "#FFCB6B",
    "terminalCursor.background": "#000000",
    "scrollbarSlider.background": "#8F93A220",
    "scrollbarSlider.hoverBackground": "#8F93A210",
    "scrollbarSlider.activeBackground": "#80CBC4",
    "editorSuggestWidget.background": "#0F111A",
    "editorSuggestWidget.foreground": "#8F93A2",
    "editorSuggestWidget.highlightForeground": "#80CBC4",
    "editorSuggestWidget.selectedBackground": "#00000050",
    "editorSuggestWidget.border": "#FFFFFF10",
    "editorWidget.background": "#0F111A",
    "editorWidget.resizeBorder": "#80CBC4",
    "editorWidget.border": "",
    "editorMarkerNavigation.background": "#8F93A205",
    "panel.border": "#0F111A60",
    "panel.background": "#0F111A",
    "panel.dropBackground": "#8F93A2",
    "panelTitle.inactiveForeground": "#8F93A2",
    "panelTitle.activeForeground": "#FFFFFF",
    "panelTitle.activeBorder": "#80CBC4",
    "diffEditor.insertedTextBackground": "#C3E88D15",
    "diffEditor.removedTextBackground": "#FF537020",
    "notifications.background": "#0F111A",
    "notifications.foreground": "#8F93A2",
    "notificationLink.foreground": "#80CBC4",
    "badge.background": "#00000030",
    "badge.foreground": "#464B5D",
    "extensionButton.prominentBackground": "#C3E88D90",
    "extensionButton.prominentHoverBackground": "#C3E88D",
    "peekView.border": "#00000030",
    "peekViewEditor.background": "#8F93A205",
    "peekViewTitle.background": "#8F93A205",
    "peekViewResult.background": "#8F93A205",
    "peekViewEditorGutter.background": "#8F93A205",
    "peekViewTitleDescription.foreground": "#8F93A260",
    "peekViewResult.matchHighlightBackground": "#717CB450",
    "peekViewEditor.matchHighlightBackground": "#717CB450",
    "gitDecoration.deletedResourceForeground": "#FF537090",
    "gitDecoration.conflictingResourceForeground": "#FFCB6B90",
    "gitDecoration.modifiedResourceForeground": "#82AAFF90",
    "gitDecoration.untrackedResourceForeground": "#C3E88D90",
    "gitDecoration.ignoredResourceForeground": "#52597590",
    "peekViewResult.selectionBackground": "#52597570",
    "breadcrumb.background": "#0F111A",
    "breadcrumb.foreground": "#525975",
    "breadcrumb.focusForeground": "#8F93A2",
    "breadcrumb.activeSelectionForeground": "#80CBC4",
    "breadcrumbPicker.background": "#0F111A",
    "menu.background": "#0F111A",
    "menu.foreground": "#8F93A2",
    "menu.selectionBackground": "#00000050",
    "menu.selectionForeground": "#80CBC4",
    "menu.selectionBorder": "#00000030",
    "menu.separatorBackground": "#8F93A2",
    "menubar.selectionBackground": "#00000030",
    "menubar.selectionForeground": "#80CBC4",
    "menubar.selectionBorder": "#00000030",
    "settings.dropdownForeground": "#8F93A2",
    "settings.dropdownBackground": "#0F111A",
    "settings.numberInputForeground": "#8F93A2",
    "settings.numberInputBackground": "#0F111A",
    "settings.textInputForeground": "#8F93A2",
    "settings.textInputBackground": "#0F111A",
    "settings.headerForeground": "#80CBC4",
    "settings.modifiedItemIndicator": "#80CBC4",
    "settings.checkboxBackground": "#0F111A",
    "settings.checkboxForeground": "#8F93A2",
    "listFilterWidget.background": "#00000030",
    "listFilterWidget.outline": "#00000030",
    "listFilterWidget.noMatchesOutline": "#00000030",
    "tree.indentGuidesStroke": "#3B3F51"
  }
}
