{
    "name": "morass",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#313a36",
                "foreground": "#e4e3e1",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#e4e3e1",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#e4e3e1",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#63776d"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#f8bb39"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#f8bb39"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#68875a"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#68875a"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#afd0c4"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#68875a"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#fdec5a"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#68875a"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#68875a"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#afb54c"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#e4e3e1"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#fdec5a"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#68875a"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#677c71"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#68875a"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#68875a"
            }
        },
        {
            "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": "#f8bb39"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#63776d"
            }
        },
        {
            "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": "#899d93"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#f8bb39"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#68875a"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#f8bb39"
            }
        },
        {
            "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": "#e4e3e1"
            }
        },
        {
            "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": "#fdec5a"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#fdec5a",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#e4e3e1",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#f8bb39",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#68875a"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#afd0c4"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#f8bb39"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#afd0c4"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#afd0c4"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#afd0c4"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#fdec5a",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#fdec5a"
            }
        },
        {
            "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": "#e4e3e1"
            }
        }
    ],
    "colors": {
        "foreground":"#e4e3e1",
        "editor.background": "#313a36",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#e4e3e1",
        "editorWhitespace.foreground": "#54635d",
        "editor.lineHighlightBackground": "#38423e",
        "editor.selectionBackground": "#fdec5a55",
        "sideBar.background":"#3d4843",
        "sideBar.foreground":"#e4e3e1",
        "sideBarSectionHeader.background": "#44504b",
        "sideBarSectionHeader.foreground": "#e4e3e1",
        "activityBar.background":"#36403b",
        "activityBar.foreground":"#e4e3e1",
        "activityBarBadge.background":"#fdec5a",
        "activityBarBadge.foreground":"#1a1f1d",
        "badge.background":"#fdec5a",
        "badge.foreground":"#1a1f1d",
        "statusBar.background":"#fdec5a",
        "statusBar.foreground":"#1a1f1d",
        "editorGroup.background":"#38423e",
        "tab.inactiveBackground":"#3a4540",
        "editorGroupHeader.tabsBackground":"#38423e",
        "titleBar.activeBackground":"#282f2c",
        "list.activeSelectionBackground":"#68875a",
        "list.hoverBackground":"#38423e",
        "list.activeSelectionForeground":"#313a36",
        "list.inactiveSelectionBackground":"#313a36",
        "list.focusBackground":"#54635d",
        "editorLineNumber.foreground":"#607169",
        "editorIndentGuide.background":"#485650",
        "editorWhitespace.foreground":"#485650",
        "editorRuler.foreground":"#485650",
        "editorLink.activeForeground":"#fdec5a",
        "statusBar.noFolderBackground":"#68875a",
        "input.background":"#252c29",
        "input.foreground":"#e4e3e1",
        "input.border":"#54635d",
        "input.placeholderForeground":"#5b6c64",
        "inputOption.activeBorder":"#68875a",
        "input.activeBorder":"#fdec5a",
        "progressBar.background":"#afb54c",
        "focusBorder":"#fdec5a",
        "button.background":"#68875a",
        "button.foreground":"#1a1f1d",
        "panel.background":"#485650",
        "editorWidget.background":"#485650",
        "editorWidget.border":"#607169",
        "panelTitle.activeBorder":"#fdec5a",
        "dropdown.background":"#2c3431",
        "dropdown.border":"#2c3431",
        "dropdown.foreground":"#e4e3e1",
        "panelTitle.inactiveForeground":"#859890",
        "panel.border":"#607169",
        "scrollbarSlider.activeBackground":"#fdec5aaa",
        "scrollbarSlider.background":"#607169aa",
        "scrollbarSlider.hoverBackground":"#fdec5a55",
        "tab.inactiveForeground":"#93a49c",
        "editorGutter.background":"#2c3431",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#778d83",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#fdec5a44",
        "editorBracketMatch.border":"#68875a",
        "notification.background":"#3d4843",
        "notification.foreground":"#e4e3e1",
        "notification.buttonBackground":"#fdec5a",
        "notification.buttonForeground":"#1a1f1d",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#252c29",
        "terminal.foreground":"#e4e3e1",
        "terminal.ansiBlack":"#3d4843",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#fdec5a",
        "terminal.ansiYellow":"#68875a",
        "terminal.ansiBlue":"#afb54c",
        "terminal.ansiMagenta":"#afd0c4",
        "terminal.ansiCyan":"#677c71",
        "terminal.ansiWhite":"#f0f0ee",
        "terminal.ansiBrightBlack":"#607169",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#fef8bf",
        "terminal.ansiBrightYellow":"#9db691",
        "terminal.ansiBrightBlue":"#cfd394",
        "terminal.ansiBrightMagenta":"#eff6f3",
        "terminal.ansiBrightCyan":"#9cada4",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#fdec5a",
        "extensionButton.prominentForeground":"#1a1f1d",
        "extensionButton.prominentHoverBackground":"#fef28c",
        "peekView.border":"#fdec5a",
        "peekViewEditor.background":"#282f2c",
        "peekViewEditorGutter.background":"#2c3431",
        "peekViewResult.background":"#3d4843",
        "peekViewTitle.background":"#2c3431",
        "peekViewTitleLabel.foreground":"#e4e3e1",
        "peekViewTitleDescription.foreground":"#dddbd9",
        "peekViewResult.selectionBackground":"#36403b",
        "peekViewResult.selectionForeground":"#e4e3e1",
        "peekViewResult.fileForeground":"#dad9d6",
        "peekViewResult.lineForeground":"#cccac6",
        "peekViewEditor.matchHighlightBackground":"#68875a55",
        "peekViewResult.matchHighlightBackground":"#68875a55",
        "editor.hoverHighlightBackground":"#fdec5a22",
        "editor.wordHighlightBackground":"#afb54c22",
        "editor.wordHighlightStrongBackground":"#68875a22",
        "editorOverviewRuler.findMatchForeground":"#68875a55",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#1a1e1c",
        "editorSuggestWidget.highlightForeground":"#fdec5a",
        "editorSuggestWidget.foreground":"#e4e3e1",
        "editorSuggestWidget.selectedBackground":"#607169"
            }
}