{
    "name": "stasis",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#2f2c33",
                "foreground": "#bbb1c9",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#ffffff",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#ffffff",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#655a72"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#7c617c"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#7c617c"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#fc814a"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#7c617c"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#fc814a"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#7c617c"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#7c617c"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#bfbfbf"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#f5f2f9"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#fc814a"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#7c617c"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#bfbfbf"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#7c617c"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#7c617c"
            }
        },
        {
            "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": "#e5c71b"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#655a72"
            }
        },
        {
            "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": "#8b7f9a"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#7c617c"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "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": "#bbb1c9"
            }
        },
        {
            "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": "#fc814a"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#fc814a",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#f5f2f9",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#e5c71b",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#7c617c"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#fc814a"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#fc814a"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#fc814a"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#fc814a"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#fc814a",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#fc814a"
            }
        },
        {
            "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": "#bbb1c9"
            }
        }
    ],
    "colors": {
        "foreground":"#bbb1c9",
        "editor.background": "#2f2c33",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#bbb1c9",
        "editorWhitespace.foreground": "#554f5c",
        "editor.lineHighlightBackground": "#37333b",
        "editor.selectionBackground": "#fc814a55",
        "sideBar.background":"#3c3841",
        "sideBar.foreground":"#bbb1c9",
        "sideBarSectionHeader.background": "#433f49",
        "sideBarSectionHeader.foreground": "#bbb1c9",
        "activityBar.background":"#343138",
        "activityBar.foreground":"#bbb1c9",
        "activityBarBadge.background":"#fc814a",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#fc814a",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#fc814a",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#37333b",
        "tab.inactiveBackground":"#39353e",
        "editorGroupHeader.tabsBackground":"#37333b",
        "titleBar.activeBackground":"#252328",
        "list.activeSelectionBackground":"#7c617c",
        "list.hoverBackground":"#37333b",
        "list.activeSelectionForeground":"#2f2c33",
        "list.inactiveSelectionBackground":"#2f2c33",
        "list.focusBackground":"#554f5c",
        "editorLineNumber.foreground":"#615b6a",
        "editorIndentGuide.background":"#48444e",
        "editorWhitespace.foreground":"#48444e",
        "editorRuler.foreground":"#48444e",
        "editorLink.activeForeground":"#fc814a",
        "statusBar.noFolderBackground":"#7c617c",
        "input.background":"#222025",
        "input.foreground":"#bbb1c9",
        "input.border":"#554f5c",
        "input.placeholderForeground":"#5c5764",
        "inputOption.activeBorder":"#7c617c",
        "input.activeBorder":"#fc814a",
        "progressBar.background":"#bfbfbf",
        "focusBorder":"#fc814a",
        "button.background":"#7c617c",
        "button.foreground":"#ffffff",
        "panel.background":"#48444e",
        "editorWidget.background":"#48444e",
        "editorWidget.border":"#615b6a",
        "panelTitle.activeBorder":"#fc814a",
        "dropdown.background":"#2a272e",
        "dropdown.border":"#2a272e",
        "dropdown.foreground":"#bbb1c9",
        "panelTitle.inactiveForeground":"#878091",
        "panel.border":"#615b6a",
        "scrollbarSlider.activeBackground":"#fc814aaa",
        "scrollbarSlider.background":"#615b6aaa",
        "scrollbarSlider.hoverBackground":"#fc814a55",
        "tab.inactiveForeground":"#948e9d",
        "editorGutter.background":"#2a272e",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#7b7385",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#fc814a44",
        "editorBracketMatch.border":"#7c617c",
        "notification.background":"#3c3841",
        "notification.foreground":"#bbb1c9",
        "notification.buttonBackground":"#fc814a",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#222025",
        "terminal.foreground":"#bbb1c9",
        "terminal.ansiBlack":"#3c3841",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#fc814a",
        "terminal.ansiYellow":"#7c617c",
        "terminal.ansiBlue":"#bfbfbf",
        "terminal.ansiMagenta":"#fc814a",
        "terminal.ansiCyan":"#bfbfbf",
        "terminal.ansiWhite":"#c8c0d3",
        "terminal.ansiBrightBlack":"#615b6a",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#fec7ae",
        "terminal.ansiBrightYellow":"#ad96ad",
        "terminal.ansiBrightBlue":"#f2f2f2",
        "terminal.ansiBrightMagenta":"#fec7ae",
        "terminal.ansiBrightCyan":"#f2f2f2",
        "terminal.ansiBrightWhite":"#f0edf3",
        "extensionButton.prominentBackground":"#fc814a",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#fda47c",
        "peekView.border":"#fc814a",
        "peekViewEditor.background":"#252328",
        "peekViewEditorGutter.background":"#2a272e",
        "peekViewResult.background":"#3c3841",
        "peekViewTitle.background":"#2a272e",
        "peekViewTitleLabel.foreground":"#bbb1c9",
        "peekViewTitleDescription.foreground":"#b3a8c3",
        "peekViewResult.selectionBackground":"#343138",
        "peekViewResult.selectionForeground":"#bbb1c9",
        "peekViewResult.fileForeground":"#b0a5c1",
        "peekViewResult.lineForeground":"#a193b4",
        "peekViewEditor.matchHighlightBackground":"#7c617c55",
        "peekViewResult.matchHighlightBackground":"#7c617c55",
        "editor.hoverHighlightBackground":"#fc814a22",
        "editor.wordHighlightBackground":"#bfbfbf22",
        "editor.wordHighlightStrongBackground":"#7c617c22",
        "editorOverviewRuler.findMatchForeground":"#7c617c55",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#161418",
        "editorSuggestWidget.highlightForeground":"#fc814a",
        "editorSuggestWidget.foreground":"#bbb1c9",
        "editorSuggestWidget.selectedBackground":"#615b6a"
            }
}