{
    "name": "heroku",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#1b1b24",
                "foreground": "#c8c7d5",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#7873ae",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#a6fa62",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#505067"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#a6fa62"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#a6fa62"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#7873ae"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#585480"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#c8c7d5"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#585480"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#a6fa62"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#7873ae"
            }
        },
        {
            "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": "#a6fa62"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#505067"
            }
        },
        {
            "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": "#727291"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#a6fa62"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#7873ae"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#a6fa62"
            }
        },
        {
            "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": "#c8c7d5"
            }
        },
        {
            "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": "#585480"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#585480",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#c8c7d5",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#a6fa62",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#a6fa62"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#7873ae"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#585480",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#585480"
            }
        },
        {
            "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": "#c8c7d5"
            }
        }
    ],
    "colors": {
        "foreground":"#c8c7d5",
        "editor.background": "#1b1b24",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#c8c7d5",
        "editorWhitespace.foreground": "#3c3c50",
        "editor.lineHighlightBackground": "#22222d",
        "editor.selectionBackground": "#7873ae55",
        "sideBar.background":"#262633",
        "sideBar.foreground":"#c8c7d5",
        "sideBarSectionHeader.background": "#2c2c3b",
        "sideBarSectionHeader.foreground": "#c8c7d5",
        "activityBar.background":"#1f1f2a",
        "activityBar.foreground":"#c8c7d5",
        "activityBarBadge.background":"#585480",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#585480",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#585480",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#22222d",
        "tab.inactiveBackground":"#242430",
        "editorGroupHeader.tabsBackground":"#22222d",
        "titleBar.activeBackground":"#121218",
        "list.activeSelectionBackground":"#7873ae",
        "list.hoverBackground":"#22222d",
        "list.activeSelectionForeground":"#1b1b24",
        "list.inactiveSelectionBackground":"#1b1b24",
        "list.focusBackground":"#3c3c50",
        "editorLineNumber.foreground":"#47475e",
        "editorIndentGuide.background":"#313141",
        "editorWhitespace.foreground":"#313141",
        "editorRuler.foreground":"#313141",
        "editorLink.activeForeground":"#585480",
        "statusBar.noFolderBackground":"#7873ae",
        "input.background":"#101015",
        "input.foreground":"#c8c7d5",
        "input.border":"#3c3c50",
        "input.placeholderForeground":"#424258",
        "inputOption.activeBorder":"#7873ae",
        "input.activeBorder":"#585480",
        "progressBar.background":"#ffffff",
        "focusBorder":"#585480",
        "button.background":"#7873ae",
        "button.foreground":"#ffffff",
        "panel.background":"#313141",
        "editorWidget.background":"#313141",
        "editorWidget.border":"#47475e",
        "panelTitle.activeBorder":"#585480",
        "dropdown.background":"#17171e",
        "dropdown.border":"#17171e",
        "dropdown.foreground":"#c8c7d5",
        "panelTitle.inactiveForeground":"#68688a",
        "panel.border":"#47475e",
        "scrollbarSlider.activeBackground":"#585480aa",
        "scrollbarSlider.background":"#47475eaa",
        "scrollbarSlider.hoverBackground":"#58548055",
        "tab.inactiveForeground":"#747497",
        "editorGutter.background":"#17171e",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#5d5d7b",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#58548044",
        "editorBracketMatch.border":"#7873ae",
        "notification.background":"#262633",
        "notification.foreground":"#c8c7d5",
        "notification.buttonBackground":"#585480",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#101015",
        "terminal.foreground":"#c8c7d5",
        "terminal.ansiBlack":"#262633",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#585480",
        "terminal.ansiYellow":"#7873ae",
        "terminal.ansiBlue":"#ffffff",
        "terminal.ansiMagenta":"#7873ae",
        "terminal.ansiCyan":"#a6fa62",
        "terminal.ansiWhite":"#d6d6e0",
        "terminal.ansiBrightBlack":"#47475e",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#8c89b1",
        "terminal.ansiBrightYellow":"#b6b4d3",
        "terminal.ansiBrightBlue":"#ffffff",
        "terminal.ansiBrightMagenta":"#b6b4d3",
        "terminal.ansiBrightCyan":"#defdc5",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#585480",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#6f6a9d",
        "peekView.border":"#585480",
        "peekViewEditor.background":"#121218",
        "peekViewEditorGutter.background":"#17171e",
        "peekViewResult.background":"#262633",
        "peekViewTitle.background":"#17171e",
        "peekViewTitleLabel.foreground":"#c8c7d5",
        "peekViewTitleDescription.foreground":"#bfbece",
        "peekViewResult.selectionBackground":"#1f1f2a",
        "peekViewResult.selectionForeground":"#c8c7d5",
        "peekViewResult.fileForeground":"#bdbbcc",
        "peekViewResult.lineForeground":"#abaabf",
        "peekViewEditor.matchHighlightBackground":"#7873ae55",
        "peekViewResult.matchHighlightBackground":"#7873ae55",
        "editor.hoverHighlightBackground":"#58548022",
        "editor.wordHighlightBackground":"#ffffff22",
        "editor.wordHighlightStrongBackground":"#7873ae22",
        "editorOverviewRuler.findMatchForeground":"#7873ae55",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#050507",
        "editorSuggestWidget.highlightForeground":"#585480",
        "editorSuggestWidget.foreground":"#c8c7d5",
        "editorSuggestWidget.selectedBackground":"#47475e"
            }
}