{
    "name": "prime",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#202030",
                "foreground": "#9090b2",
                "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": "#4c4c70"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#88c448"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#ee4266"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#f3fcf0"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#9d50ba"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffd23f"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#d5d5e8"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#9d50ba"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "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": "#a2d66b"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#4c4c70"
            }
        },
        {
            "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": "#6d6d9c"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#ee4266"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "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": "#9090b2"
            }
        },
        {
            "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": "#9d50ba"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#9d50ba",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#d5d5e8",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#88c448",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#f3fcf0"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#f3fcf0"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#f3fcf0"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#f3fcf0"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#9d50ba",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#9d50ba"
            }
        },
        {
            "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": "#9090b2"
            }
        }
    ],
    "colors": {
        "foreground":"#9090b2",
        "editor.background": "#202030",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#9090b2",
        "editorWhitespace.foreground": "#3f3f5e",
        "editor.lineHighlightBackground": "#262639",
        "editor.selectionBackground": "#ee426655",
        "sideBar.background":"#2a2a3f",
        "sideBar.foreground":"#9090b2",
        "sideBarSectionHeader.background": "#303048",
        "sideBarSectionHeader.foreground": "#9090b2",
        "activityBar.background":"#242436",
        "activityBar.foreground":"#9090b2",
        "activityBarBadge.background":"#9d50ba",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#9d50ba",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#9d50ba",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#262639",
        "tab.inactiveBackground":"#28283c",
        "editorGroupHeader.tabsBackground":"#262639",
        "titleBar.activeBackground":"#181824",
        "list.activeSelectionBackground":"#ee4266",
        "list.hoverBackground":"#262639",
        "list.activeSelectionForeground":"#202030",
        "list.inactiveSelectionBackground":"#202030",
        "list.focusBackground":"#3f3f5e",
        "editorLineNumber.foreground":"#49496d",
        "editorIndentGuide.background":"#34344f",
        "editorWhitespace.foreground":"#34344f",
        "editorRuler.foreground":"#34344f",
        "editorLink.activeForeground":"#9d50ba",
        "statusBar.noFolderBackground":"#ee4266",
        "input.background":"#161621",
        "input.foreground":"#9090b2",
        "input.border":"#3f3f5e",
        "input.placeholderForeground":"#454567",
        "inputOption.activeBorder":"#ee4266",
        "input.activeBorder":"#9d50ba",
        "progressBar.background":"#ffd23f",
        "focusBorder":"#9d50ba",
        "button.background":"#ee4266",
        "button.foreground":"#ffffff",
        "panel.background":"#34344f",
        "editorWidget.background":"#34344f",
        "editorWidget.border":"#49496d",
        "panelTitle.activeBorder":"#9d50ba",
        "dropdown.background":"#1c1c2a",
        "dropdown.border":"#1c1c2a",
        "dropdown.foreground":"#9090b2",
        "panelTitle.inactiveForeground":"#68689a",
        "panel.border":"#49496d",
        "scrollbarSlider.activeBackground":"#9d50baaa",
        "scrollbarSlider.background":"#49496daa",
        "scrollbarSlider.hoverBackground":"#9d50ba55",
        "tab.inactiveForeground":"#7777a5",
        "editorGutter.background":"#1c1c2a",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#5d5d8c",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#9d50ba44",
        "editorBracketMatch.border":"#ee4266",
        "notification.background":"#2a2a3f",
        "notification.foreground":"#9090b2",
        "notification.buttonBackground":"#9d50ba",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#161621",
        "terminal.foreground":"#9090b2",
        "terminal.ansiBlack":"#2a2a3f",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#9d50ba",
        "terminal.ansiYellow":"#ee4266",
        "terminal.ansiBlue":"#ffd23f",
        "terminal.ansiMagenta":"#f3fcf0",
        "terminal.ansiCyan":"#ee4266",
        "terminal.ansiWhite":"#9f9fbc",
        "terminal.ansiBrightBlack":"#49496d",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#c699d7",
        "terminal.ansiBrightYellow":"#f6a0b2",
        "terminal.ansiBrightBlue":"#ffeaa5",
        "terminal.ansiBrightMagenta":"#ffffff",
        "terminal.ansiBrightCyan":"#f6a0b2",
        "terminal.ansiBrightWhite":"#ccccdc",
        "extensionButton.prominentBackground":"#9d50ba",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#b175c8",
        "peekView.border":"#9d50ba",
        "peekViewEditor.background":"#181824",
        "peekViewEditorGutter.background":"#1c1c2a",
        "peekViewResult.background":"#2a2a3f",
        "peekViewTitle.background":"#1c1c2a",
        "peekViewTitleLabel.foreground":"#9090b2",
        "peekViewTitleDescription.foreground":"#8787ac",
        "peekViewResult.selectionBackground":"#242436",
        "peekViewResult.selectionForeground":"#9090b2",
        "peekViewResult.fileForeground":"#8484aa",
        "peekViewResult.lineForeground":"#72729d",
        "peekViewEditor.matchHighlightBackground":"#ee426655",
        "peekViewResult.matchHighlightBackground":"#ee426655",
        "editor.hoverHighlightBackground":"#9d50ba22",
        "editor.wordHighlightBackground":"#ffd23f22",
        "editor.wordHighlightStrongBackground":"#ee426622",
        "editorOverviewRuler.findMatchForeground":"#ee426655",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#0c0c11",
        "editorSuggestWidget.highlightForeground":"#9d50ba",
        "editorSuggestWidget.foreground":"#9090b2",
        "editorSuggestWidget.selectedBackground":"#49496d"
            }
}