{
    "name": "banner",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#1d1a26",
                "foreground": "#c5bedd",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#c5bedd",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#c5bedd",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#594b87"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#cded1c"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#cded1c"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#a25cdb"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#a25cdb"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#a6ef61"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#a25cdb"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#7cd827"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#a25cdb"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#a25cdb"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#7cd827"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#a25cdb"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#a6ef61"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#a25cdb"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#a25cdb"
            }
        },
        {
            "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": "#cded1c"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#594b87"
            }
        },
        {
            "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": "#7e6faf"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#cded1c"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#a25cdb"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#cded1c"
            }
        },
        {
            "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": "#c5bedd"
            }
        },
        {
            "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": "#7cd827"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#7cd827",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#ffffff",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#cded1c",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#a25cdb"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#a6ef61"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#cded1c"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#a6ef61"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#a6ef61"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#a6ef61"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#7cd827",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#7cd827"
            }
        },
        {
            "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": "#c5bedd"
            }
        }
    ],
    "colors": {
        "foreground":"#c5bedd",
        "editor.background": "#1d1a26",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#c5bedd",
        "editorWhitespace.foreground": "#403953",
        "editor.lineHighlightBackground": "#24202f",
        "editor.selectionBackground": "#7cd82755",
        "sideBar.background":"#292435",
        "sideBar.foreground":"#c5bedd",
        "sideBarSectionHeader.background": "#2f2b3e",
        "sideBarSectionHeader.foreground": "#c5bedd",
        "activityBar.background":"#221e2c",
        "activityBar.foreground":"#c5bedd",
        "activityBarBadge.background":"#7cd827",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#7cd827",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#7cd827",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#24202f",
        "tab.inactiveBackground":"#262232",
        "editorGroupHeader.tabsBackground":"#24202f",
        "titleBar.activeBackground":"#14121a",
        "list.activeSelectionBackground":"#a25cdb",
        "list.hoverBackground":"#24202f",
        "list.activeSelectionForeground":"#1d1a26",
        "list.inactiveSelectionBackground":"#1d1a26",
        "list.focusBackground":"#403953",
        "editorLineNumber.foreground":"#4b4363",
        "editorIndentGuide.background":"#342f44",
        "editorWhitespace.foreground":"#342f44",
        "editorRuler.foreground":"#342f44",
        "editorLink.activeForeground":"#7cd827",
        "statusBar.noFolderBackground":"#a25cdb",
        "input.background":"#111017",
        "input.foreground":"#c5bedd",
        "input.border":"#403953",
        "input.placeholderForeground":"#473f5c",
        "inputOption.activeBorder":"#a25cdb",
        "input.activeBorder":"#7cd827",
        "progressBar.background":"#ffffff",
        "focusBorder":"#7cd827",
        "button.background":"#a25cdb",
        "button.foreground":"#ffffff",
        "panel.background":"#342f44",
        "editorWidget.background":"#342f44",
        "editorWidget.border":"#4b4363",
        "panelTitle.activeBorder":"#7cd827",
        "dropdown.background":"#181620",
        "dropdown.border":"#181620",
        "dropdown.foreground":"#c5bedd",
        "panelTitle.inactiveForeground":"#6e6290",
        "panel.border":"#4b4363",
        "scrollbarSlider.activeBackground":"#7cd827aa",
        "scrollbarSlider.background":"#4b4363aa",
        "scrollbarSlider.hoverBackground":"#7cd82755",
        "tab.inactiveForeground":"#7b6f9d",
        "editorGutter.background":"#181620",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#625881",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#7cd82744",
        "editorBracketMatch.border":"#a25cdb",
        "notification.background":"#292435",
        "notification.foreground":"#c5bedd",
        "notification.buttonBackground":"#7cd827",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#111017",
        "terminal.foreground":"#c5bedd",
        "terminal.ansiBlack":"#292435",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#7cd827",
        "terminal.ansiYellow":"#a25cdb",
        "terminal.ansiBlue":"#ffffff",
        "terminal.ansiMagenta":"#a6ef61",
        "terminal.ansiCyan":"#a6ef61",
        "terminal.ansiWhite":"#d4cfe6",
        "terminal.ansiBrightBlack":"#4b4363",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#b0e87d",
        "terminal.ansiBrightYellow":"#d2b0ed",
        "terminal.ansiBrightBlue":"#ffffff",
        "terminal.ansiBrightMagenta":"#daf8be",
        "terminal.ansiBrightCyan":"#daf8be",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#7cd827",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#96e052",
        "peekView.border":"#7cd827",
        "peekViewEditor.background":"#14121a",
        "peekViewEditorGutter.background":"#181620",
        "peekViewResult.background":"#292435",
        "peekViewTitle.background":"#181620",
        "peekViewTitleLabel.foreground":"#c5bedd",
        "peekViewTitleDescription.foreground":"#bcb4d8",
        "peekViewResult.selectionBackground":"#221e2c",
        "peekViewResult.selectionForeground":"#c5bedd",
        "peekViewResult.fileForeground":"#b9b1d6",
        "peekViewResult.lineForeground":"#a79ccb",
        "peekViewEditor.matchHighlightBackground":"#a25cdb55",
        "peekViewResult.matchHighlightBackground":"#a25cdb55",
        "editor.hoverHighlightBackground":"#7cd82722",
        "editor.wordHighlightBackground":"#ffffff22",
        "editor.wordHighlightStrongBackground":"#a25cdb22",
        "editorOverviewRuler.findMatchForeground":"#a25cdb55",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#060508",
        "editorSuggestWidget.highlightForeground":"#7cd827",
        "editorSuggestWidget.foreground":"#c5bedd",
        "editorSuggestWidget.selectedBackground":"#4b4363"
            }
}