{
    "name": "solarized-light",
    "type": "light",
    "colors": {
        "focusBorder": "#D3AF86",
        "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",
        "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": "#586e75",
        "terminal.ansiBrightRed": "#cb4b16",
        "terminal.ansiBrightGreen": "#586e75",
        "terminal.ansiBrightYellow": "#657b83",
        "terminal.ansiBrightBlue": "#839496",
        "terminal.ansiBrightMagenta": "#6c71c4",
        "terminal.ansiBrightCyan": "#93a1a1",
        "terminal.ansiBrightWhite": "#eee8d5",
        "walkThrough.embeddedEditorBackground": "#00000014",
        "torchlight.markupInsertedForeground": "#219186",
        "torchlight.markupDeletedForeground": "#dc322f",
        "torchlight.selectionBackgroundColor": "#878b9180",
        "torchlight.lineNumberColor": "#567983",
        "torchlight.activeLineNumberColor": "#567983"
    },
    "semanticHighlighting": true,
    "torchlight": {
        "markupInsertedForeground": "#219186",
        "markupDeletedForeground": "#dc322f",
        "selectionBackgroundColor": "#878b9180",
        "lineNumberColor": "#567983",
        "activeLineNumberColor": "#567983"
    },
    "fg": "#657B83",
    "bg": "#FDF6E3",
    "settings": [
        {
            "settings": {
                "foreground": "#657B83"
            }
        },
        {
            "scope": [
                "meta.embedded",
                "source.groovy.embedded"
            ],
            "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": "#D30102"
            }
        },
        {
            "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": "#073642"
            }
        },
        {
            "name": "Class name",
            "scope": [
                "entity.name.class",
                "entity.name.type",
                "entity.name.namespace",
                "entity.name.scope-resolution"
            ],
            "settings": {
                "foreground": "#268BD2"
            }
        },
        {
            "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": "#D30102"
            }
        },
        {
            "name": "Built-in constant",
            "scope": [
                "constant.language",
                "meta.preprocessor"
            ],
            "settings": {
                "foreground": "#B58900"
            }
        },
        {
            "name": "Support.construct",
            "scope": [
                "support.function.construct",
                "keyword.other.new"
            ],
            "settings": {
                "foreground": "#D30102"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#CB4B16"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": []
        },
        {
            "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.begin",
                "punctuation.definition.tag.end"
            ],
            "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": "#D30102"
            }
        },
        {
            "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": "#cd3131"
            }
        },
        {
            "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": "#219186"
            }
        },
        {
            "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"
            }
        },
        {
            "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"
            }
        }
    ],
    "tokenColors": [
        {
            "settings": {
                "foreground": "#657B83"
            }
        },
        {
            "scope": [
                "meta.embedded",
                "source.groovy.embedded"
            ],
            "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": "#D30102"
            }
        },
        {
            "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": "#073642"
            }
        },
        {
            "name": "Class name",
            "scope": [
                "entity.name.class",
                "entity.name.type",
                "entity.name.namespace",
                "entity.name.scope-resolution"
            ],
            "settings": {
                "foreground": "#268BD2"
            }
        },
        {
            "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": "#D30102"
            }
        },
        {
            "name": "Built-in constant",
            "scope": [
                "constant.language",
                "meta.preprocessor"
            ],
            "settings": {
                "foreground": "#B58900"
            }
        },
        {
            "name": "Support.construct",
            "scope": [
                "support.function.construct",
                "keyword.other.new"
            ],
            "settings": {
                "foreground": "#D30102"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#CB4B16"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": []
        },
        {
            "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.begin",
                "punctuation.definition.tag.end"
            ],
            "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": "#D30102"
            }
        },
        {
            "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": "#cd3131"
            }
        },
        {
            "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": "#219186"
            }
        },
        {
            "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"
            }
        },
        {
            "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"
            }
        },
        {
            "name": "Torchlight Active Line Number Color",
            "scope": [
                "torchlight.activelinecolor"
            ],
            "settings": {
                "foreground": "#567983"
            }
        },
        {
            "name": "Torchlight Markup Added",
            "scope": [
                "markup.inserted",
                "torchlight.markup.inserted"
            ],
            "settings": {
                "background": null,
                "foreground": "#219186"
            }
        },
        {
            "name": "Torchlight Markup Added Foreground",
            "scope": [
                "torchlight.markup.inserted.foreground"
            ],
            "settings": {
                "foreground": "#219186"
            }
        },
        {
            "name": "Torchlight Markup Removed",
            "scope": [
                "markup.deleted",
                "torchlight.markup.deleted"
            ],
            "settings": {
                "background": null,
                "foreground": "#dc322f"
            }
        },
        {
            "name": "Torchlight Markup Removed Foreground",
            "scope": [
                "torchlight.markup.deleted.foreground"
            ],
            "settings": {
                "foreground": "#dc322f"
            }
        }
    ]
}