{
    "name": "fodder",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#2d4137",
                "foreground": "#cce0d6",
                "selectionForeground": "#98d046",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#98d046",
                "bracketsForeground": "#cce0d6",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#cce0d6",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#5f8c75"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#98d046"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#98d046"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#98d046"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#98d046"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#ad9895"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#98d046"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#98d046"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#fcfcfa"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#ad9895"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#98d046"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#ad9895"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#98d046"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#98d046"
            }
        },
        {
            "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": "#f7a21b"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#5f8c75"
            }
        },
        {
            "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": "#89af9b"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#98d046"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "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": "#cce0d6"
            }
        },
        {
            "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": "#ad9895"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#ad9895",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#ffffff",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#f7a21b",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#98d046"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#98d046"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#f7a21b"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#98d046"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#98d046"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#98d046"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#ad9895",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#ad9895"
            }
        },
        {
            "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": "#cce0d6"
            }
        }
    ],
    "colors": {
        "foreground":"#cce0d6",
        "editor.background": "#2d4137",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#cce0d6",
        "editorWhitespace.foreground": "#4c6e5d",
        "editor.lineHighlightBackground": "#334a3f",
        "editor.selectionBackground": "#fcfcfa55",
        "sideBar.background":"#375044",
        "sideBar.foreground":"#cce0d6",
        "sideBarSectionHeader.background": "#3e594b",
        "sideBarSectionHeader.foreground": "#cce0d6",
        "activityBar.background":"#31473c",
        "activityBar.foreground":"#cce0d6",
        "activityBarBadge.background":"#ad9895",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#ad9895",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#ad9895",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#334a3f",
        "tab.inactiveBackground":"#354d41",
        "editorGroupHeader.tabsBackground":"#334a3f",
        "titleBar.activeBackground":"#25352d",
        "list.activeSelectionBackground":"#98d046",
        "list.hoverBackground":"#334a3f",
        "list.activeSelectionForeground":"#2d4137",
        "list.inactiveSelectionBackground":"#2d4137",
        "list.focusBackground":"#4c6e5d",
        "editorLineNumber.foreground":"#577d6a",
        "editorIndentGuide.background":"#425f50",
        "editorWhitespace.foreground":"#425f50",
        "editorRuler.foreground":"#425f50",
        "editorLink.activeForeground":"#ad9895",
        "statusBar.noFolderBackground":"#98d046",
        "input.background":"#23322a",
        "input.foreground":"#cce0d6",
        "input.border":"#4c6e5d",
        "input.placeholderForeground":"#537765",
        "inputOption.activeBorder":"#98d046",
        "input.activeBorder":"#ad9895",
        "progressBar.background":"#fcfcfa",
        "focusBorder":"#ad9895",
        "button.background":"#98d046",
        "button.foreground":"#ffffff",
        "panel.background":"#425f50",
        "editorWidget.background":"#425f50",
        "editorWidget.border":"#577d6a",
        "panelTitle.activeBorder":"#ad9895",
        "dropdown.background":"#293b32",
        "dropdown.border":"#293b32",
        "dropdown.foreground":"#cce0d6",
        "panelTitle.inactiveForeground":"#7ca490",
        "panel.border":"#577d6a",
        "scrollbarSlider.activeBackground":"#ad9895aa",
        "scrollbarSlider.background":"#577d6aaa",
        "scrollbarSlider.hoverBackground":"#ad989555",
        "tab.inactiveForeground":"#8baf9d",
        "editorGutter.background":"#293b32",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#6d9a83",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#ad989544",
        "editorBracketMatch.border":"#98d046",
        "notification.background":"#375044",
        "notification.foreground":"#cce0d6",
        "notification.buttonBackground":"#ad9895",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#23322a",
        "terminal.foreground":"#cce0d6",
        "terminal.ansiBlack":"#375044",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#ad9895",
        "terminal.ansiYellow":"#98d046",
        "terminal.ansiBlue":"#fcfcfa",
        "terminal.ansiMagenta":"#98d046",
        "terminal.ansiCyan":"#ad9895",
        "terminal.ansiWhite":"#dceae3",
        "terminal.ansiBrightBlack":"#577d6a",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#d9d0ce",
        "terminal.ansiBrightYellow":"#c5e597",
        "terminal.ansiBrightBlue":"#ffffff",
        "terminal.ansiBrightMagenta":"#c5e597",
        "terminal.ansiBrightCyan":"#d9d0ce",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#ad9895",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#c3b4b2",
        "peekView.border":"#ad9895",
        "peekViewEditor.background":"#25352d",
        "peekViewEditorGutter.background":"#293b32",
        "peekViewResult.background":"#375044",
        "peekViewTitle.background":"#293b32",
        "peekViewTitleLabel.foreground":"#cce0d6",
        "peekViewTitleDescription.foreground":"#c2dace",
        "peekViewResult.selectionBackground":"#31473c",
        "peekViewResult.selectionForeground":"#cce0d6",
        "peekViewResult.fileForeground":"#bfd8cc",
        "peekViewResult.lineForeground":"#accdbc",
        "peekViewEditor.matchHighlightBackground":"#98d04655",
        "peekViewResult.matchHighlightBackground":"#98d04655",
        "editor.hoverHighlightBackground":"#ad989522",
        "editor.wordHighlightBackground":"#fcfcfa22",
        "editor.wordHighlightStrongBackground":"#98d04622",
        "editorOverviewRuler.findMatchForeground":"#98d04655",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#18231d",
        "editorSuggestWidget.highlightForeground":"#ad9895",
        "editorSuggestWidget.foreground":"#cce0d6",
        "editorSuggestWidget.selectedBackground":"#577d6a"
            }
}