{
    "name": "glowfish",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#191f13",
                "foreground": "#6ea240",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#db784d",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#95cc5e",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#3c4e2d"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#f8bb39"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#95cc5e"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#db784d"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#db784d"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#d65940"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#db784d"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#95cc5e"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#db784d"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#db784d"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#60a365"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#6ea240"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#95cc5e"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#db784d"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#95cc5e"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#db784d"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#db784d"
            }
        },
        {
            "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": "#3c4e2d"
            }
        },
        {
            "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": "#617e49"
            }
        },
        {
            "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": "#db784d"
            }
        },
        {
            "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": "#6ea240"
            }
        },
        {
            "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": "#95cc5e"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#95cc5e",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#6ea240",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#95cc5e",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#db784d"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#d65940"
            }
        },
        {
            "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": "#d65940"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#d65940"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#d65940"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#95cc5e",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#95cc5e"
            }
        },
        {
            "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": "#6ea240"
            }
        }
    ],
    "colors": {
        "foreground":"#6ea240",
        "editor.background": "#191f13",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#6ea240",
        "editorWhitespace.foreground": "#3f4e30",
        "editor.lineHighlightBackground": "#212819",
        "editor.selectionBackground": "#db784d55",
        "sideBar.background":"#262f1d",
        "sideBar.foreground":"#6ea240",
        "sideBarSectionHeader.background": "#2d3822",
        "sideBarSectionHeader.foreground": "#6ea240",
        "activityBar.background":"#1e2517",
        "activityBar.foreground":"#6ea240",
        "activityBarBadge.background":"#95cc5e",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#95cc5e",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#95cc5e",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#212819",
        "tab.inactiveBackground":"#232c1b",
        "editorGroupHeader.tabsBackground":"#212819",
        "titleBar.activeBackground":"#0f120b",
        "list.activeSelectionBackground":"#db784d",
        "list.hoverBackground":"#212819",
        "list.activeSelectionForeground":"#191f13",
        "list.inactiveSelectionBackground":"#191f13",
        "list.focusBackground":"#3f4e30",
        "editorLineNumber.foreground":"#4c5e3a",
        "editorIndentGuide.background":"#323f26",
        "editorWhitespace.foreground":"#323f26",
        "editorRuler.foreground":"#323f26",
        "editorLink.activeForeground":"#95cc5e",
        "statusBar.noFolderBackground":"#db784d",
        "input.background":"#0c0f09",
        "input.foreground":"#6ea240",
        "input.border":"#3f4e30",
        "input.placeholderForeground":"#475836",
        "inputOption.activeBorder":"#db784d",
        "input.activeBorder":"#95cc5e",
        "progressBar.background":"#60a365",
        "focusBorder":"#95cc5e",
        "button.background":"#db784d",
        "button.foreground":"#ffffff",
        "panel.background":"#323f26",
        "editorWidget.background":"#323f26",
        "editorWidget.border":"#4c5e3a",
        "panelTitle.activeBorder":"#95cc5e",
        "dropdown.background":"#14190f",
        "dropdown.border":"#14190f",
        "dropdown.foreground":"#6ea240",
        "panelTitle.inactiveForeground":"#728e57",
        "panel.border":"#4c5e3a",
        "scrollbarSlider.activeBackground":"#95cc5eaa",
        "scrollbarSlider.background":"#4c5e3aaa",
        "scrollbarSlider.hoverBackground":"#95cc5e55",
        "tab.inactiveForeground":"#7f9d61",
        "editorGutter.background":"#14190f",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#657e4d",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#95cc5e44",
        "editorBracketMatch.border":"#db784d",
        "notification.background":"#262f1d",
        "notification.foreground":"#6ea240",
        "notification.buttonBackground":"#95cc5e",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#0c0f09",
        "terminal.foreground":"#6ea240",
        "terminal.ansiBlack":"#262f1d",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#95cc5e",
        "terminal.ansiYellow":"#db784d",
        "terminal.ansiBlue":"#60a365",
        "terminal.ansiMagenta":"#d65940",
        "terminal.ansiCyan":"#95cc5e",
        "terminal.ansiWhite":"#7ab447",
        "terminal.ansiBrightBlack":"#4c5e3a",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#c8e5ab",
        "terminal.ansiBrightYellow":"#ecb8a2",
        "terminal.ansiBrightBlue":"#a1c8a4",
        "terminal.ansiBrightMagenta":"#e8a294",
        "terminal.ansiBrightCyan":"#c8e5ab",
        "terminal.ansiBrightWhite":"#a2cb7d",
        "extensionButton.prominentBackground":"#95cc5e",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#aed885",
        "peekView.border":"#95cc5e",
        "peekViewEditor.background":"#0f120b",
        "peekViewEditorGutter.background":"#14190f",
        "peekViewResult.background":"#262f1d",
        "peekViewTitle.background":"#14190f",
        "peekViewTitleLabel.foreground":"#6ea240",
        "peekViewTitleDescription.foreground":"#67973c",
        "peekViewResult.selectionBackground":"#1e2517",
        "peekViewResult.selectionForeground":"#6ea240",
        "peekViewResult.fileForeground":"#64933a",
        "peekViewResult.lineForeground":"#557d32",
        "peekViewEditor.matchHighlightBackground":"#db784d55",
        "peekViewResult.matchHighlightBackground":"#db784d55",
        "editor.hoverHighlightBackground":"#95cc5e22",
        "editor.wordHighlightBackground":"#60a36522",
        "editor.wordHighlightStrongBackground":"#db784d22",
        "editorOverviewRuler.findMatchForeground":"#db784d55",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#000000",
        "editorSuggestWidget.highlightForeground":"#95cc5e",
        "editorSuggestWidget.foreground":"#6ea240",
        "editorSuggestWidget.selectedBackground":"#4c5e3a"
            }
}