{
    "name": "spitfire-light",
    "type": "light",
    "tokenColors": [
        {
            "settings": {
                "background": "#ffffff",
                "foreground": "#24665e",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#24665e",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#24665e",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#a5b9ba"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#f78d30"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#f78d30"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#d6a62f"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#d6a62f"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#30985b"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#d6a62f"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#d6a62f"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#d6a62f"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#8ec065"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#24665e"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#d6a62f"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#d6a62f"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#d6a62f"
            }
        },
        {
            "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": "#a5b9ba"
            }
        },
        {
            "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": "#7a9799"
            }
        },
        {
            "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": "#d6a62f"
            }
        },
        {
            "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": "#24665e"
            }
        },
        {
            "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": "#24665e",
                "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": "#d6a62f"
            }
        },
        {
            "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": "#24665e"
            }
        }
    ],
    "colors": {
        "foreground":"#24665e",
        "editor.background": "#ffffff",
        "editorCursor.foreground": "#333333",
        "editor.foreground": "#24665e",
        "editorWhitespace.foreground": "#ffffff",
        "editor.lineHighlightBackground": "#ffffff",
        "editor.selectionBackground": "#f7543155",
        "sideBar.background":"#ffffff",
        "sideBar.foreground":"#24665e",
        "sideBarSectionHeader.background": "#ffffff",
        "sideBarSectionHeader.foreground": "#24665e",
        "activityBar.background":"#ffffff",
        "activityBar.foreground":"#24665e",
        "activityBarBadge.background":"#f75431",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#f75431",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#f75431",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#ffffff",
        "tab.inactiveBackground":"#ffffff",
        "editorGroupHeader.tabsBackground":"#ffffff",
        "titleBar.activeBackground":"#f5f5f5",
        "list.activeSelectionBackground":"#d6a62f",
        "list.hoverBackground":"#ffffff",
        "list.activeSelectionForeground":"#ffffff",
        "list.inactiveSelectionBackground":"#ffffff",
        "list.focusBackground":"#ffffff",
        "editorLineNumber.foreground":"#ffffff",
        "editorIndentGuide.background":"#ffffff",
        "editorWhitespace.foreground":"#ffffff",
        "editorRuler.foreground":"#ffffff",
        "editorLink.activeForeground":"#f75431",
        "statusBar.noFolderBackground":"#d6a62f",
        "input.background":"#f2f2f2",
        "input.foreground":"#24665e",
        "input.border":"#ffffff",
        "input.placeholderForeground":"#ffffff",
        "inputOption.activeBorder":"#d6a62f",
        "input.activeBorder":"#f75431",
        "progressBar.background":"#8ec065",
        "focusBorder":"#f75431",
        "button.background":"#d6a62f",
        "button.foreground":"#ffffff",
        "panel.background":"#ffffff",
        "editorWidget.background":"#ffffff",
        "editorWidget.border":"#ffffff",
        "panelTitle.activeBorder":"#f75431",
        "dropdown.background":"#fafafa",
        "dropdown.border":"#fafafa",
        "dropdown.foreground":"#24665e",
        "panelTitle.inactiveForeground":"#ffffff",
        "panel.border":"#ffffff",
        "scrollbarSlider.activeBackground":"#f75431aa",
        "scrollbarSlider.background":"#ffffffaa",
        "scrollbarSlider.hoverBackground":"#f7543155",
        "tab.inactiveForeground":"#ffffff",
        "editorGutter.background":"#fafafa",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#ffffff",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#f7543144",
        "editorBracketMatch.border":"#d6a62f",
        "notification.background":"#ffffff",
        "notification.foreground":"#24665e",
        "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":"#f2f2f2",
        "terminal.foreground":"#24665e",
        "terminal.ansiBlack":"#ffffff",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#f75431",
        "terminal.ansiYellow":"#d6a62f",
        "terminal.ansiBlue":"#8ec065",
        "terminal.ansiMagenta":"#30985b",
        "terminal.ansiCyan":"#f75431",
        "terminal.ansiWhite":"#2b796f",
        "terminal.ansiBrightBlack":"#ffffff",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#fba593",
        "terminal.ansiBrightYellow":"#e7ca84",
        "terminal.ansiBrightBlue":"#c3dead",
        "terminal.ansiBrightMagenta":"#61cd8e",
        "terminal.ansiBrightCyan":"#fba593",
        "terminal.ansiBrightWhite":"#3fb1a3",
        "extensionButton.prominentBackground":"#f75431",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#f97d62",
        "peekView.border":"#f75431",
        "peekViewEditor.background":"#f5f5f5",
        "peekViewEditorGutter.background":"#fafafa",
        "peekViewResult.background":"#ffffff",
        "peekViewTitle.background":"#fafafa",
        "peekViewTitleLabel.foreground":"#24665e",
        "peekViewTitleDescription.foreground":"#205b54",
        "peekViewResult.selectionBackground":"#ffffff",
        "peekViewResult.selectionForeground":"#24665e",
        "peekViewResult.fileForeground":"#1f5750",
        "peekViewResult.lineForeground":"#17403b",
        "peekViewEditor.matchHighlightBackground":"#d6a62f55",
        "peekViewResult.matchHighlightBackground":"#d6a62f55",
        "editor.hoverHighlightBackground":"#f7543122",
        "editor.wordHighlightBackground":"#8ec06522",
        "editor.wordHighlightStrongBackground":"#d6a62f22",
        "editorOverviewRuler.findMatchForeground":"#d6a62f55",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#e6e6e6",
        "editorSuggestWidget.highlightForeground":"#f75431",
        "editorSuggestWidget.foreground":"#24665e",
        "editorSuggestWidget.selectedBackground":"#ffffff"
        ,
        "editor.lineHighlightBackground": "#f7f7f7",
        "editorSuggestWidget.selectedBackground":"#d9d9d9",
        "scrollbar.shadow":"#999999",
        "editorGutter.modifiedBackground":"#c48405",
        "editorGutter.addedBackground":"#59a50b",
        "editorGutter.deletedBackground":"#a30e29",
        "gitDecoration.modifiedResourceForeground":"#c48405",
        "gitDecoration.deletedResourceForeground":"#a30e29",
        "gitDecoration.untrackedResourceForeground":"#59a50b",
        "gitDecoration.conflictingResourceForeground":"#6a1faf",
        "activityBar.background":"#24665e",
        "activityBar.foreground":"#ffffff",
        "sideBar.background":"#f2f2f2",
        "sideBar.foreground":"#24665e",
        "gitDecoration.ignoredResourceForeground":"#a6a6a6",
        "editorLineNumber.foreground":"#cccccc",
        "editorIndentGuide.background":"#e6e6e6",
        "editorWhitespace.foreground":"#e6e6e6",
        "editorRuler.foreground":"#e6e6e6",
        "editorGroup.background":"#f7f7f7",
        "tab.inactiveBackground":"#f5f5f5",
        "editorGroupHeader.tabsBackground":"#f7f7f7",
        "titleBar.activeBackground":"#a8e0da",
        "titleBar.activeForeground":"#24665e",
        "sideBarSectionHeader.background": "#d9d9d9",
        "sideBarSectionHeader.foreground": "#24665e",
        "widget.shadow":"#cccccc55",
        "tab.activeForeground":"#24665e",
        "tab.inactiveForeground":"#83d3c9", 
        "tab.border":"#e0e0e0",
        "editor.selectionBackground": "#f7543133",
        "panel.background":"#f5f5f5",
        "panelTitle.inactiveForeground":"#bfbfbf",
        "panelTitle.activeForeground":"#737373",
        "panel.border":"#e0e0e0",
        "list.activeSelectionForeground":"#ffffff",
        "scrollbarSlider.background":"#24665e35",
        "input.background":"#ffffff",
        "input.foreground":"#24665e",
        "input.border":"#999999",
        "input.placeholderForeground":"#cccccc",
        "terminal.background":"#ffffff",
        "notification.background":"#d9d9d9",
        "editorOverviewRuler.modifiedForeground":"#c48405",
        "editorOverviewRuler.addedForeground":"#59a50b",
        "editorOverviewRuler.deletedForeground":"#a30e29",
        "editorOverviewRuler.errorForeground":"#a30e29",
        "editorOverviewRuler.warningForeground":"#c48405",
        "editorOverviewRuler.infoForeground":"#6a1faf",
        "peekViewResult.background":"#f2f2f2",
        "peekViewTitle.background":"#fafafa",
        "peekViewTitleLabel.foreground":"#24665e",
        "peekViewTitleDescription.foreground":"#205b54",
        "peekViewResult.selectionBackground":"#ffffff",
        "peekViewResult.selectionForeground":"#2b796f",
        "peekViewResult.fileForeground":"#2b796f",
        "peekViewEditor.background":"#fafafa",
        "peekViewEditorGutter.background":"#f0f0f0",
        "editorWidget.background":"#f2f2f2",
        "editorWidget.border":"#cccccc",
        "list.focusBackground":"#d9d9d9",
        "peekViewResult.lineForeground":"#4abfb1"
    }
}