{
    "name": "github-contrast",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#111111",
                "foreground": "#ffffff",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#445588",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#008080",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#555555"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#e53d67"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#e53d67"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#66c4c4"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#66c4c4"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#cccccc"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#66c4c4"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#7385bc"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#66c4c4"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#66c4c4"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#e53d67"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#26c1c1"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#7385bc"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#66c4c4"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#5a6fad"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#66c4c4"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#66c4c4"
            }
        },
        {
            "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": "#e53d67"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#555555"
            }
        },
        {
            "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": "#7b7b7b"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#e53d67"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#66c4c4"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#e53d67"
            }
        },
        {
            "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": "#7385bc"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#7385bc",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#26c1c1",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#e53d67",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#66c4c4"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#cccccc"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#e53d67"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#cccccc"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#cccccc"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#cccccc"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#7385bc",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#7385bc"
            }
        },
        {
            "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": "#111111",
        "editorCursor.foreground": "#ffffff",
        "editor.foreground": "#ffffff",
        "editorWhitespace.foreground": "#373737",
        "editor.lineHighlightBackground": "#191919",
        "editor.selectionBackground": "#00808055",
        "sideBar.background":"#1e1e1e",
        "sideBar.foreground":"#ffffff",
        "sideBarSectionHeader.background": "#252525",
        "sideBarSectionHeader.foreground": "#ffffff",
        "activityBar.background":"#161616",
        "activityBar.foreground":"#ffffff",
        "activityBarBadge.background":"#7385bc",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#7385bc",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#7385bc",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#191919",
        "tab.inactiveBackground":"#1b1b1b",
        "editorGroupHeader.tabsBackground":"#191919",
        "titleBar.activeBackground":"#070707",
        "list.activeSelectionBackground":"#66c4c4",
        "list.hoverBackground":"#191919",
        "list.activeSelectionForeground":"#111111",
        "list.inactiveSelectionBackground":"#111111",
        "list.focusBackground":"#373737",
        "editorLineNumber.foreground":"#444444",
        "editorIndentGuide.background":"#2a2a2a",
        "editorWhitespace.foreground":"#2a2a2a",
        "editorRuler.foreground":"#2a2a2a",
        "editorLink.activeForeground":"#7385bc",
        "statusBar.noFolderBackground":"#66c4c4",
        "input.background":"#040404",
        "input.foreground":"#ffffff",
        "input.border":"#373737",
        "input.placeholderForeground":"#3f3f3f",
        "inputOption.activeBorder":"#66c4c4",
        "input.activeBorder":"#7385bc",
        "progressBar.background":"#e53d67",
        "focusBorder":"#7385bc",
        "button.background":"#66c4c4",
        "button.foreground":"#ffffff",
        "panel.background":"#2a2a2a",
        "editorWidget.background":"#2a2a2a",
        "editorWidget.border":"#444444",
        "panelTitle.activeBorder":"#7385bc",
        "dropdown.background":"#0c0c0c",
        "dropdown.border":"#0c0c0c",
        "dropdown.foreground":"#ffffff",
        "panelTitle.inactiveForeground":"#6a6a6a",
        "panel.border":"#444444",
        "scrollbarSlider.activeBackground":"#7385bcaa",
        "scrollbarSlider.background":"#444444aa",
        "scrollbarSlider.hoverBackground":"#7385bc55",
        "tab.inactiveForeground":"#777777",
        "editorGutter.background":"#0c0c0c",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#5d5d5d",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#7385bc44",
        "editorBracketMatch.border":"#66c4c4",
        "notification.background":"#1e1e1e",
        "notification.foreground":"#ffffff",
        "notification.buttonBackground":"#7385bc",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#040404",
        "terminal.foreground":"#ffffff",
        "terminal.ansiBlack":"#1e1e1e",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#7385bc",
        "terminal.ansiYellow":"#66c4c4",
        "terminal.ansiBlue":"#e53d67",
        "terminal.ansiMagenta":"#cccccc",
        "terminal.ansiCyan":"#5a6fad",
        "terminal.ansiWhite":"#ffffff",
        "terminal.ansiBrightBlack":"#444444",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#b8c1dd",
        "terminal.ansiBrightYellow":"#b0e0e0",
        "terminal.ansiBrightBlue":"#f197ad",
        "terminal.ansiBrightMagenta":"#ffffff",
        "terminal.ansiBrightCyan":"#9eaacf",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#7385bc",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#95a3cc",
        "peekView.border":"#7385bc",
        "peekViewEditor.background":"#070707",
        "peekViewEditorGutter.background":"#0c0c0c",
        "peekViewResult.background":"#1e1e1e",
        "peekViewTitle.background":"#0c0c0c",
        "peekViewTitleLabel.foreground":"#ffffff",
        "peekViewTitleDescription.foreground":"#f7f7f7",
        "peekViewResult.selectionBackground":"#161616",
        "peekViewResult.selectionForeground":"#ffffff",
        "peekViewResult.fileForeground":"#f5f5f5",
        "peekViewResult.lineForeground":"#e6e6e6",
        "peekViewEditor.matchHighlightBackground":"#66c4c455",
        "peekViewResult.matchHighlightBackground":"#66c4c455",
        "editor.hoverHighlightBackground":"#7385bc22",
        "editor.wordHighlightBackground":"#e53d6722",
        "editor.wordHighlightStrongBackground":"#66c4c422",
        "editorOverviewRuler.findMatchForeground":"#66c4c455",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#000000",
        "editorSuggestWidget.highlightForeground":"#7385bc",
        "editorSuggestWidget.foreground":"#ffffff",
        "editorSuggestWidget.selectedBackground":"#444444"
            }
}