{
    "name": "goldfish",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#2e3336",
                "foreground": "#f8f8f2",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#a7dbd8",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#f38630",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#505c63"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#f36e3a"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#f25619"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#fa6900"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#fa6900"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#a7dbd8"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#fa6900"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#f38630"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#fa6900"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#fa6900"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#69d2e7"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#f8f8f2"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#f38630"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#fa6900"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#f38630"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#fa6900"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#fa6900"
            }
        },
        {
            "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": "#f36e3a"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#505c63"
            }
        },
        {
            "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": "#72838d"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#f36e3a"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#fa6900"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#f36e3a"
            }
        },
        {
            "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": "#f8f8f2"
            }
        },
        {
            "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": "#f38630"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#f38630",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#f8f8f2",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#f25619",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#fa6900"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#a7dbd8"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#f36e3a"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#a7dbd8"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#a7dbd8"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#a7dbd8"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#f38630",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#f38630"
            }
        },
        {
            "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": "#f8f8f2"
            }
        }
    ],
    "colors": {
        "foreground":"#f8f8f2",
        "editor.background": "#2e3336",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#f8f8f2",
        "editorWhitespace.foreground": "#515a5f",
        "editor.lineHighlightBackground": "#353b3e",
        "editor.selectionBackground": "#f3863055",
        "sideBar.background":"#3a4044",
        "sideBar.foreground":"#f8f8f2",
        "sideBarSectionHeader.background": "#41484c",
        "sideBarSectionHeader.foreground": "#f8f8f2",
        "activityBar.background":"#33383b",
        "activityBar.foreground":"#f8f8f2",
        "activityBarBadge.background":"#f38630",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#f38630",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#f38630",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#353b3e",
        "tab.inactiveBackground":"#373d41",
        "editorGroupHeader.tabsBackground":"#353b3e",
        "titleBar.activeBackground":"#25292b",
        "list.activeSelectionBackground":"#fa6900",
        "list.hoverBackground":"#353b3e",
        "list.activeSelectionForeground":"#2e3336",
        "list.inactiveSelectionBackground":"#2e3336",
        "list.focusBackground":"#515a5f",
        "editorLineNumber.foreground":"#5d676d",
        "editorIndentGuide.background":"#454d52",
        "editorWhitespace.foreground":"#454d52",
        "editorRuler.foreground":"#454d52",
        "editorLink.activeForeground":"#f38630",
        "statusBar.noFolderBackground":"#fa6900",
        "input.background":"#222628",
        "input.foreground":"#f8f8f2",
        "input.border":"#515a5f",
        "input.placeholderForeground":"#586268",
        "inputOption.activeBorder":"#fa6900",
        "input.activeBorder":"#f38630",
        "progressBar.background":"#69d2e7",
        "focusBorder":"#f38630",
        "button.background":"#fa6900",
        "button.foreground":"#ffffff",
        "panel.background":"#454d52",
        "editorWidget.background":"#454d52",
        "editorWidget.border":"#5d676d",
        "panelTitle.activeBorder":"#f38630",
        "dropdown.background":"#292e30",
        "dropdown.border":"#292e30",
        "dropdown.foreground":"#f8f8f2",
        "panelTitle.inactiveForeground":"#828e94",
        "panel.border":"#5d676d",
        "scrollbarSlider.activeBackground":"#f38630aa",
        "scrollbarSlider.background":"#5d676daa",
        "scrollbarSlider.hoverBackground":"#f3863055",
        "tab.inactiveForeground":"#909aa0",
        "editorGutter.background":"#292e30",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#748189",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#f3863044",
        "editorBracketMatch.border":"#fa6900",
        "notification.background":"#3a4044",
        "notification.foreground":"#f8f8f2",
        "notification.buttonBackground":"#f38630",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#222628",
        "terminal.foreground":"#f8f8f2",
        "terminal.ansiBlack":"#3a4044",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#f38630",
        "terminal.ansiYellow":"#fa6900",
        "terminal.ansiBlue":"#69d2e7",
        "terminal.ansiMagenta":"#a7dbd8",
        "terminal.ansiCyan":"#f38630",
        "terminal.ansiWhite":"#ffffff",
        "terminal.ansiBrightBlack":"#5d676d",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#f9be90",
        "terminal.ansiBrightYellow":"#ffa361",
        "terminal.ansiBrightBlue":"#c1ecf5",
        "terminal.ansiBrightMagenta":"#eff9f8",
        "terminal.ansiBrightCyan":"#f9be90",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#f38630",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#f6a260",
        "peekView.border":"#f38630",
        "peekViewEditor.background":"#25292b",
        "peekViewEditorGutter.background":"#292e30",
        "peekViewResult.background":"#3a4044",
        "peekViewTitle.background":"#292e30",
        "peekViewTitleLabel.foreground":"#f8f8f2",
        "peekViewTitleDescription.foreground":"#f3f3e8",
        "peekViewResult.selectionBackground":"#33383b",
        "peekViewResult.selectionForeground":"#f8f8f2",
        "peekViewResult.fileForeground":"#f1f1e5",
        "peekViewResult.lineForeground":"#e6e6d1",
        "peekViewEditor.matchHighlightBackground":"#fa690055",
        "peekViewResult.matchHighlightBackground":"#fa690055",
        "editor.hoverHighlightBackground":"#f3863022",
        "editor.wordHighlightBackground":"#69d2e722",
        "editor.wordHighlightStrongBackground":"#fa690022",
        "editorOverviewRuler.findMatchForeground":"#fa690055",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#17191a",
        "editorSuggestWidget.highlightForeground":"#f38630",
        "editorSuggestWidget.foreground":"#f8f8f2",
        "editorSuggestWidget.selectedBackground":"#5d676d"
            }
}