{
    "name": "carbonight",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#2e2c2b",
                "foreground": "#b0b0b0",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#c4c4c4",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#8c8c8c",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#423f3d"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#b0b0b0"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#8c8c8c"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#8c8c8c"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#eeeeee"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#8c8c8c"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#c4c4c4"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#8c8c8c"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#8c8c8c"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#b0b0b0"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#c4c4c4"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#8c8c8c"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#8c8c8c"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#8c8c8c"
            }
        },
        {
            "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": "#ffffff"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#423f3d"
            }
        },
        {
            "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": "#6a6562"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#8c8c8c"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "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": "#b0b0b0"
            }
        },
        {
            "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": "#c4c4c4"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#c4c4c4",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#b0b0b0",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#b0b0b0",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#8c8c8c"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#eeeeee"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#eeeeee"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#eeeeee"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#eeeeee"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#c4c4c4",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#c4c4c4"
            }
        },
        {
            "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": "#b0b0b0"
            }
        }
    ],
    "colors": {
        "foreground":"#b0b0b0",
        "editor.background": "#2e2c2b",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#b0b0b0",
        "editorWhitespace.foreground": "#565250",
        "editor.lineHighlightBackground": "#363432",
        "editor.selectionBackground": "#8c8c8c55",
        "sideBar.background":"#3b3937",
        "sideBar.foreground":"#b0b0b0",
        "sideBarSectionHeader.background": "#43403f",
        "sideBarSectionHeader.foreground": "#b0b0b0",
        "activityBar.background":"#333130",
        "activityBar.foreground":"#b0b0b0",
        "activityBarBadge.background":"#c4c4c4",
        "activityBarBadge.foreground":"#2e2c2b",
        "badge.background":"#c4c4c4",
        "badge.foreground":"#2e2c2b",
        "statusBar.background":"#c4c4c4",
        "statusBar.foreground":"#2e2c2b",
        "editorGroup.background":"#363432",
        "tab.inactiveBackground":"#393635",
        "editorGroupHeader.tabsBackground":"#363432",
        "titleBar.activeBackground":"#232221",
        "list.activeSelectionBackground":"#8c8c8c",
        "list.hoverBackground":"#363432",
        "list.activeSelectionForeground":"#2e2c2b",
        "list.inactiveSelectionBackground":"#2e2c2b",
        "list.focusBackground":"#565250",
        "editorLineNumber.foreground":"#635e5c",
        "editorIndentGuide.background":"#484544",
        "editorWhitespace.foreground":"#484544",
        "editorRuler.foreground":"#484544",
        "editorLink.activeForeground":"#c4c4c4",
        "statusBar.noFolderBackground":"#8c8c8c",
        "input.background":"#211f1f",
        "input.foreground":"#b0b0b0",
        "input.border":"#565250",
        "input.placeholderForeground":"#5d5957",
        "inputOption.activeBorder":"#8c8c8c",
        "input.activeBorder":"#c4c4c4",
        "progressBar.background":"#ffffff",
        "focusBorder":"#c4c4c4",
        "button.background":"#8c8c8c",
        "button.foreground":"#2e2c2b",
        "panel.background":"#484544",
        "editorWidget.background":"#484544",
        "editorWidget.border":"#635e5c",
        "panelTitle.activeBorder":"#c4c4c4",
        "dropdown.background":"#292726",
        "dropdown.border":"#292726",
        "dropdown.foreground":"#b0b0b0",
        "panelTitle.inactiveForeground":"#8a8482",
        "panel.border":"#635e5c",
        "scrollbarSlider.activeBackground":"#c4c4c4aa",
        "scrollbarSlider.background":"#635e5caa",
        "scrollbarSlider.hoverBackground":"#c4c4c455",
        "tab.inactiveForeground":"#96918f",
        "editorGutter.background":"#292726",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#7d7875",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#c4c4c444",
        "editorBracketMatch.border":"#8c8c8c",
        "notification.background":"#3b3937",
        "notification.foreground":"#b0b0b0",
        "notification.buttonBackground":"#c4c4c4",
        "notification.buttonForeground":"#2e2c2b",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#211f1f",
        "terminal.foreground":"#b0b0b0",
        "terminal.ansiBlack":"#3b3937",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#c4c4c4",
        "terminal.ansiYellow":"#8c8c8c",
        "terminal.ansiBlue":"#ffffff",
        "terminal.ansiMagenta":"#eeeeee",
        "terminal.ansiCyan":"#ffffff",
        "terminal.ansiWhite":"#bdbdbd",
        "terminal.ansiBrightBlack":"#635e5c",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#f7f7f7",
        "terminal.ansiBrightYellow":"#bfbfbf",
        "terminal.ansiBrightBlue":"#ffffff",
        "terminal.ansiBrightMagenta":"#ffffff",
        "terminal.ansiBrightCyan":"#ffffff",
        "terminal.ansiBrightWhite":"#e3e3e3",
        "extensionButton.prominentBackground":"#c4c4c4",
        "extensionButton.prominentForeground":"#2e2c2b",
        "extensionButton.prominentHoverBackground":"#dddddd",
        "peekView.border":"#c4c4c4",
        "peekViewEditor.background":"#232221",
        "peekViewEditorGutter.background":"#292726",
        "peekViewResult.background":"#3b3937",
        "peekViewTitle.background":"#292726",
        "peekViewTitleLabel.foreground":"#b0b0b0",
        "peekViewTitleDescription.foreground":"#a8a8a8",
        "peekViewResult.selectionBackground":"#333130",
        "peekViewResult.selectionForeground":"#b0b0b0",
        "peekViewResult.fileForeground":"#a6a6a6",
        "peekViewResult.lineForeground":"#969696",
        "peekViewEditor.matchHighlightBackground":"#8c8c8c55",
        "peekViewResult.matchHighlightBackground":"#8c8c8c55",
        "editor.hoverHighlightBackground":"#c4c4c422",
        "editor.wordHighlightBackground":"#ffffff22",
        "editor.wordHighlightStrongBackground":"#8c8c8c22",
        "editorOverviewRuler.findMatchForeground":"#8c8c8c55",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#141312",
        "editorSuggestWidget.highlightForeground":"#c4c4c4",
        "editorSuggestWidget.foreground":"#b0b0b0",
        "editorSuggestWidget.selectedBackground":"#635e5c"
            }
}