{
    "name": "tetra-contrast",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#050f11",
                "foreground": "#c9d7db",
                "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": "#3b5f68"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#7fc181"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#7fc181"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#fdce7f"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#fdce7f"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#e2585d"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#fdce7f"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#148b97"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#fdce7f"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#fdce7f"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#e8744a"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#e8f0f2"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#148b97"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#fdce7f"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#148b97"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#fdce7f"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#fdce7f"
            }
        },
        {
            "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": "#7fc181"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#3b5f68"
            }
        },
        {
            "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": "#578c99"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#7fc181"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#fdce7f"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#7fc181"
            }
        },
        {
            "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": "#c9d7db"
            }
        },
        {
            "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": "#148b97"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#148b97",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#e8f0f2",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#7fc181",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#fdce7f"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#e2585d"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#7fc181"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#e2585d"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#e2585d"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#e2585d"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#148b97",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#148b97"
            }
        },
        {
            "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": "#c9d7db"
            }
        }
    ],
    "colors": {
        "foreground":"#c9d7db",
        "editor.background": "#050f11",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#c9d7db",
        "editorWhitespace.foreground": "#16434c",
        "editor.lineHighlightBackground": "#08191d",
        "editor.selectionBackground": "#148b9755",
        "sideBar.background":"#0b2025",
        "sideBar.foreground":"#c9d7db",
        "sideBarSectionHeader.background": "#0e2b31",
        "sideBarSectionHeader.foreground": "#c9d7db",
        "activityBar.background":"#071619",
        "activityBar.foreground":"#c9d7db",
        "activityBarBadge.background":"#148b97",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#148b97",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#148b97",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#08191d",
        "tab.inactiveBackground":"#0a1d21",
        "editorGroupHeader.tabsBackground":"#08191d",
        "titleBar.activeBackground":"#000101",
        "list.activeSelectionBackground":"#fdce7f",
        "list.hoverBackground":"#08191d",
        "list.activeSelectionForeground":"#050f11",
        "list.inactiveSelectionBackground":"#050f11",
        "list.focusBackground":"#16434c",
        "editorLineNumber.foreground":"#1c5560",
        "editorIndentGuide.background":"#113238",
        "editorWhitespace.foreground":"#113238",
        "editorRuler.foreground":"#113238",
        "editorLink.activeForeground":"#148b97",
        "statusBar.noFolderBackground":"#fdce7f",
        "input.background":"#000000",
        "input.foreground":"#c9d7db",
        "input.border":"#16434c",
        "input.placeholderForeground":"#1a4e58",
        "inputOption.activeBorder":"#fdce7f",
        "input.activeBorder":"#148b97",
        "progressBar.background":"#e8744a",
        "focusBorder":"#148b97",
        "button.background":"#fdce7f",
        "button.foreground":"#ffffff",
        "panel.background":"#113238",
        "editorWidget.background":"#113238",
        "editorWidget.border":"#1c5560",
        "panelTitle.activeBorder":"#148b97",
        "dropdown.background":"#030809",
        "dropdown.border":"#030809",
        "dropdown.foreground":"#c9d7db",
        "panelTitle.inactiveForeground":"#2e899b",
        "panel.border":"#1c5560",
        "scrollbarSlider.activeBackground":"#148b97aa",
        "scrollbarSlider.background":"#1c5560aa",
        "scrollbarSlider.hoverBackground":"#148b9755",
        "tab.inactiveForeground":"#339aaf",
        "editorGutter.background":"#030809",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#287787",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#148b9744",
        "editorBracketMatch.border":"#fdce7f",
        "notification.background":"#0b2025",
        "notification.foreground":"#c9d7db",
        "notification.buttonBackground":"#148b97",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#000000",
        "terminal.foreground":"#c9d7db",
        "terminal.ansiBlack":"#0b2025",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#148b97",
        "terminal.ansiYellow":"#fdce7f",
        "terminal.ansiBlue":"#e8744a",
        "terminal.ansiMagenta":"#e2585d",
        "terminal.ansiCyan":"#148b97",
        "terminal.ansiWhite":"#d8e2e5",
        "terminal.ansiBrightBlack":"#1c5560",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#2ed3e3",
        "terminal.ansiBrightYellow":"#fff4e3",
        "terminal.ansiBrightBlue":"#f3baa5",
        "terminal.ansiBrightMagenta":"#f1afb1",
        "terminal.ansiBrightCyan":"#2ed3e3",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#148b97",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#1ab4c4",
        "peekView.border":"#148b97",
        "peekViewEditor.background":"#000101",
        "peekViewEditorGutter.background":"#030809",
        "peekViewResult.background":"#0b2025",
        "peekViewTitle.background":"#030809",
        "peekViewTitleLabel.foreground":"#c9d7db",
        "peekViewTitleDescription.foreground":"#c0d0d5",
        "peekViewResult.selectionBackground":"#071619",
        "peekViewResult.selectionForeground":"#c9d7db",
        "peekViewResult.fileForeground":"#bdced3",
        "peekViewResult.lineForeground":"#aac0c7",
        "peekViewEditor.matchHighlightBackground":"#fdce7f55",
        "peekViewResult.matchHighlightBackground":"#fdce7f55",
        "editor.hoverHighlightBackground":"#148b9722",
        "editor.wordHighlightBackground":"#e8744a22",
        "editor.wordHighlightStrongBackground":"#fdce7f22",
        "editorOverviewRuler.findMatchForeground":"#fdce7f55",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#000000",
        "editorSuggestWidget.highlightForeground":"#148b97",
        "editorSuggestWidget.foreground":"#c9d7db",
        "editorSuggestWidget.selectedBackground":"#1c5560"
            }
}