{
    "name": "crackpot",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#3a385b",
                "foreground": "#d2c9ef",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#d2c9ef",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#d2c9ef",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#5a5793"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#d2c9ef"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#d2c9ef"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#ef6461"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#ef6461"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#e4b363"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#ef6461"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#e4b363"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#ef6461"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#ef6461"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#908cd8"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#e4b363"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#ef6461"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#e8e9eb"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#ef6461"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#ef6461"
            }
        },
        {
            "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": "#d2c9ef"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#5a5793"
            }
        },
        {
            "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": "#8482b5"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#d2c9ef"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#ef6461"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#d2c9ef"
            }
        },
        {
            "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": "#d2c9ef"
            }
        },
        {
            "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": "#e4b363"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#e4b363",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#ffffff",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#d2c9ef",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#ef6461"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#e4b363"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#d2c9ef"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#e4b363"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#e4b363"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#e4b363"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#e4b363",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#e4b363"
            }
        },
        {
            "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": "#d2c9ef"
            }
        }
    ],
    "colors": {
        "foreground":"#d2c9ef",
        "editor.background": "#3a385b",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#d2c9ef",
        "editorWhitespace.foreground": "#58558a",
        "editor.lineHighlightBackground": "#403e64",
        "editor.selectionBackground": "#ef646155",
        "sideBar.background":"#44426b",
        "sideBar.foreground":"#d2c9ef",
        "sideBarSectionHeader.background": "#4a4874",
        "sideBarSectionHeader.foreground": "#d2c9ef",
        "activityBar.background":"#3e3c61",
        "activityBar.foreground":"#d2c9ef",
        "activityBarBadge.background":"#e4b363",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#e4b363",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#e4b363",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#403e64",
        "tab.inactiveBackground":"#424068",
        "editorGroupHeader.tabsBackground":"#403e64",
        "titleBar.activeBackground":"#32304e",
        "list.activeSelectionBackground":"#ef6461",
        "list.hoverBackground":"#403e64",
        "list.activeSelectionForeground":"#3a385b",
        "list.inactiveSelectionBackground":"#3a385b",
        "list.focusBackground":"#58558a",
        "editorLineNumber.foreground":"#625f9a",
        "editorIndentGuide.background":"#4e4b7b",
        "editorWhitespace.foreground":"#4e4b7b",
        "editorRuler.foreground":"#4e4b7b",
        "editorLink.activeForeground":"#e4b363",
        "statusBar.noFolderBackground":"#ef6461",
        "input.background":"#302e4b",
        "input.foreground":"#d2c9ef",
        "input.border":"#58558a",
        "input.placeholderForeground":"#5e5b94",
        "inputOption.activeBorder":"#ef6461",
        "input.activeBorder":"#e4b363",
        "progressBar.background":"#908cd8",
        "focusBorder":"#e4b363",
        "button.background":"#ef6461",
        "button.foreground":"#ffffff",
        "panel.background":"#4e4b7b",
        "editorWidget.background":"#4e4b7b",
        "editorWidget.border":"#625f9a",
        "panelTitle.activeBorder":"#e4b363",
        "dropdown.background":"#363455",
        "dropdown.border":"#363455",
        "dropdown.foreground":"#d2c9ef",
        "panelTitle.inactiveForeground":"#8f8db9",
        "panel.border":"#625f9a",
        "scrollbarSlider.activeBackground":"#e4b363aa",
        "scrollbarSlider.background":"#625f9aaa",
        "scrollbarSlider.hoverBackground":"#e4b36355",
        "tab.inactiveForeground":"#9f9dc2",
        "editorGutter.background":"#363455",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#807daf",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#e4b36344",
        "editorBracketMatch.border":"#ef6461",
        "notification.background":"#44426b",
        "notification.foreground":"#d2c9ef",
        "notification.buttonBackground":"#e4b363",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#302e4b",
        "terminal.foreground":"#d2c9ef",
        "terminal.ansiBlack":"#44426b",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#e4b363",
        "terminal.ansiYellow":"#ef6461",
        "terminal.ansiBlue":"#908cd8",
        "terminal.ansiMagenta":"#e4b363",
        "terminal.ansiCyan":"#e8e9eb",
        "terminal.ansiWhite":"#e2ddf5",
        "terminal.ansiBrightBlack":"#625f9a",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#f3ddba",
        "terminal.ansiBrightYellow":"#f8bfbe",
        "terminal.ansiBrightBlue":"#dad8f2",
        "terminal.ansiBrightMagenta":"#f3ddba",
        "terminal.ansiBrightCyan":"#ffffff",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#e4b363",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#ecc88e",
        "peekView.border":"#e4b363",
        "peekViewEditor.background":"#32304e",
        "peekViewEditorGutter.background":"#363455",
        "peekViewResult.background":"#44426b",
        "peekViewTitle.background":"#363455",
        "peekViewTitleLabel.foreground":"#d2c9ef",
        "peekViewTitleDescription.foreground":"#c8bdeb",
        "peekViewResult.selectionBackground":"#3e3c61",
        "peekViewResult.selectionForeground":"#d2c9ef",
        "peekViewResult.fileForeground":"#c5b9ea",
        "peekViewResult.lineForeground":"#b1a2e3",
        "peekViewEditor.matchHighlightBackground":"#ef646155",
        "peekViewResult.matchHighlightBackground":"#ef646155",
        "editor.hoverHighlightBackground":"#e4b36322",
        "editor.wordHighlightBackground":"#908cd822",
        "editor.wordHighlightStrongBackground":"#ef646122",
        "editorOverviewRuler.findMatchForeground":"#ef646155",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#26253b",
        "editorSuggestWidget.highlightForeground":"#e4b363",
        "editorSuggestWidget.foreground":"#d2c9ef",
        "editorSuggestWidget.selectedBackground":"#625f9a"
            }
}