{
    "name": "spitfire",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#184540",
                "foreground": "#bad3d0",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#ffffff",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#ffffff",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#2d7a7f"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#f78d30"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#f78d30"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#facc54"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#facc54"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#30985b"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#facc54"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#facc54"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#facc54"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#8ec065"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#e6f4f3"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#facc54"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#facc54"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#facc54"
            }
        },
        {
            "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": "#f78d30"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#2d7a7f"
            }
        },
        {
            "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": "#41b0b7"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#f78d30"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#facc54"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#f78d30"
            }
        },
        {
            "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": "#bad3d0"
            }
        },
        {
            "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": "#f75431"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#f75431",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#e6f4f3",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#f78d30",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#facc54"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#30985b"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#f78d30"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#30985b"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#30985b"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#30985b"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#f75431",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#f75431"
            }
        },
        {
            "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": "#bad3d0"
            }
        }
    ],
    "colors": {
        "foreground":"#bad3d0",
        "editor.background": "#184540",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#bad3d0",
        "editorWhitespace.foreground": "#2c7e75",
        "editor.lineHighlightBackground": "#1c504b",
        "editor.selectionBackground": "#f7543155",
        "sideBar.background":"#1f5852",
        "sideBar.foreground":"#bad3d0",
        "sideBarSectionHeader.background": "#23635c",
        "sideBarSectionHeader.foreground": "#bad3d0",
        "activityBar.background":"#1b4d47",
        "activityBar.foreground":"#bad3d0",
        "activityBarBadge.background":"#f75431",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#f75431",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#f75431",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#1c504b",
        "tab.inactiveBackground":"#1d544e",
        "editorGroupHeader.tabsBackground":"#1c504b",
        "titleBar.activeBackground":"#133632",
        "list.activeSelectionBackground":"#facc54",
        "list.hoverBackground":"#1c504b",
        "list.activeSelectionForeground":"#184540",
        "list.inactiveSelectionBackground":"#184540",
        "list.focusBackground":"#2c7e75",
        "editorLineNumber.foreground":"#329186",
        "editorIndentGuide.background":"#256b63",
        "editorWhitespace.foreground":"#256b63",
        "editorRuler.foreground":"#256b63",
        "editorLink.activeForeground":"#f75431",
        "statusBar.noFolderBackground":"#facc54",
        "input.background":"#11322e",
        "input.foreground":"#bad3d0",
        "input.border":"#2c7e75",
        "input.placeholderForeground":"#30897f",
        "inputOption.activeBorder":"#facc54",
        "input.activeBorder":"#f75431",
        "progressBar.background":"#8ec065",
        "focusBorder":"#f75431",
        "button.background":"#facc54",
        "button.foreground":"#ffffff",
        "panel.background":"#256b63",
        "editorWidget.background":"#256b63",
        "editorWidget.border":"#329186",
        "panelTitle.activeBorder":"#f75431",
        "dropdown.background":"#153d39",
        "dropdown.border":"#153d39",
        "dropdown.foreground":"#bad3d0",
        "panelTitle.inactiveForeground":"#4ec1b5",
        "panel.border":"#329186",
        "scrollbarSlider.activeBackground":"#f75431aa",
        "scrollbarSlider.background":"#329186aa",
        "scrollbarSlider.hoverBackground":"#f7543155",
        "tab.inactiveForeground":"#61c8bd",
        "editorGutter.background":"#153d39",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#3fb6a9",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#f7543144",
        "editorBracketMatch.border":"#facc54",
        "notification.background":"#1f5852",
        "notification.foreground":"#bad3d0",
        "notification.buttonBackground":"#f75431",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#11322e",
        "terminal.foreground":"#bad3d0",
        "terminal.ansiBlack":"#1f5852",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#f75431",
        "terminal.ansiYellow":"#facc54",
        "terminal.ansiBlue":"#8ec065",
        "terminal.ansiMagenta":"#30985b",
        "terminal.ansiCyan":"#f75431",
        "terminal.ansiWhite":"#cadddb",
        "terminal.ansiBrightBlack":"#329186",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#fba593",
        "terminal.ansiBrightYellow":"#fdeab7",
        "terminal.ansiBrightBlue":"#c3dead",
        "terminal.ansiBrightMagenta":"#61cd8e",
        "terminal.ansiBrightCyan":"#fba593",
        "terminal.ansiBrightWhite":"#f8fbfa",
        "extensionButton.prominentBackground":"#f75431",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#f97d62",
        "peekView.border":"#f75431",
        "peekViewEditor.background":"#133632",
        "peekViewEditorGutter.background":"#153d39",
        "peekViewResult.background":"#1f5852",
        "peekViewTitle.background":"#153d39",
        "peekViewTitleLabel.foreground":"#bad3d0",
        "peekViewTitleDescription.foreground":"#b1cdca",
        "peekViewResult.selectionBackground":"#1b4d47",
        "peekViewResult.selectionForeground":"#bad3d0",
        "peekViewResult.fileForeground":"#aecbc8",
        "peekViewResult.lineForeground":"#9bbfbb",
        "peekViewEditor.matchHighlightBackground":"#facc5455",
        "peekViewResult.matchHighlightBackground":"#facc5455",
        "editor.hoverHighlightBackground":"#f7543122",
        "editor.wordHighlightBackground":"#8ec06522",
        "editor.wordHighlightStrongBackground":"#facc5422",
        "editorOverviewRuler.findMatchForeground":"#facc5455",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#0b1f1d",
        "editorSuggestWidget.highlightForeground":"#f75431",
        "editorSuggestWidget.foreground":"#bad3d0",
        "editorSuggestWidget.selectedBackground":"#329186"
            }
}