{
    "name": "downpour",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#2c323d",
                "foreground": "#d6dbdb",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#d6dbdb",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#d6dbdb",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#625e77"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#4eadad"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#908bbc"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#908bbc"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#abaab7"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#908bbc"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#bc4331"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#908bbc"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#908bbc"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#91b9c9"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#bc4331"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#908bbc"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#908bbc"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#908bbc"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#908bbc"
            }
        },
        {
            "name": "Library variable",
            "scope": "support.other.variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Invalid",
            "scope": "invalid",
            "settings": {
                "background": "#664e4d",
                "foreground": "#cf433e",
                "fontStyle": ""
            }
        },
        {
            "name": "Invalid deprecated",
            "scope": "invalid.deprecated",
            "settings": {
                "background": "#664e4d",
                "foreground": "#cf433e"
            }
        },
        {
            "name": "JSON String",
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#625e77"
            }
        },
        {
            "name": "diff.deleted",
            "scope": "markup.deleted",
            "settings": {
                "foreground": "#e61f44"
            }
        },
        {
            "name": "diff.inserted",
            "scope": "markup.inserted",
            "settings": {
                "foreground": "#A6E22E"
            }
        },
        {
            "name": "diff.changed",
            "scope": "markup.changed",
            "settings": {
                "foreground": "#f7b83d"
            }
        },
        {
            "scope": "constant.numeric.line-number.find-in-files - match",
            "settings": {
                "foreground": "#8FBE00A0"
            }
        },
        {
            "scope": "entity.name.filename.find-in-files",
            "settings": {
                "foreground": "#E6DB74"
            }
        },
        {
            "scope": "keyword.other",
            "settings": {
                "foreground": "#88849e"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#908bbc"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "name": "Function argument",
            "scope": "meta.property-name support.type.property-name",
            "settings": {
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "meta.property-value punctuation.separator.key-value",
            "settings": {
                "foreground": "#d6dbdb"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "keyword.other.use",
                "keyword.other.function.use",
                "keyword.other.namespace",
                "keyword.other.new",
                "keyword.other.special-method",
                "keyword.other.unit",
                "keyword.other.use-as"
            ],
            "settings": {
                "foreground": "#bc4331"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#bc4331",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#ffffff",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#4eadad",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#908bbc"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#abaab7"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#abaab7"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#abaab7"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#abaab7"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#bc4331",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#bc4331"
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": "markup.italic.markdown",
            "settings": {
                "fontStyle": "italic"
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": "markup.bold.markdown",
            "settings": {
                "fontStyle": "bold"
            }
        },
        {
            "name": "Markdown pre",
            "scope": "markup.raw.block.markdown",
            "settings": {
                "foreground": "#664e4d"
            }
        },
        {
            "name": "GitGutter deleted",
            "scope": "markup.deleted.git_gutter",
            "settings": {
                "foreground": "#e61f44"
            }
        },
        {
            "name": "GitGutter inserted",
            "scope": "markup.inserted.git_gutter",
            "settings": {
                "foreground": "#a7da1e"
            }
        },
        {
            "name": "GitGutter changed",
            "scope": "markup.changed.git_gutter",
            "settings": {
                "foreground": "#f7b83d"
            }
        },
        {
            "name": "Template expressions.",
            "scope": "meta.template.expression",
            "settings": {
                "foreground": "#d6dbdb"
            }
        }
    ],
    "colors": {
        "foreground":"#d6dbdb",
        "editor.background": "#2c323d",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#d6dbdb",
        "editorWhitespace.foreground": "#4c5669",
        "editor.lineHighlightBackground": "#323946",
        "editor.selectionBackground": "#908bbc55",
        "sideBar.background":"#373e4c",
        "sideBar.foreground":"#d6dbdb",
        "sideBarSectionHeader.background": "#3d4555",
        "sideBarSectionHeader.foreground": "#d6dbdb",
        "activityBar.background":"#303743",
        "activityBar.foreground":"#d6dbdb",
        "activityBarBadge.background":"#bc4331",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#bc4331",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#bc4331",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#323946",
        "tab.inactiveBackground":"#353c49",
        "editorGroupHeader.tabsBackground":"#323946",
        "titleBar.activeBackground":"#232831",
        "list.activeSelectionBackground":"#908bbc",
        "list.hoverBackground":"#323946",
        "list.activeSelectionForeground":"#2c323d",
        "list.inactiveSelectionBackground":"#2c323d",
        "list.focusBackground":"#4c5669",
        "editorLineNumber.foreground":"#576378",
        "editorIndentGuide.background":"#414a5b",
        "editorWhitespace.foreground":"#414a5b",
        "editorRuler.foreground":"#414a5b",
        "editorLink.activeForeground":"#bc4331",
        "statusBar.noFolderBackground":"#908bbc",
        "input.background":"#21262e",
        "input.foreground":"#d6dbdb",
        "input.border":"#4c5669",
        "input.placeholderForeground":"#525e72",
        "inputOption.activeBorder":"#908bbc",
        "input.activeBorder":"#bc4331",
        "progressBar.background":"#91b9c9",
        "focusBorder":"#bc4331",
        "button.background":"#908bbc",
        "button.foreground":"#ffffff",
        "panel.background":"#414a5b",
        "editorWidget.background":"#414a5b",
        "editorWidget.border":"#576378",
        "panelTitle.activeBorder":"#bc4331",
        "dropdown.background":"#282d37",
        "dropdown.border":"#282d37",
        "dropdown.foreground":"#d6dbdb",
        "panelTitle.inactiveForeground":"#7b88a0",
        "panel.border":"#576378",
        "scrollbarSlider.activeBackground":"#bc4331aa",
        "scrollbarSlider.background":"#576378aa",
        "scrollbarSlider.hoverBackground":"#bc433155",
        "tab.inactiveForeground":"#8a96ab",
        "editorGutter.background":"#282d37",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#6d7b95",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#bc433144",
        "editorBracketMatch.border":"#908bbc",
        "notification.background":"#373e4c",
        "notification.foreground":"#d6dbdb",
        "notification.buttonBackground":"#bc4331",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#21262e",
        "terminal.foreground":"#d6dbdb",
        "terminal.ansiBlack":"#373e4c",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#bc4331",
        "terminal.ansiYellow":"#908bbc",
        "terminal.ansiBlue":"#91b9c9",
        "terminal.ansiMagenta":"#abaab7",
        "terminal.ansiCyan":"#908bbc",
        "terminal.ansiWhite":"#e4e7e7",
        "terminal.ansiBrightBlack":"#576378",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#dc8477",
        "terminal.ansiBrightYellow":"#cecce1",
        "terminal.ansiBrightBlue":"#d5e5eb",
        "terminal.ansiBrightMagenta":"#e2e1e6",
        "terminal.ansiBrightCyan":"#cecce1",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#bc4331",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#d1604f",
        "peekView.border":"#bc4331",
        "peekViewEditor.background":"#232831",
        "peekViewEditorGutter.background":"#282d37",
        "peekViewResult.background":"#373e4c",
        "peekViewTitle.background":"#282d37",
        "peekViewTitleLabel.foreground":"#d6dbdb",
        "peekViewTitleDescription.foreground":"#ced4d4",
        "peekViewResult.selectionBackground":"#303743",
        "peekViewResult.selectionForeground":"#d6dbdb",
        "peekViewResult.fileForeground":"#cbd1d1",
        "peekViewResult.lineForeground":"#bbc3c3",
        "peekViewEditor.matchHighlightBackground":"#908bbc55",
        "peekViewResult.matchHighlightBackground":"#908bbc55",
        "editor.hoverHighlightBackground":"#bc433122",
        "editor.wordHighlightBackground":"#91b9c922",
        "editor.wordHighlightStrongBackground":"#908bbc22",
        "editorOverviewRuler.findMatchForeground":"#908bbc55",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#171a1f",
        "editorSuggestWidget.highlightForeground":"#bc4331",
        "editorSuggestWidget.foreground":"#d6dbdb",
        "editorSuggestWidget.selectedBackground":"#576378"
            }
}