{
    "name": "mintchoc",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#2b221c",
                "foreground": "#bababa",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#9d8262",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#008d62",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#564439"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#00e08c"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#00e08c"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#008d62"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#008d62"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#9d8262"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#008d62"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#9d8262"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#008d62"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#008d62"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#00e08c"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#bababa"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#9d8262"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#008d62"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#008d62"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#008d62"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#008d62"
            }
        },
        {
            "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": "#00e08c"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#564439"
            }
        },
        {
            "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": "#846857"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#00e08c"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#008d62"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#00e08c"
            }
        },
        {
            "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": "#bababa"
            }
        },
        {
            "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": "#9d8262"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#9d8262",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#bababa",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#00e08c",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#008d62"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#9d8262"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#00e08c"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#9d8262"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#9d8262"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#9d8262"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#9d8262",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#9d8262"
            }
        },
        {
            "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": "#bababa"
            }
        }
    ],
    "colors": {
        "foreground":"#bababa",
        "editor.background": "#2b221c",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#bababa",
        "editorWhitespace.foreground": "#59473a",
        "editor.lineHighlightBackground": "#342922",
        "editor.selectionBackground": "#008d6255",
        "sideBar.background":"#3a2e26",
        "sideBar.foreground":"#bababa",
        "sideBarSectionHeader.background": "#44362c",
        "sideBarSectionHeader.foreground": "#bababa",
        "activityBar.background":"#312720",
        "activityBar.foreground":"#bababa",
        "activityBarBadge.background":"#9d8262",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#9d8262",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#9d8262",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#342922",
        "tab.inactiveBackground":"#372c24",
        "editorGroupHeader.tabsBackground":"#342922",
        "titleBar.activeBackground":"#1f1814",
        "list.activeSelectionBackground":"#008d62",
        "list.hoverBackground":"#342922",
        "list.activeSelectionForeground":"#2b221c",
        "list.inactiveSelectionBackground":"#2b221c",
        "list.focusBackground":"#59473a",
        "editorLineNumber.foreground":"#695344",
        "editorIndentGuide.background":"#4a3a30",
        "editorWhitespace.foreground":"#4a3a30",
        "editorRuler.foreground":"#4a3a30",
        "editorLink.activeForeground":"#9d8262",
        "statusBar.noFolderBackground":"#008d62",
        "input.background":"#1c1612",
        "input.foreground":"#bababa",
        "input.border":"#59473a",
        "input.placeholderForeground":"#634e40",
        "inputOption.activeBorder":"#008d62",
        "input.activeBorder":"#9d8262",
        "progressBar.background":"#00e08c",
        "focusBorder":"#9d8262",
        "button.background":"#008d62",
        "button.foreground":"#ffffff",
        "panel.background":"#4a3a30",
        "editorWidget.background":"#4a3a30",
        "editorWidget.border":"#695344",
        "panelTitle.activeBorder":"#9d8262",
        "dropdown.background":"#251d18",
        "dropdown.border":"#251d18",
        "dropdown.foreground":"#bababa",
        "panelTitle.inactiveForeground":"#977762",
        "panel.border":"#695344",
        "scrollbarSlider.activeBackground":"#9d8262aa",
        "scrollbarSlider.background":"#695344aa",
        "scrollbarSlider.hoverBackground":"#9d826255",
        "tab.inactiveForeground":"#a28571",
        "editorGutter.background":"#251d18",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#886b58",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#9d826244",
        "editorBracketMatch.border":"#008d62",
        "notification.background":"#3a2e26",
        "notification.foreground":"#bababa",
        "notification.buttonBackground":"#9d8262",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#1c1612",
        "terminal.foreground":"#bababa",
        "terminal.ansiBlack":"#3a2e26",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#9d8262",
        "terminal.ansiYellow":"#008d62",
        "terminal.ansiBlue":"#00e08c",
        "terminal.ansiMagenta":"#9d8262",
        "terminal.ansiCyan":"#008d62",
        "terminal.ansiWhite":"#c7c7c7",
        "terminal.ansiBrightBlack":"#695344",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#c4b4a1",
        "terminal.ansiBrightYellow":"#00f3a9",
        "terminal.ansiBrightBlue":"#47ffba",
        "terminal.ansiBrightMagenta":"#c4b4a1",
        "terminal.ansiBrightCyan":"#00f3a9",
        "terminal.ansiBrightWhite":"#ededed",
        "extensionButton.prominentBackground":"#9d8262",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#b19b81",
        "peekView.border":"#9d8262",
        "peekViewEditor.background":"#1f1814",
        "peekViewEditorGutter.background":"#251d18",
        "peekViewResult.background":"#3a2e26",
        "peekViewTitle.background":"#251d18",
        "peekViewTitleLabel.foreground":"#bababa",
        "peekViewTitleDescription.foreground":"#b2b2b2",
        "peekViewResult.selectionBackground":"#312720",
        "peekViewResult.selectionForeground":"#bababa",
        "peekViewResult.fileForeground":"#b0b0b0",
        "peekViewResult.lineForeground":"#a0a0a0",
        "peekViewEditor.matchHighlightBackground":"#008d6255",
        "peekViewResult.matchHighlightBackground":"#008d6255",
        "editor.hoverHighlightBackground":"#9d826222",
        "editor.wordHighlightBackground":"#00e08c22",
        "editor.wordHighlightStrongBackground":"#008d6222",
        "editorOverviewRuler.findMatchForeground":"#008d6255",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#0c0a08",
        "editorSuggestWidget.highlightForeground":"#9d8262",
        "editorSuggestWidget.foreground":"#bababa",
        "editorSuggestWidget.selectedBackground":"#695344"
            }
}