{
    "name": "tweed",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#3b3f4c",
                "foreground": "#ffffff",
                "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": "#4d5363"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#e7a84b"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#e7a84b"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#5e9989"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#5e9989"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#e2975f"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#5e9989"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#777f93"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#5e9989"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#5e9989"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#cab696"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#777f93"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#5e9989"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#e75b4b"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#5e9989"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#5e9989"
            }
        },
        {
            "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": "#e7a84b"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#4d5363"
            }
        },
        {
            "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": "#6e778e"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#e7a84b"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#5e9989"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#e7a84b"
            }
        },
        {
            "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": "#ffffff"
            }
        },
        {
            "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": "#777f93"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#777f93",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#ffffff",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#e7a84b",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#5e9989"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#e2975f"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#e7a84b"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#e2975f"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#e2975f"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#e2975f"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#777f93",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#777f93"
            }
        },
        {
            "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": "#ffffff"
            }
        }
    ],
    "colors": {
        "foreground":"#ffffff",
        "editor.background": "#3b3f4c",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#ffffff",
        "editorWhitespace.foreground": "#5c6377",
        "editor.lineHighlightBackground": "#424655",
        "editor.selectionBackground": "#d3643b55",
        "sideBar.background":"#464b5a",
        "sideBar.foreground":"#ffffff",
        "sideBarSectionHeader.background": "#4d5263",
        "sideBarSectionHeader.foreground": "#ffffff",
        "activityBar.background":"#3f4452",
        "activityBar.foreground":"#ffffff",
        "activityBarBadge.background":"#777f93",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#777f93",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#777f93",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#424655",
        "tab.inactiveBackground":"#444957",
        "editorGroupHeader.tabsBackground":"#424655",
        "titleBar.activeBackground":"#323541",
        "list.activeSelectionBackground":"#5e9989",
        "list.hoverBackground":"#424655",
        "list.activeSelectionForeground":"#3b3f4c",
        "list.inactiveSelectionBackground":"#3b3f4c",
        "list.focusBackground":"#5c6377",
        "editorLineNumber.foreground":"#686f85",
        "editorIndentGuide.background":"#515769",
        "editorWhitespace.foreground":"#515769",
        "editorRuler.foreground":"#515769",
        "editorLink.activeForeground":"#777f93",
        "statusBar.noFolderBackground":"#5e9989",
        "input.background":"#30333e",
        "input.foreground":"#ffffff",
        "input.border":"#5c6377",
        "input.placeholderForeground":"#636a80",
        "inputOption.activeBorder":"#5e9989",
        "input.activeBorder":"#777f93",
        "progressBar.background":"#cab696",
        "focusBorder":"#777f93",
        "button.background":"#5e9989",
        "button.foreground":"#ffffff",
        "panel.background":"#515769",
        "editorWidget.background":"#515769",
        "editorWidget.border":"#686f85",
        "panelTitle.activeBorder":"#777f93",
        "dropdown.background":"#373a46",
        "dropdown.border":"#373a46",
        "dropdown.foreground":"#ffffff",
        "panelTitle.inactiveForeground":"#9096a9",
        "panel.border":"#686f85",
        "scrollbarSlider.activeBackground":"#777f93aa",
        "scrollbarSlider.background":"#686f85aa",
        "scrollbarSlider.hoverBackground":"#777f9355",
        "tab.inactiveForeground":"#9fa4b4",
        "editorGutter.background":"#373a46",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#82899e",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#777f9344",
        "editorBracketMatch.border":"#5e9989",
        "notification.background":"#464b5a",
        "notification.foreground":"#ffffff",
        "notification.buttonBackground":"#777f93",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#30333e",
        "terminal.foreground":"#ffffff",
        "terminal.ansiBlack":"#464b5a",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#777f93",
        "terminal.ansiYellow":"#5e9989",
        "terminal.ansiBlue":"#cab696",
        "terminal.ansiMagenta":"#e2975f",
        "terminal.ansiCyan":"#e75b4b",
        "terminal.ansiWhite":"#ffffff",
        "terminal.ansiBrightBlack":"#686f85",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#b0b4c0",
        "terminal.ansiBrightYellow":"#9bc2b7",
        "terminal.ansiBrightBlue":"#ece5da",
        "terminal.ansiBrightMagenta":"#f2cfb5",
        "terminal.ansiBrightCyan":"#f3ada5",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#777f93",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#939aaa",
        "peekView.border":"#777f93",
        "peekViewEditor.background":"#323541",
        "peekViewEditorGutter.background":"#373a46",
        "peekViewResult.background":"#464b5a",
        "peekViewTitle.background":"#373a46",
        "peekViewTitleLabel.foreground":"#ffffff",
        "peekViewTitleDescription.foreground":"#f7f7f7",
        "peekViewResult.selectionBackground":"#3f4452",
        "peekViewResult.selectionForeground":"#ffffff",
        "peekViewResult.fileForeground":"#f5f5f5",
        "peekViewResult.lineForeground":"#e6e6e6",
        "peekViewEditor.matchHighlightBackground":"#5e998955",
        "peekViewResult.matchHighlightBackground":"#5e998955",
        "editor.hoverHighlightBackground":"#777f9322",
        "editor.wordHighlightBackground":"#cab69622",
        "editor.wordHighlightStrongBackground":"#5e998922",
        "editorOverviewRuler.findMatchForeground":"#5e998955",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#25272f",
        "editorSuggestWidget.highlightForeground":"#777f93",
        "editorSuggestWidget.foreground":"#ffffff",
        "editorSuggestWidget.selectedBackground":"#686f85"
            }
}