{
    "name": "downpour-light",
    "type": "light",
    "tokenColors": [
        {
            "settings": {
                "background": "#d6dbdb",
                "foreground": "#2c323d",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#2c323d",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#2c323d",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#9da5a5"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#4eadad"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#736f99"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#736f99"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#787782"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#736f99"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#bc4331"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#736f99"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#736f99"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#698996"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#4f596b"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#bc4331"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#736f99"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#736f99"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#736f99"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#736f99"
            }
        },
        {
            "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": "#9da5a5"
            }
        },
        {
            "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": "#768080"
            }
        },
        {
            "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": "#736f99"
            }
        },
        {
            "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": "#2c323d"
            }
        },
        {
            "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": "#4f596b",
                "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": "#736f99"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#787782"
            }
        },
        {
            "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": "#787782"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#787782"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#787782"
            }
        },
        {
            "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": "#2c323d"
            }
        }
    ],
    "colors": {
        "foreground":"#2c323d",
        "editor.background": "#d6dbdb",
        "editorCursor.foreground": "#222222",
        "editor.foreground": "#2c323d",
        "editorWhitespace.foreground": "#ffffff",
        "editor.lineHighlightBackground": "#dee2e2",
        "editor.selectionBackground": "#908bbc55",
        "sideBar.background":"#e4e7e7",
        "sideBar.foreground":"#2c323d",
        "sideBarSectionHeader.background": "#eceeee",
        "sideBarSectionHeader.foreground": "#2c323d",
        "activityBar.background":"#dbe0e0",
        "activityBar.foreground":"#2c323d",
        "activityBarBadge.background":"#bc4331",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#bc4331",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#bc4331",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#dee2e2",
        "tab.inactiveBackground":"#e1e5e5",
        "editorGroupHeader.tabsBackground":"#dee2e2",
        "titleBar.activeBackground":"#cbd1d1",
        "list.activeSelectionBackground":"#736f99",
        "list.hoverBackground":"#dee2e2",
        "list.activeSelectionForeground":"#d6dbdb",
        "list.inactiveSelectionBackground":"#d6dbdb",
        "list.focusBackground":"#ffffff",
        "editorLineNumber.foreground":"#ffffff",
        "editorIndentGuide.background":"#f1f3f3",
        "editorWhitespace.foreground":"#f1f3f3",
        "editorRuler.foreground":"#f1f3f3",
        "editorLink.activeForeground":"#bc4331",
        "statusBar.noFolderBackground":"#736f99",
        "input.background":"#c8cfcf",
        "input.foreground":"#2c323d",
        "input.border":"#ffffff",
        "input.placeholderForeground":"#ffffff",
        "inputOption.activeBorder":"#736f99",
        "input.activeBorder":"#bc4331",
        "progressBar.background":"#698996",
        "focusBorder":"#bc4331",
        "button.background":"#736f99",
        "button.foreground":"#ffffff",
        "panel.background":"#f1f3f3",
        "editorWidget.background":"#f1f3f3",
        "editorWidget.border":"#ffffff",
        "panelTitle.activeBorder":"#bc4331",
        "dropdown.background":"#d1d6d6",
        "dropdown.border":"#d1d6d6",
        "dropdown.foreground":"#2c323d",
        "panelTitle.inactiveForeground":"#ffffff",
        "panel.border":"#ffffff",
        "scrollbarSlider.activeBackground":"#bc4331aa",
        "scrollbarSlider.background":"#ffffffaa",
        "scrollbarSlider.hoverBackground":"#bc433155",
        "tab.inactiveForeground":"#ffffff",
        "editorGutter.background":"#d1d6d6",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#ffffff",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#bc433144",
        "editorBracketMatch.border":"#736f99",
        "notification.background":"#e4e7e7",
        "notification.foreground":"#2c323d",
        "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":"#c8cfcf",
        "terminal.foreground":"#2c323d",
        "terminal.ansiBlack":"#e4e7e7",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#bc4331",
        "terminal.ansiYellow":"#736f99",
        "terminal.ansiBlue":"#698996",
        "terminal.ansiMagenta":"#787782",
        "terminal.ansiCyan":"#736f99",
        "terminal.ansiWhite":"#373e4c",
        "terminal.ansiBrightBlack":"#ffffff",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#dc8477",
        "terminal.ansiBrightYellow":"#adabc3",
        "terminal.ansiBrightBlue":"#a5b8c0",
        "terminal.ansiBrightMagenta":"#adacb3",
        "terminal.ansiBrightCyan":"#adabc3",
        "terminal.ansiBrightWhite":"#576378",
        "extensionButton.prominentBackground":"#bc4331",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#d1604f",
        "peekView.border":"#bc4331",
        "peekViewEditor.background":"#cbd1d1",
        "peekViewEditorGutter.background":"#d1d6d6",
        "peekViewResult.background":"#e4e7e7",
        "peekViewTitle.background":"#d1d6d6",
        "peekViewTitleLabel.foreground":"#2c323d",
        "peekViewTitleDescription.foreground":"#262b34",
        "peekViewResult.selectionBackground":"#dbe0e0",
        "peekViewResult.selectionForeground":"#2c323d",
        "peekViewResult.fileForeground":"#232831",
        "peekViewResult.lineForeground":"#171a1f",
        "peekViewEditor.matchHighlightBackground":"#736f9955",
        "peekViewResult.matchHighlightBackground":"#736f9955",
        "editor.hoverHighlightBackground":"#bc433122",
        "editor.wordHighlightBackground":"#69899622",
        "editor.wordHighlightStrongBackground":"#736f9922",
        "editorOverviewRuler.findMatchForeground":"#736f9955",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#bbc3c3",
        "editorSuggestWidget.highlightForeground":"#bc4331",
        "editorSuggestWidget.foreground":"#2c323d",
        "editorSuggestWidget.selectedBackground":"#ffffff"
        ,
        "editor.lineHighlightBackground": "#ced4d4",
        "editorSuggestWidget.selectedBackground":"#adb7b7",
        "scrollbar.shadow":"#6b7a7a",
        "editorGutter.modifiedBackground":"#c48405",
        "editorGutter.addedBackground":"#59a50b",
        "editorGutter.deletedBackground":"#a30e29",
        "gitDecoration.modifiedResourceForeground":"#c48405",
        "gitDecoration.deletedResourceForeground":"#a30e29",
        "gitDecoration.untrackedResourceForeground":"#59a50b",
        "gitDecoration.conflictingResourceForeground":"#6a1faf",
        "activityBar.background":"#2c323d",
        "activityBar.foreground":"#d6dbdb",
        "sideBar.background":"#c8cfcf",
        "sideBar.foreground":"#2c323d",
        "gitDecoration.ignoredResourceForeground":"#778888",
        "editorLineNumber.foreground":"#a0abab",
        "editorIndentGuide.background":"#bbc3c3",
        "editorWhitespace.foreground":"#bbc3c3",
        "editorRuler.foreground":"#bbc3c3",
        "editorGroup.background":"#ced4d4",
        "tab.inactiveBackground":"#cbd1d1",
        "editorGroupHeader.tabsBackground":"#ced4d4",
        "titleBar.activeBackground":"#a8b0c0",
        "titleBar.activeForeground":"#2c323d",
        "sideBarSectionHeader.background": "#adb7b7",
        "sideBarSectionHeader.foreground": "#2c323d",
        "widget.shadow":"#a0abab55",
        "tab.activeForeground":"#2c323d",
        "tab.inactiveForeground":"#8a96ab", 
        "tab.border":"#b5bebe",
        "editor.selectionBackground": "#908bbc33",
        "panel.background":"#cbd1d1",
        "panelTitle.inactiveForeground":"#929f9f",
        "panelTitle.activeForeground":"#475151",
        "panel.border":"#b5bebe",
        "list.activeSelectionForeground":"#ffffff",
        "scrollbarSlider.background":"#2c323d35",
        "input.background":"#d6dbdb",
        "input.foreground":"#2c323d",
        "input.border":"#6b7a7a",
        "input.placeholderForeground":"#a0abab",
        "terminal.background":"#d6dbdb",
        "notification.background":"#adb7b7",
        "editorOverviewRuler.modifiedForeground":"#c48405",
        "editorOverviewRuler.addedForeground":"#59a50b",
        "editorOverviewRuler.deletedForeground":"#a30e29",
        "editorOverviewRuler.errorForeground":"#a30e29",
        "editorOverviewRuler.warningForeground":"#c48405",
        "editorOverviewRuler.infoForeground":"#6a1faf",
        "peekViewResult.background":"#c8cfcf",
        "peekViewTitle.background":"#d1d6d6",
        "peekViewTitleLabel.foreground":"#2c323d",
        "peekViewTitleDescription.foreground":"#262b34",
        "peekViewResult.selectionBackground":"#dbe0e0",
        "peekViewResult.selectionForeground":"#373e4c",
        "peekViewResult.fileForeground":"#373e4c",
        "peekViewEditor.background":"#d1d6d6",
        "peekViewEditorGutter.background":"#c6cdcd",
        "editorWidget.background":"#c8cfcf",
        "editorWidget.border":"#a0abab",
        "list.focusBackground":"#adb7b7",
        "peekViewResult.lineForeground":"#616f87"
    }
}