{
    "name": "super",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#2c343d",
                "foreground": "#ffffff",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#5d67ad",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#e45635",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#59697a"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#d60257"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#d60257"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#5d67ad"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#d60257"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#5d67ad"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#d60257"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#d60257"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#e45635"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#5d67ad"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#d60257"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#e45635"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#d60257"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#d60257"
            }
        },
        {
            "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": "#f7a21b"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#59697a"
            }
        },
        {
            "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": "#7e8fa1"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#d60257"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "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": "#ffffff"
            }
        },
        {
            "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": "#5d67ad"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#5d67ad",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#ffffff",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#f7a21b",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#d60257"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#5d67ad"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#5d67ad"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#5d67ad"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#5d67ad"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#5d67ad",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#5d67ad"
            }
        },
        {
            "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": "#ffffff"
            }
        }
    ],
    "colors": {
        "foreground":"#ffffff",
        "editor.background": "#2c343d",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#ffffff",
        "editorWhitespace.foreground": "#4c5a69",
        "editor.lineHighlightBackground": "#323c46",
        "editor.selectionBackground": "#e4563555",
        "sideBar.background":"#37414c",
        "sideBar.foreground":"#ffffff",
        "sideBarSectionHeader.background": "#3d4855",
        "sideBarSectionHeader.foreground": "#ffffff",
        "activityBar.background":"#303943",
        "activityBar.foreground":"#ffffff",
        "activityBarBadge.background":"#5d67ad",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#5d67ad",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#5d67ad",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#323c46",
        "tab.inactiveBackground":"#353e49",
        "editorGroupHeader.tabsBackground":"#323c46",
        "titleBar.activeBackground":"#232a31",
        "list.activeSelectionBackground":"#d60257",
        "list.hoverBackground":"#323c46",
        "list.activeSelectionForeground":"#2c343d",
        "list.inactiveSelectionBackground":"#2c343d",
        "list.focusBackground":"#4c5a69",
        "editorLineNumber.foreground":"#576678",
        "editorIndentGuide.background":"#414d5b",
        "editorWhitespace.foreground":"#414d5b",
        "editorRuler.foreground":"#414d5b",
        "editorLink.activeForeground":"#5d67ad",
        "statusBar.noFolderBackground":"#d60257",
        "input.background":"#21272e",
        "input.foreground":"#ffffff",
        "input.border":"#4c5a69",
        "input.placeholderForeground":"#526172",
        "inputOption.activeBorder":"#d60257",
        "input.activeBorder":"#5d67ad",
        "progressBar.background":"#e45635",
        "focusBorder":"#5d67ad",
        "button.background":"#d60257",
        "button.foreground":"#ffffff",
        "panel.background":"#414d5b",
        "editorWidget.background":"#414d5b",
        "editorWidget.border":"#576678",
        "panelTitle.activeBorder":"#5d67ad",
        "dropdown.background":"#282f37",
        "dropdown.border":"#282f37",
        "dropdown.foreground":"#ffffff",
        "panelTitle.inactiveForeground":"#7b8da0",
        "panel.border":"#576678",
        "scrollbarSlider.activeBackground":"#5d67adaa",
        "scrollbarSlider.background":"#576678aa",
        "scrollbarSlider.hoverBackground":"#5d67ad55",
        "tab.inactiveForeground":"#8a9aab",
        "editorGutter.background":"#282f37",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#6d8095",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#5d67ad44",
        "editorBracketMatch.border":"#d60257",
        "notification.background":"#37414c",
        "notification.foreground":"#ffffff",
        "notification.buttonBackground":"#5d67ad",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#21272e",
        "terminal.foreground":"#ffffff",
        "terminal.ansiBlack":"#37414c",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#5d67ad",
        "terminal.ansiYellow":"#d60257",
        "terminal.ansiBlue":"#e45635",
        "terminal.ansiMagenta":"#5d67ad",
        "terminal.ansiCyan":"#e45635",
        "terminal.ansiWhite":"#ffffff",
        "terminal.ansiBrightBlack":"#576678",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#a1a7cf",
        "terminal.ansiBrightYellow":"#fd418c",
        "terminal.ansiBrightBlue":"#f0a18f",
        "terminal.ansiBrightMagenta":"#a1a7cf",
        "terminal.ansiBrightCyan":"#f0a18f",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#5d67ad",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#7f87be",
        "peekView.border":"#5d67ad",
        "peekViewEditor.background":"#232a31",
        "peekViewEditorGutter.background":"#282f37",
        "peekViewResult.background":"#37414c",
        "peekViewTitle.background":"#282f37",
        "peekViewTitleLabel.foreground":"#ffffff",
        "peekViewTitleDescription.foreground":"#f7f7f7",
        "peekViewResult.selectionBackground":"#303943",
        "peekViewResult.selectionForeground":"#ffffff",
        "peekViewResult.fileForeground":"#f5f5f5",
        "peekViewResult.lineForeground":"#e6e6e6",
        "peekViewEditor.matchHighlightBackground":"#d6025755",
        "peekViewResult.matchHighlightBackground":"#d6025755",
        "editor.hoverHighlightBackground":"#5d67ad22",
        "editor.wordHighlightBackground":"#e4563522",
        "editor.wordHighlightStrongBackground":"#d6025722",
        "editorOverviewRuler.findMatchForeground":"#d6025755",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#171b1f",
        "editorSuggestWidget.highlightForeground":"#5d67ad",
        "editorSuggestWidget.foreground":"#ffffff",
        "editorSuggestWidget.selectedBackground":"#576678"
            }
}