{
    "name": "hawaii",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#333130",
                "foreground": "#e8e1de",
                "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": "#706864"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#88c448"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#f75431"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#f75431"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#e2922f"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#edbd44"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#52b4d8"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#edbd44"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#92d8e8"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#f75431"
            }
        },
        {
            "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": "#a2d66b"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#706864"
            }
        },
        {
            "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": "#968e8a"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#f75431"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "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": "#e8e1de"
            }
        },
        {
            "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": "#edbd44"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#edbd44",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#ffffff",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#88c448",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#f75431"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#e2922f"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#e2922f"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#e2922f"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#e2922f"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#edbd44",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#edbd44"
            }
        },
        {
            "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": "#e8e1de"
            }
        }
    ],
    "colors": {
        "foreground":"#e8e1de",
        "editor.background": "#333130",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#e8e1de",
        "editorWhitespace.foreground": "#5a5755",
        "editor.lineHighlightBackground": "#3b3937",
        "editor.selectionBackground": "#f7543155",
        "sideBar.background":"#403e3c",
        "sideBar.foreground":"#e8e1de",
        "sideBarSectionHeader.background": "#484544",
        "sideBarSectionHeader.foreground": "#e8e1de",
        "activityBar.background":"#383635",
        "activityBar.foreground":"#e8e1de",
        "activityBarBadge.background":"#edbd44",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#edbd44",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#edbd44",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#3b3937",
        "tab.inactiveBackground":"#3e3b3a",
        "editorGroupHeader.tabsBackground":"#3b3937",
        "titleBar.activeBackground":"#282726",
        "list.activeSelectionBackground":"#f75431",
        "list.hoverBackground":"#3b3937",
        "list.activeSelectionForeground":"#333130",
        "list.inactiveSelectionBackground":"#333130",
        "list.focusBackground":"#5a5755",
        "editorLineNumber.foreground":"#686361",
        "editorIndentGuide.background":"#4d4a49",
        "editorWhitespace.foreground":"#4d4a49",
        "editorRuler.foreground":"#4d4a49",
        "editorLink.activeForeground":"#edbd44",
        "statusBar.noFolderBackground":"#f75431",
        "input.background":"#262424",
        "input.foreground":"#e8e1de",
        "input.border":"#5a5755",
        "input.placeholderForeground":"#625e5d",
        "inputOption.activeBorder":"#f75431",
        "input.activeBorder":"#edbd44",
        "progressBar.background":"#52b4d8",
        "focusBorder":"#edbd44",
        "button.background":"#f75431",
        "button.foreground":"#ffffff",
        "panel.background":"#4d4a49",
        "editorWidget.background":"#4d4a49",
        "editorWidget.border":"#686361",
        "panelTitle.activeBorder":"#edbd44",
        "dropdown.background":"#2e2c2b",
        "dropdown.border":"#2e2c2b",
        "dropdown.foreground":"#e8e1de",
        "panelTitle.inactiveForeground":"#8e8a87",
        "panel.border":"#686361",
        "scrollbarSlider.activeBackground":"#edbd44aa",
        "scrollbarSlider.background":"#686361aa",
        "scrollbarSlider.hoverBackground":"#edbd4455",
        "tab.inactiveForeground":"#9b9694",
        "editorGutter.background":"#2e2c2b",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#827d7a",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#edbd4444",
        "editorBracketMatch.border":"#f75431",
        "notification.background":"#403e3c",
        "notification.foreground":"#e8e1de",
        "notification.buttonBackground":"#edbd44",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#262424",
        "terminal.foreground":"#e8e1de",
        "terminal.ansiBlack":"#403e3c",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#edbd44",
        "terminal.ansiYellow":"#f75431",
        "terminal.ansiBlue":"#52b4d8",
        "terminal.ansiMagenta":"#e2922f",
        "terminal.ansiCyan":"#92d8e8",
        "terminal.ansiWhite":"#f2efed",
        "terminal.ansiBrightBlack":"#686361",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#f6dea1",
        "terminal.ansiBrightYellow":"#fba593",
        "terminal.ansiBrightBlue":"#a5d8eb",
        "terminal.ansiBrightMagenta":"#eec188",
        "terminal.ansiBrightCyan":"#e6f6fa",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#edbd44",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#f1cd73",
        "peekView.border":"#edbd44",
        "peekViewEditor.background":"#282726",
        "peekViewEditorGutter.background":"#2e2c2b",
        "peekViewResult.background":"#403e3c",
        "peekViewTitle.background":"#2e2c2b",
        "peekViewTitleLabel.foreground":"#e8e1de",
        "peekViewTitleDescription.foreground":"#e2d9d5",
        "peekViewResult.selectionBackground":"#383635",
        "peekViewResult.selectionForeground":"#e8e1de",
        "peekViewResult.fileForeground":"#e0d6d2",
        "peekViewResult.lineForeground":"#d3c6c0",
        "peekViewEditor.matchHighlightBackground":"#f7543155",
        "peekViewResult.matchHighlightBackground":"#f7543155",
        "editor.hoverHighlightBackground":"#edbd4422",
        "editor.wordHighlightBackground":"#52b4d822",
        "editor.wordHighlightStrongBackground":"#f7543122",
        "editorOverviewRuler.findMatchForeground":"#f7543155",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#191817",
        "editorSuggestWidget.highlightForeground":"#edbd44",
        "editorSuggestWidget.foreground":"#e8e1de",
        "editorSuggestWidget.selectedBackground":"#686361"
            }
}