{
  "name": "solarized-light",
  "tokenColors": [
    {
      "settings": {
        "foreground": "#657B83"
      }
    },
    {
      "scope": [
        "meta.embedded",
        "source.groovy.embedded",
        "string meta.image.inline.markdown",
        "variable.legacy.builtin.python"
      ],
      "settings": {
        "foreground": "#657B83"
      }
    },
    {
      "name": "Comment",
      "scope": "comment",
      "settings": {
        "fontStyle": "italic",
        "foreground": "#93A1A1"
      }
    },
    {
      "name": "String",
      "scope": "string",
      "settings": {
        "foreground": "#2AA198"
      }
    },
    {
      "name": "Regexp",
      "scope": "string.regexp",
      "settings": {
        "foreground": "#DC322F"
      }
    },
    {
      "name": "Number",
      "scope": "constant.numeric",
      "settings": {
        "foreground": "#D33682"
      }
    },
    {
      "name": "Variable",
      "scope": ["variable.language", "variable.other"],
      "settings": {
        "foreground": "#268BD2"
      }
    },
    {
      "name": "Keyword",
      "scope": "keyword",
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "name": "Storage",
      "scope": "storage",
      "settings": {
        "fontStyle": "bold",
        "foreground": "#586E75"
      }
    },
    {
      "name": "Class name",
      "scope": [
        "entity.name.class",
        "entity.name.type",
        "entity.name.namespace",
        "entity.name.scope-resolution"
      ],
      "settings": {
        "fontStyle": "",
        "foreground": "#CB4B16"
      }
    },
    {
      "name": "Function name",
      "scope": "entity.name.function",
      "settings": {
        "foreground": "#268BD2"
      }
    },
    {
      "name": "Variable start",
      "scope": "punctuation.definition.variable",
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "name": "Embedded code markers",
      "scope": ["punctuation.section.embedded.begin", "punctuation.section.embedded.end"],
      "settings": {
        "foreground": "#DC322F"
      }
    },
    {
      "name": "Built-in constant",
      "scope": ["constant.language", "meta.preprocessor"],
      "settings": {
        "foreground": "#B58900"
      }
    },
    {
      "name": "Support.construct",
      "scope": ["support.function.construct", "keyword.other.new"],
      "settings": {
        "foreground": "#CB4B16"
      }
    },
    {
      "name": "User-defined constant",
      "scope": ["constant.character", "constant.other"],
      "settings": {
        "foreground": "#CB4B16"
      }
    },
    {
      "name": "Inherited class",
      "scope": "entity.other.inherited-class",
      "settings": {
        "foreground": "#6C71C4"
      }
    },
    {
      "name": "Function argument",
      "scope": "variable.parameter",
      "settings": {}
    },
    {
      "name": "Tag name",
      "scope": "entity.name.tag",
      "settings": {
        "foreground": "#268BD2"
      }
    },
    {
      "name": "Tag start/end",
      "scope": "punctuation.definition.tag",
      "settings": {
        "foreground": "#93A1A1"
      }
    },
    {
      "name": "Tag attribute",
      "scope": "entity.other.attribute-name",
      "settings": {
        "foreground": "#93A1A1"
      }
    },
    {
      "name": "Library function",
      "scope": "support.function",
      "settings": {
        "foreground": "#268BD2"
      }
    },
    {
      "name": "Continuation",
      "scope": "punctuation.separator.continuation",
      "settings": {
        "foreground": "#DC322F"
      }
    },
    {
      "name": "Library constant",
      "scope": ["support.constant", "support.variable"],
      "settings": {}
    },
    {
      "name": "Library class/type",
      "scope": ["support.type", "support.class"],
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "name": "Library Exception",
      "scope": "support.type.exception",
      "settings": {
        "foreground": "#CB4B16"
      }
    },
    {
      "name": "Library variable",
      "scope": "support.other.variable",
      "settings": {}
    },
    {
      "name": "Invalid",
      "scope": "invalid",
      "settings": {
        "foreground": "#DC322F"
      }
    },
    {
      "name": "diff: header",
      "scope": ["meta.diff", "meta.diff.header"],
      "settings": {
        "fontStyle": "italic",
        "foreground": "#268BD2"
      }
    },
    {
      "name": "diff: deleted",
      "scope": "markup.deleted",
      "settings": {
        "fontStyle": "",
        "foreground": "#DC322F"
      }
    },
    {
      "name": "diff: changed",
      "scope": "markup.changed",
      "settings": {
        "fontStyle": "",
        "foreground": "#CB4B16"
      }
    },
    {
      "name": "diff: inserted",
      "scope": "markup.inserted",
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "name": "Markup Quote",
      "scope": "markup.quote",
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "name": "Markup Lists",
      "scope": "markup.list",
      "settings": {
        "foreground": "#B58900"
      }
    },
    {
      "name": "Markup Styling",
      "scope": ["markup.bold", "markup.italic"],
      "settings": {
        "foreground": "#D33682"
      }
    },
    {
      "name": "Markup: Strong",
      "scope": "markup.bold",
      "settings": {
        "fontStyle": "bold"
      }
    },
    {
      "name": "Markup: Emphasis",
      "scope": "markup.italic",
      "settings": {
        "fontStyle": "italic"
      }
    },
    {
      "scope": "markup.strikethrough",
      "settings": {
        "fontStyle": "strikethrough"
      }
    },
    {
      "name": "Markup Inline",
      "scope": "markup.inline.raw",
      "settings": {
        "fontStyle": "",
        "foreground": "#2AA198"
      }
    },
    {
      "name": "Markup Headings",
      "scope": "markup.heading",
      "settings": {
        "fontStyle": "bold",
        "foreground": "#268BD2"
      }
    },
    {
      "name": "Markup Setext Header",
      "scope": "markup.heading.setext",
      "settings": {
        "fontStyle": "",
        "foreground": "#268BD2"
      }
    }
  ],
  "colors": {
    "focusBorder": "#b49471",
    "input.background": "#DDD6C1",
    "input.foreground": "#586E75",
    "input.placeholderForeground": "#586E75AA",
    "inputOption.activeBorder": "#D3AF86",
    "badge.background": "#B58900AA",
    "progressBar.background": "#B58900",
    "dropdown.background": "#EEE8D5",
    "dropdown.border": "#D3AF86",
    "button.background": "#AC9D57",
    "selection.background": "#878b9180",
    "list.activeSelectionBackground": "#DFCA88",
    "list.activeSelectionForeground": "#6C6C6C",
    "quickInputList.focusBackground": "#DFCA8866",
    "list.hoverBackground": "#DFCA8844",
    "list.inactiveSelectionBackground": "#D1CBB8",
    "list.highlightForeground": "#B58900",
    "editor.background": "#FDF6E3",
    "editor.foreground": "#657B83",
    "notebook.cellEditorBackground": "#F7F0E0",
    "editorWidget.background": "#EEE8D5",
    "editorCursor.foreground": "#657B83",
    "editorWhitespace.foreground": "#586E7580",
    "editor.lineHighlightBackground": "#EEE8D5",
    "editor.selectionBackground": "#EEE8D5",
    "minimap.selectionHighlight": "#EEE8D5",
    "editorIndentGuide.background": "#586E7580",
    "editorIndentGuide.activeBackground": "#081E2580",
    "editorHoverWidget.background": "#CCC4B0",
    "editorLineNumber.activeForeground": "#567983",
    "peekViewResult.background": "#EEE8D5",
    "peekViewEditor.background": "#FFFBF2",
    "peekViewTitle.background": "#EEE8D5",
    "peekView.border": "#B58900",
    "peekViewEditor.matchHighlightBackground": "#7744AA40",
    "titleBar.activeBackground": "#EEE8D5",
    "editorGroup.border": "#DDD6C1",
    "editorGroup.dropBackground": "#DDD6C1AA",
    "editorGroupHeader.tabsBackground": "#D9D2C2",
    "tab.border": "#DDD6C1",
    "tab.activeBackground": "#FDF6E3",
    "tab.inactiveForeground": "#586E75",
    "tab.inactiveBackground": "#D3CBB7",
    "tab.activeModifiedBorder": "#cb4b16",
    "tab.lastPinnedBorder": "#FDF6E3",
    "activityBar.background": "#DDD6C1",
    "activityBar.foreground": "#584c27",
    "activityBarBadge.background": "#B58900",
    "panel.border": "#DDD6C1",
    "sideBar.background": "#EEE8D5",
    "sideBarTitle.foreground": "#586E75",
    "statusBar.foreground": "#586E75",
    "statusBar.background": "#EEE8D5",
    "statusBar.debuggingBackground": "#EEE8D5",
    "statusBar.noFolderBackground": "#EEE8D5",
    "statusBarItem.remoteBackground": "#AC9D57",
    "ports.iconRunningProcessForeground": "#2AA19899",
    "statusBarItem.prominentBackground": "#DDD6C1",
    "statusBarItem.prominentHoverBackground": "#DDD6C199",
    "debugToolBar.background": "#DDD6C1",
    "debugExceptionWidget.background": "#DDD6C1",
    "debugExceptionWidget.border": "#AB395B",
    "pickerGroup.border": "#2AA19899",
    "pickerGroup.foreground": "#2AA19899",
    "extensionButton.prominentBackground": "#b58900",
    "extensionButton.prominentHoverBackground": "#584c27aa",
    "terminal.ansiBlack": "#073642",
    "terminal.ansiRed": "#dc322f",
    "terminal.ansiGreen": "#859900",
    "terminal.ansiYellow": "#b58900",
    "terminal.ansiBlue": "#268bd2",
    "terminal.ansiMagenta": "#d33682",
    "terminal.ansiCyan": "#2aa198",
    "terminal.ansiWhite": "#eee8d5",
    "terminal.ansiBrightBlack": "#002b36",
    "terminal.ansiBrightRed": "#cb4b16",
    "terminal.ansiBrightGreen": "#586e75",
    "terminal.ansiBrightYellow": "#657b83",
    "terminal.ansiBrightBlue": "#839496",
    "terminal.ansiBrightMagenta": "#6c71c4",
    "terminal.ansiBrightCyan": "#93a1a1",
    "terminal.ansiBrightWhite": "#fdf6e3",
    "terminal.background": "#FDF6E3",
    "walkThrough.embeddedEditorBackground": "#00000014"
  },
  "semanticHighlighting": true
}
