{
    "name": "overflow",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#252c33",
                "foreground": "#aeb9c4",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#aeb9c4",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#aeb9c4",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#44515e"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#4abcc9"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#ef8b75"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#b0ca48"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#b0ca48"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#fe532c"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#b0ca48"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#fe532c"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#b0ca48"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#b0ca48"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#1f9aa8"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#e3edf7"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#fe532c"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#b0ca48"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#b0ca48"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#b0ca48"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#b0ca48"
            }
        },
        {
            "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": "#4abcc9"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#44515e"
            }
        },
        {
            "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": "#64778a"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#4abcc9"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#b0ca48"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#4abcc9"
            }
        },
        {
            "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": "#aeb9c4"
            }
        },
        {
            "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": "#fe532c"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#fe532c",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#e3edf7",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#ef8b75",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#b0ca48"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#fe532c"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#4abcc9"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#fe532c"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#fe532c"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#fe532c"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#fe532c",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#fe532c"
            }
        },
        {
            "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": "#aeb9c4"
            }
        }
    ],
    "colors": {
        "foreground":"#aeb9c4",
        "editor.background": "#252c33",
        "editorCursor.foreground": "#ffffff",
        "editor.foreground": "#aeb9c4",
        "editorWhitespace.foreground": "#45525f",
        "editor.lineHighlightBackground": "#2b343c",
        "editor.selectionBackground": "#b0ca4855",
        "sideBar.background":"#303942",
        "sideBar.foreground":"#aeb9c4",
        "sideBarSectionHeader.background": "#36404b",
        "sideBarSectionHeader.foreground": "#aeb9c4",
        "activityBar.background":"#293139",
        "activityBar.foreground":"#aeb9c4",
        "activityBarBadge.background":"#fe532c",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#fe532c",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#fe532c",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#2b343c",
        "tab.inactiveBackground":"#2e363f",
        "editorGroupHeader.tabsBackground":"#2b343c",
        "titleBar.activeBackground":"#1c2227",
        "list.activeSelectionBackground":"#b0ca48",
        "list.hoverBackground":"#2b343c",
        "list.activeSelectionForeground":"#252c33",
        "list.inactiveSelectionBackground":"#252c33",
        "list.focusBackground":"#45525f",
        "editorLineNumber.foreground":"#505f6e",
        "editorIndentGuide.background":"#3a4551",
        "editorWhitespace.foreground":"#3a4551",
        "editorRuler.foreground":"#3a4551",
        "editorLink.activeForeground":"#fe532c",
        "statusBar.noFolderBackground":"#b0ca48",
        "input.background":"#1a1f24",
        "input.foreground":"#aeb9c4",
        "input.border":"#45525f",
        "input.placeholderForeground":"#4c5a68",
        "inputOption.activeBorder":"#b0ca48",
        "input.activeBorder":"#fe532c",
        "progressBar.background":"#1f9aa8",
        "focusBorder":"#fe532c",
        "button.background":"#b0ca48",
        "button.foreground":"#ffffff",
        "panel.background":"#3a4551",
        "editorWidget.background":"#3a4551",
        "editorWidget.border":"#505f6e",
        "panelTitle.activeBorder":"#fe532c",
        "dropdown.background":"#21272d",
        "dropdown.border":"#21272d",
        "dropdown.foreground":"#aeb9c4",
        "panelTitle.inactiveForeground":"#728599",
        "panel.border":"#505f6e",
        "scrollbarSlider.activeBackground":"#fe532caa",
        "scrollbarSlider.background":"#505f6eaa",
        "scrollbarSlider.hoverBackground":"#fe532c55",
        "tab.inactiveForeground":"#8192a3",
        "editorGutter.background":"#21272d",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#65788c",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#fe532c44",
        "editorBracketMatch.border":"#b0ca48",
        "notification.background":"#303942",
        "notification.foreground":"#aeb9c4",
        "notification.buttonBackground":"#fe532c",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#1a1f24",
        "terminal.foreground":"#aeb9c4",
        "terminal.ansiBlack":"#303942",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#fe532c",
        "terminal.ansiYellow":"#b0ca48",
        "terminal.ansiBlue":"#1f9aa8",
        "terminal.ansiMagenta":"#fe532c",
        "terminal.ansiCyan":"#b0ca48",
        "terminal.ansiWhite":"#bdc6cf",
        "terminal.ansiBrightBlack":"#505f6e",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#fea692",
        "terminal.ansiBrightYellow":"#d2e197",
        "terminal.ansiBrightBlue":"#4fd0de",
        "terminal.ansiBrightMagenta":"#fea692",
        "terminal.ansiBrightCyan":"#d2e197",
        "terminal.ansiBrightWhite":"#e9ecef",
        "extensionButton.prominentBackground":"#fe532c",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#fe7c5f",
        "peekView.border":"#fe532c",
        "peekViewEditor.background":"#1c2227",
        "peekViewEditorGutter.background":"#21272d",
        "peekViewResult.background":"#303942",
        "peekViewTitle.background":"#21272d",
        "peekViewTitleLabel.foreground":"#aeb9c4",
        "peekViewTitleDescription.foreground":"#a5b1be",
        "peekViewResult.selectionBackground":"#293139",
        "peekViewResult.selectionForeground":"#aeb9c4",
        "peekViewResult.fileForeground":"#a2afbb",
        "peekViewResult.lineForeground":"#909fae",
        "peekViewEditor.matchHighlightBackground":"#b0ca4855",
        "peekViewResult.matchHighlightBackground":"#b0ca4855",
        "editor.hoverHighlightBackground":"#fe532c22",
        "editor.wordHighlightBackground":"#1f9aa822",
        "editor.wordHighlightStrongBackground":"#b0ca4822",
        "editorOverviewRuler.findMatchForeground":"#b0ca4855",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#101215",
        "editorSuggestWidget.highlightForeground":"#fe532c",
        "editorSuggestWidget.foreground":"#aeb9c4",
        "editorSuggestWidget.selectedBackground":"#505f6e"
            }
}