{
    "name": "keen",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#111111",
                "foreground": "#cccccc",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#6f8b94",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#8767b7",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#374c60"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#b5db99"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#b5db99"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#8767b7"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#8767b7"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#6f8b94"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#8767b7"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#6f8b94"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#8767b7"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#8767b7"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#b5db99"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#cccccc"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#6f8b94"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#8767b7"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#8767b7"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#8767b7"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#8767b7"
            }
        },
        {
            "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": "#b5db99"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#374c60"
            }
        },
        {
            "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": "#537291"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#b5db99"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#8767b7"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#b5db99"
            }
        },
        {
            "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": "#cccccc"
            }
        },
        {
            "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": "#6f8b94"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#6f8b94",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#cccccc",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#b5db99",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#8767b7"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#6f8b94"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#b5db99"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#6f8b94"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#6f8b94"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#6f8b94"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#6f8b94",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#6f8b94"
            }
        },
        {
            "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": "#cccccc"
            }
        }
    ],
    "colors": {
        "foreground":"#cccccc",
        "editor.background": "#111111",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#cccccc",
        "editorWhitespace.foreground": "#373737",
        "editor.lineHighlightBackground": "#191919",
        "editor.selectionBackground": "#8767b755",
        "sideBar.background":"#1e1e1e",
        "sideBar.foreground":"#cccccc",
        "sideBarSectionHeader.background": "#252525",
        "sideBarSectionHeader.foreground": "#cccccc",
        "activityBar.background":"#161616",
        "activityBar.foreground":"#cccccc",
        "activityBarBadge.background":"#6f8b94",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#6f8b94",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#6f8b94",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#191919",
        "tab.inactiveBackground":"#1b1b1b",
        "editorGroupHeader.tabsBackground":"#191919",
        "titleBar.activeBackground":"#070707",
        "list.activeSelectionBackground":"#8767b7",
        "list.hoverBackground":"#191919",
        "list.activeSelectionForeground":"#111111",
        "list.inactiveSelectionBackground":"#111111",
        "list.focusBackground":"#373737",
        "editorLineNumber.foreground":"#444444",
        "editorIndentGuide.background":"#2a2a2a",
        "editorWhitespace.foreground":"#2a2a2a",
        "editorRuler.foreground":"#2a2a2a",
        "editorLink.activeForeground":"#6f8b94",
        "statusBar.noFolderBackground":"#8767b7",
        "input.background":"#040404",
        "input.foreground":"#cccccc",
        "input.border":"#373737",
        "input.placeholderForeground":"#3f3f3f",
        "inputOption.activeBorder":"#8767b7",
        "input.activeBorder":"#6f8b94",
        "progressBar.background":"#b5db99",
        "focusBorder":"#6f8b94",
        "button.background":"#8767b7",
        "button.foreground":"#ffffff",
        "panel.background":"#2a2a2a",
        "editorWidget.background":"#2a2a2a",
        "editorWidget.border":"#444444",
        "panelTitle.activeBorder":"#6f8b94",
        "dropdown.background":"#0c0c0c",
        "dropdown.border":"#0c0c0c",
        "dropdown.foreground":"#cccccc",
        "panelTitle.inactiveForeground":"#6a6a6a",
        "panel.border":"#444444",
        "scrollbarSlider.activeBackground":"#6f8b94aa",
        "scrollbarSlider.background":"#444444aa",
        "scrollbarSlider.hoverBackground":"#6f8b9455",
        "tab.inactiveForeground":"#777777",
        "editorGutter.background":"#0c0c0c",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#5d5d5d",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#6f8b9444",
        "editorBracketMatch.border":"#8767b7",
        "notification.background":"#1e1e1e",
        "notification.foreground":"#cccccc",
        "notification.buttonBackground":"#6f8b94",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#040404",
        "terminal.foreground":"#cccccc",
        "terminal.ansiBlack":"#1e1e1e",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#6f8b94",
        "terminal.ansiYellow":"#8767b7",
        "terminal.ansiBlue":"#b5db99",
        "terminal.ansiMagenta":"#6f8b94",
        "terminal.ansiCyan":"#8767b7",
        "terminal.ansiWhite":"#d9d9d9",
        "terminal.ansiBrightBlack":"#444444",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#aababf",
        "terminal.ansiBrightYellow":"#beacd8",
        "terminal.ansiBrightBlue":"#ecf6e4",
        "terminal.ansiBrightMagenta":"#aababf",
        "terminal.ansiBrightCyan":"#beacd8",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#6f8b94",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#8ca3aa",
        "peekView.border":"#6f8b94",
        "peekViewEditor.background":"#070707",
        "peekViewEditorGutter.background":"#0c0c0c",
        "peekViewResult.background":"#1e1e1e",
        "peekViewTitle.background":"#0c0c0c",
        "peekViewTitleLabel.foreground":"#cccccc",
        "peekViewTitleDescription.foreground":"#c4c4c4",
        "peekViewResult.selectionBackground":"#161616",
        "peekViewResult.selectionForeground":"#cccccc",
        "peekViewResult.fileForeground":"#c2c2c2",
        "peekViewResult.lineForeground":"#b3b3b3",
        "peekViewEditor.matchHighlightBackground":"#8767b755",
        "peekViewResult.matchHighlightBackground":"#8767b755",
        "editor.hoverHighlightBackground":"#6f8b9422",
        "editor.wordHighlightBackground":"#b5db9922",
        "editor.wordHighlightStrongBackground":"#8767b722",
        "editorOverviewRuler.findMatchForeground":"#8767b755",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#000000",
        "editorSuggestWidget.highlightForeground":"#6f8b94",
        "editorSuggestWidget.foreground":"#cccccc",
        "editorSuggestWidget.selectedBackground":"#444444"
            }
}