{
  "type": "dark",
  "colors": {
    "dropdown.background": "#414339",
    "list.activeSelectionBackground": "#75715E",
    "quickInputList.focusBackground": "#414339",
    "dropdown.listBackground": "#1e1f1c",
    "list.inactiveSelectionBackground": "#414339",
    "list.hoverBackground": "#3e3d32",
    "list.dropBackground": "#414339",
    "list.highlightForeground": "#f8f8f2",
    "button.background": "#75715E",
    "editor.background": "#272822",
    "editor.foreground": "#f8f8f2",
    "selection.background": "#878b9180",
    "editor.selectionHighlightBackground": "#575b6180",
    "editor.selectionBackground": "#878b9180",
    "minimap.selectionHighlight": "#878b9180",
    "editor.wordHighlightBackground": "#4a4a7680",
    "editor.wordHighlightStrongBackground": "#6a6a9680",
    "editor.lineHighlightBackground": "#3e3d32",
    "editorLineNumber.activeForeground": "#c2c2bf",
    "editorCursor.foreground": "#f8f8f0",
    "editorWhitespace.foreground": "#464741",
    "editorIndentGuide.background": "#464741",
    "editorIndentGuide.activeBackground": "#767771",
    "editorGroupHeader.tabsBackground": "#1e1f1c",
    "editorGroup.dropBackground": "#41433980",
    "tab.inactiveBackground": "#34352f",
    "tab.border": "#1e1f1c",
    "tab.inactiveForeground": "#ccccc7",
    "tab.lastPinnedBorder": "#414339",
    "widget.shadow": "#00000098",
    "progressBar.background": "#75715E",
    "badge.background": "#75715E",
    "badge.foreground": "#f8f8f2",
    "editorLineNumber.foreground": "#90908a",
    "panelTitle.activeForeground": "#f8f8f2",
    "panelTitle.activeBorder": "#75715E",
    "panelTitle.inactiveForeground": "#75715E",
    "panel.border": "#414339",
    "settings.focusedRowBackground": "#4143395A",
    "titleBar.activeBackground": "#1e1f1c",
    "statusBar.background": "#414339",
    "statusBar.noFolderBackground": "#414339",
    "statusBar.debuggingBackground": "#75715E",
    "statusBarItem.remoteBackground": "#AC6218",
    "ports.iconRunningProcessForeground": "#ccccc7",
    "activityBar.background": "#272822",
    "activityBar.foreground": "#f8f8f2",
    "sideBar.background": "#1e1f1c",
    "sideBarSectionHeader.background": "#272822",
    "menu.background": "#1e1f1c",
    "menu.foreground": "#cccccc",
    "pickerGroup.foreground": "#75715E",
    "input.background": "#414339",
    "inputOption.activeBorder": "#75715E",
    "focusBorder": "#99947c",
    "editorWidget.background": "#1e1f1c",
    "debugToolBar.background": "#1e1f1c",
    "diffEditor.insertedTextBackground": "#4b661680",
    "diffEditor.removedTextBackground": "#90274A70",
    "inputValidation.errorBackground": "#90274A",
    "inputValidation.errorBorder": "#f92672",
    "inputValidation.warningBackground": "#848528",
    "inputValidation.warningBorder": "#e2e22e",
    "inputValidation.infoBackground": "#546190",
    "inputValidation.infoBorder": "#819aff",
    "editorHoverWidget.background": "#414339",
    "editorHoverWidget.border": "#75715E",
    "editorSuggestWidget.background": "#272822",
    "editorSuggestWidget.border": "#75715E",
    "editorGroup.border": "#34352f",
    "peekView.border": "#75715E",
    "peekViewEditor.background": "#272822",
    "peekViewResult.background": "#1e1f1c",
    "peekViewTitle.background": "#1e1f1c",
    "peekViewResult.selectionBackground": "#414339",
    "peekViewResult.matchHighlightBackground": "#75715E",
    "peekViewEditor.matchHighlightBackground": "#75715E",
    "terminal.ansiBlack": "#333333",
    "terminal.ansiRed": "#C4265E",
    "terminal.ansiGreen": "#86B42B",
    "terminal.ansiYellow": "#B3B42B",
    "terminal.ansiBlue": "#6A7EC8",
    "terminal.ansiMagenta": "#8C6BC8",
    "terminal.ansiCyan": "#56ADBC",
    "terminal.ansiWhite": "#e3e3dd",
    "terminal.ansiBrightBlack": "#666666",
    "terminal.ansiBrightRed": "#f92672",
    "terminal.ansiBrightGreen": "#A6E22E",
    "terminal.ansiBrightYellow": "#e2e22e",
    "terminal.ansiBrightBlue": "#819aff",
    "terminal.ansiBrightMagenta": "#AE81FF",
    "terminal.ansiBrightCyan": "#66D9EF",
    "terminal.ansiBrightWhite": "#f8f8f2"
  },
  "tokenColors": [
    {
      "settings": {
        "foreground": "#F8F8F2"
      }
    },
    {
      "scope": ["meta.embedded", "source.groovy.embedded", "string meta.image.inline.markdown"],
      "settings": {
        "foreground": "#F8F8F2"
      }
    },
    {
      "name": "Comments",
      "scope": ["comment", "string.quoted.docstring"],
      "settings": {
        "foreground": "#88846f"
      }
    },
    {
      "name": "String",
      "scope": "string",
      "settings": {
        "foreground": "#E6DB74"
      }
    },
    {
      "name": "Template Definition",
      "scope": ["punctuation.definition.template-expression", "punctuation.section.embedded"],
      "settings": {
        "foreground": "#F92672"
      }
    },
    {
      "name": "Reset JavaScript string interpolation expression",
      "scope": ["meta.template.expression"],
      "settings": {
        "foreground": "#F8F8F2"
      }
    },
    {
      "name": "Number",
      "scope": "constant.numeric",
      "settings": {
        "foreground": "#AE81FF"
      }
    },
    {
      "name": "Built-in constant",
      "scope": "constant.language",
      "settings": {
        "foreground": "#AE81FF"
      }
    },
    {
      "name": "User-defined constant",
      "scope": "constant.character, constant.other",
      "settings": {
        "foreground": "#AE81FF"
      }
    },
    {
      "name": "Variable",
      "scope": "variable",
      "settings": {
        "fontStyle": "",
        "foreground": "#F8F8F2"
      }
    },
    {
      "name": "Keyword",
      "scope": "keyword",
      "settings": {
        "foreground": "#F92672"
      }
    },
    {
      "name": "Storage",
      "scope": "storage",
      "settings": {
        "fontStyle": "",
        "foreground": "#F92672"
      }
    },
    {
      "name": "Storage type",
      "scope": "storage.type",
      "settings": {
        "fontStyle": "italic",
        "foreground": "#66D9EF"
      }
    },
    {
      "name": "Class name",
      "scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution",
      "settings": {
        "fontStyle": "underline",
        "foreground": "#A6E22E"
      }
    },
    {
      "name": "Inherited class",
      "scope": "entity.other.inherited-class",
      "settings": {
        "fontStyle": "italic underline",
        "foreground": "#A6E22E"
      }
    },
    {
      "name": "Function name",
      "scope": "entity.name.function",
      "settings": {
        "fontStyle": "",
        "foreground": "#A6E22E"
      }
    },
    {
      "name": "Function argument",
      "scope": "variable.parameter",
      "settings": {
        "fontStyle": "italic",
        "foreground": "#FD971F"
      }
    },
    {
      "name": "Tag name",
      "scope": "entity.name.tag",
      "settings": {
        "fontStyle": "",
        "foreground": "#F92672"
      }
    },
    {
      "name": "Tag attribute",
      "scope": "entity.other.attribute-name",
      "settings": {
        "fontStyle": "",
        "foreground": "#A6E22E"
      }
    },
    {
      "name": "Library function",
      "scope": "support.function",
      "settings": {
        "fontStyle": "",
        "foreground": "#66D9EF"
      }
    },
    {
      "name": "Library constant",
      "scope": "support.constant",
      "settings": {
        "fontStyle": "",
        "foreground": "#66D9EF"
      }
    },
    {
      "name": "Library class/type",
      "scope": "support.type, support.class",
      "settings": {
        "fontStyle": "italic",
        "foreground": "#66D9EF"
      }
    },
    {
      "name": "Library variable",
      "scope": "support.other.variable",
      "settings": {
        "fontStyle": ""
      }
    },
    {
      "name": "Invalid",
      "scope": "invalid",
      "settings": {
        "fontStyle": "",
        "foreground": "#F44747"
      }
    },
    {
      "name": "Invalid deprecated",
      "scope": "invalid.deprecated",
      "settings": {
        "foreground": "#F44747"
      }
    },
    {
      "name": "JSON String",
      "scope": "meta.structure.dictionary.json string.quoted.double.json",
      "settings": {
        "foreground": "#CFCFC2"
      }
    },
    {
      "name": "diff.header",
      "scope": "meta.diff, meta.diff.header",
      "settings": {
        "foreground": "#75715E"
      }
    },
    {
      "name": "diff.deleted",
      "scope": "markup.deleted",
      "settings": {
        "foreground": "#F92672"
      }
    },
    {
      "name": "diff.inserted",
      "scope": "markup.inserted",
      "settings": {
        "foreground": "#A6E22E"
      }
    },
    {
      "name": "diff.changed",
      "scope": "markup.changed",
      "settings": {
        "foreground": "#E6DB74"
      }
    },
    {
      "scope": "constant.numeric.line-number.find-in-files - match",
      "settings": {
        "foreground": "#AE81FFA0"
      }
    },
    {
      "scope": "entity.name.filename.find-in-files",
      "settings": {
        "foreground": "#E6DB74"
      }
    },
    {
      "name": "Markup Quote",
      "scope": "markup.quote",
      "settings": {
        "foreground": "#F92672"
      }
    },
    {
      "name": "Markup Lists",
      "scope": "markup.list",
      "settings": {
        "foreground": "#E6DB74"
      }
    },
    {
      "name": "Markup Styling",
      "scope": "markup.bold, markup.italic",
      "settings": {
        "foreground": "#66D9EF"
      }
    },
    {
      "name": "Markup Inline",
      "scope": "markup.inline.raw",
      "settings": {
        "fontStyle": "",
        "foreground": "#FD971F"
      }
    },
    {
      "name": "Markup Headings",
      "scope": "markup.heading",
      "settings": {
        "foreground": "#A6E22E"
      }
    },
    {
      "name": "Markup Setext Header",
      "scope": "markup.heading.setext",
      "settings": {
        "foreground": "#A6E22E",
        "fontStyle": "bold"
      }
    },
    {
      "name": "Markup Headings",
      "scope": "markup.heading.markdown",
      "settings": {
        "fontStyle": "bold"
      }
    },
    {
      "name": "Markdown Quote",
      "scope": "markup.quote.markdown",
      "settings": {
        "fontStyle": "italic",
        "foreground": "#75715E"
      }
    },
    {
      "name": "Markdown Bold",
      "scope": "markup.bold.markdown",
      "settings": {
        "fontStyle": "bold"
      }
    },
    {
      "name": "Markdown Link Title/Description",
      "scope": "string.other.link.title.markdown,string.other.link.description.markdown",
      "settings": {
        "foreground": "#AE81FF"
      }
    },
    {
      "name": "Markdown Underline Link/Image",
      "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
      "settings": {
        "foreground": "#E6DB74"
      }
    },
    {
      "name": "Markdown Emphasis",
      "scope": "markup.italic.markdown",
      "settings": {
        "fontStyle": "italic"
      }
    },
    {
      "scope": "markup.strikethrough",
      "settings": {
        "fontStyle": "strikethrough"
      }
    },
    {
      "name": "Markdown Punctuation Definition Link",
      "scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown",
      "settings": {
        "foreground": "#f8f8f2"
      }
    },
    {
      "name": "Markdown List Punctuation",
      "scope": ["punctuation.definition.list.begin.markdown"],
      "settings": {
        "foreground": "#A6E22E"
      }
    },
    {
      "scope": "token.info-token",
      "settings": {
        "foreground": "#6796e6"
      }
    },
    {
      "scope": "token.warn-token",
      "settings": {
        "foreground": "#cd9731"
      }
    },
    {
      "scope": "token.error-token",
      "settings": {
        "foreground": "#f44747"
      }
    },
    {
      "scope": "token.debug-token",
      "settings": {
        "foreground": "#b267e6"
      }
    },
    {
      "name": "this.self",
      "scope": "variable.language",
      "settings": {
        "foreground": "#FD971F"
      }
    }
  ],
  "semanticHighlighting": true,
  "name": "monokai"
}
