{
    "inherit": false,
    "base": "vs-dark",
    "colors": {
        "activityBar.background": "#222223",
        "activityBar.border": "#222223",
        "activityBar.foreground": "#e6e6e6",
        "activityBarBadge.background": "#19f9d8",
        "activityBarBadge.foreground": "#242526",
        "badge.background": "#6fc1ff",
        "badge.foreground": "#676b79",
        "button.background": "#45a9f9",
        "button.foreground": "#ffffff",
        "button.hoverBackground": "#676b79",
        "diffEditor.insertedTextBackground": "#19f9d866",
        "diffEditor.removedTextBackground": "#ff4b8266",
        "editor.background": "#292a2b",
        "editor.findMatchBackground": "#b084eb90",
        "editor.findMatchHighlightBackground": "#ffb86c40",
        "editor.foreground": "#e6e6e6",
        "editor.inactiveSelectionBackground": "#ffb86c40",
        "editor.lineHighlightBackground": "#31353a",
        "editor.selectionBackground": "#ffb86c40",
        "editor.selectionHighlightBackground": "#ffb86c40",
        "editor.wordHighlightBackground": "#ffcc9560",
        "editor.wordHighlightStrongBackground": "#ff9ac170",
        "editorBracketMatch.border": "#19f9d8",
        "editorCodeLens.foreground": "#ffb86c40",
        "editorCursor.foreground": "#ff4b82",
        "editorError.border": "#ff4b82",
        "editorError.foreground": "#ff4b82",
        "editorGutter.addedBackground": "#19f9d8",
        "editorGutter.deletedBackground": "#ff4b82",
        "editorGutter.modifiedBackground": "#ffcc95",
        "editorHoverWidget.background": "#31353a",
        "editorOverviewRuler.addedForeground": "#19f9d8",
        "editorOverviewRuler.border": "#00000000",
        "editorOverviewRuler.deletedForeground": "#ff4b82",
        "editorOverviewRuler.errorForeground": "#ff4b82",
        "editorOverviewRuler.infoForeground": "#6fc1ff",
        "editorOverviewRuler.modifiedForeground": "#ffcc95",
        "editorOverviewRuler.warningForeground": "#ffcc95",
        "editorRuler.foreground": "#b084eb60",
        "editorSuggestWidget.selectedBackground": "#19f9d899",
        "editorWarning.border": "#ffcc95",
        "editorWarning.foreground": "#ffcc95",
        "editorWhitespace.foreground": "#4e5260",
        "editorWidget.background": "#2a2c2d",
        "editorWidget.border": "#373b41",
        "errorForeground": "#ff4b82",
        "extensionButton.prominentBackground": "#45a9f9",
        "extensionButton.prominentForeground": "#ffffff",
        "extensionButton.prominentHoverBackground": "#676b79",
        "foreground": "#e6e6e6",
        "list.activeSelectionBackground": "#292a2b",
        "list.activeSelectionForeground": "#19f9d8",
        "list.focusBackground": "#292a2b",
        "list.focusForeground": "#19f9d8",
        "list.highlightForeground": "#6fc1ff",
        "list.hoverBackground": "#292a2b",
        "list.hoverForeground": "#cdcdcd",
        "list.inactiveSelectionBackground": "#292a2b",
        "list.inactiveSelectionForeground": "#19f9d8",
        "merge.currentContentBackground": "#b084eb40",
        "merge.currentHeaderBackground": "#b084eb90",
        "merge.incomingContentBackground": "#ffb86c40",
        "merge.incomingHeaderBackground": "#45a9f990",
        "progressBar.background": "#b084eb",
        "scrollbar.shadow": "#222223",
        "scrollbarSlider.activeBackground": "#757575",
        "scrollbarSlider.background": "#373b4199",
        "scrollbarSlider.hoverBackground": "#757575",
        "sideBar.background": "#242526",
        "sideBar.border": "#222223",
        "sideBar.foreground": "#bbbbbb",
        "statusBar.background": "#222223",
        "statusBar.debuggingBackground": "#b084eb",
        "statusBar.debuggingForeground": "#e6e6e6",
        "statusBar.foreground": "#e6e6e6",
        "statusBar.noFolderBackground": "#242526",
        "statusBar.noFolderForeground": "#e6e6e6",
        "tab.activeBackground": "#292a2b",
        "tab.activeBorder": "#19f9d8",
        "tab.activeForeground": "#19f9d8",
        "tab.inactiveBackground": "#242526",
        "tab.inactiveForeground": "#e6e6e6",
        "terminal.ansiBlue": "#45a9f9",
        "terminal.ansiBrightBlack": "#757575",
        "terminal.ansiBrightBlue": "#6fc1ff",
        "terminal.ansiBrightCyan": "#bcaafe",
        "terminal.ansiBrightGreen": "#19f9d8",
        "terminal.ansiBrightMagenta": "#ff9ac1",
        "terminal.ansiBrightRed": "#ff2c6d",
        "terminal.ansiBrightWhite": "#e6e6e6",
        "terminal.ansiBrightYellow": "#ffcc95",
        "terminal.ansiCyan": "#b084eb",
        "terminal.ansiGreen": "#19f9d8",
        "terminal.ansiMagenta": "#ff75b5",
        "terminal.ansiRed": "#ff2c6d",
        "terminal.ansiWhite": "#cdcdcd",
        "terminal.ansiYellow": "#ffb86c",
        "terminalCursor.background": "#e6e6e6",
        "terminalCursor.foreground": "#ff4b82",
        "titleBar.activeBackground": "#242526",
        "titleBar.activeForeground": "#e6e6e6",
        "titleBar.inactiveBackground": "#242526",
        "titleBar.inactiveForeground": "#e6e6e6"
    },
    "rules": [
        {
            "foreground": "#676B79",
            "fontStyle": "italic",
            "token": "comment"
        },
        {
            "foreground": "#FF75B5",
            "token": "keyword"
        },
        {
            "foreground": "#FF75B5",
            "token": "keyword.control"
        },
        {
            "foreground": "#FF75B5",
            "token": " keyword.operator.new"
        },
        {
            "foreground": "#E6E6E6",
            "token": "keyword.operator"
        },
        {
            "foreground": "#FFCC95",
            "token": "keyword.operator.logical"
        },
        {
            "foreground": "#FFCC95",
            "token": " keyword.operator.comparison"
        },
        {
            "foreground": "#FFB86C",
            "token": "storage"
        },
        {
            "foreground": "#FFB86C",
            "token": "constant"
        },
        {
            "foreground": "#45A9F9",
            "token": "constant.character.escape"
        },
        {
            "foreground": "#E6E6E6",
            "token": "variable"
        },
        {
            "foreground": "#BBBBBB",
            "token": "variable.parameter"
        },
        {
            "foreground": "#FFCC95",
            "token": "meta.object-binding-pattern-variable.js variable"
        },
        {
            "foreground": "#FF9AC1",
            "token": "variable.other.constant"
        },
        {
            "foreground": "#FF9AC1",
            "token": " variable.language.this"
        },
        {
            "foreground": "#FF9AC1",
            "token": " variable.interpolation"
        },
        {
            "foreground": "#FF9AC1",
            "token": "variable.other.object"
        },
        {
            "foreground": "#E6E6E6",
            "token": "variable.other.property"
        },
        {
            "token": "invalid.illegal"
        },
        {
            "token": "invalid.deprecated"
        },
        {
            "foreground": "#19F9D8",
            "token": "string"
        },
        {
            "foreground": "#FFCC95",
            "token": "punctuation.definition.template-expression"
        },
        {
            "foreground": "#FFCC95",
            "token": "support"
        },
        {
            "foreground": "#FFCC95",
            "token": "support.class"
        },
        {
            "foreground": "#B084EB",
            "token": "support.type.object.module.js"
        },
        {
            "foreground": "#6FC1FF",
            "token": "support.function"
        },
        {
            "foreground": "#6FC1FF",
            "token": "entity.name.function"
        },
        {
            "foreground": "#FF9AC1",
            "token": "entity.other.inherited-class"
        },
        {
            "foreground": "#FFCC95",
            "token": "entity.name.tag.yaml"
        },
        {
            "foreground": "#FFB86C",
            "token": "meta.decorator punctuation.decorator"
        },
        {
            "foreground": "#6FC1FF",
            "token": "meta.decorator variable"
        },
        {
            "foreground": "#45A9F9",
            "token": "keyword.other.special-method"
        },
        {
            "foreground": "#B084EB",
            "token": "keyword.control.at-rule"
        },
        {
            "foreground": "#FF4B82",
            "token": "keyword.other.important"
        },
        {
            "foreground": "#FF75B5",
            "token": "variable.interpolation"
        },
        {
            "foreground": "#6FC1FF",
            "token": "meta.source.handlebars entity.name.tag"
        },
        {
            "foreground": "#FFCC95",
            "fontStyle": "italic",
            "token": "punctuation.definition.expression"
        },
        {
            "foreground": "#FFCC95",
            "fontStyle": "italic",
            "token": " punctuation.definition.subexpression"
        },
        {
            "foreground": "#FFCC95",
            "fontStyle": "italic",
            "token": " punctuation.definition.block.unescaped"
        },
        {
            "foreground": "#FFCC95",
            "fontStyle": "italic",
            "token": " punctuation.definition.tag"
        },
        {
            "foreground": "#FF75B5",
            "token": "entity.name.function.expression"
        },
        {
            "foreground": "#B084EB",
            "token": "entity.unescaped.expression"
        },
        {
            "foreground": "#19F9D8",
            "token": "constant.other.symbol"
        },
        {
            "foreground": "#FFB86C",
            "token": "entity.expression variable.parameter.name"
        },
        {
            "foreground": "#6FC1FF",
            "token": "entity.expression variable.parameter.value"
        },
        {
            "foreground": "#FF9AC1",
            "token": "entity.expression support.function.builtin"
        },
        {
            "foreground": "#FFCC95",
            "token": "entity.name.tag.html"
        },
        {
            "foreground": "#FFCC95",
            "token": "entity.other.attribute-name.handlebars"
        },
        {
            "foreground": "#FF75B5",
            "fontStyle": "italic",
            "token": "support.class.component"
        },
        {
            "foreground": "#FFCC95",
            "token": "meta.tag.js entity.name.tag"
        },
        {
            "foreground": "#FFB86C",
            "token": "entity.other.attribute-name"
        },
        {
            "foreground": "#FFB86C",
            "token": "markup.bold"
        },
        {
            "foreground": "#FFCC95",
            "token": "punctuation.definition.bold.markdown"
        },
        {
            "foreground": "#FF75B5",
            "token": "markup.changed"
        },
        {
            "foreground": "#FF2C6D",
            "token": "markup.deleted"
        },
        {
            "foreground": "#FF9AC1",
            "fontStyle": "italic",
            "token": "markup.italic"
        },
        {
            "foreground": "#FF75B5",
            "fontStyle": "italic",
            "token": "punctuation.definition.italic.markdown"
        },
        {
            "foreground": "#19F9D8",
            "token": "markup.inserted"
        },
        {
            "foreground": "#19F9D8",
            "token": "punctuation.definition.heading"
        },
        {
            "foreground": "#BBBBBB",
            "token": "entity.name.section.markdown"
        },
        {
            "foreground": "#FFB86C",
            "token": "markup.quote"
        },
        {
            "foreground": "#19F9D8",
            "fontStyle": "italic",
            "token": "markup.inline.raw"
        },
        {
            "foreground": "#FF75B5",
            "token": "beginning.punctuation.definition.list"
        },
        {
            "foreground": "#757575",
            "token": "markup.fenced_code.block.markdown punctuation.definition.markdown"
        },
        {
            "foreground": "#BBBBBB",
            "fontStyle": "italic",
            "token": "fenced_code.block.language"
        },
        {
            "foreground": "#BBBBBB",
            "fontStyle": "normal",
            "token": "string.other.link"
        },
        {
            "foreground": "#45A9F9",
            "fontStyle": "italic",
            "token": "meta.link.inline.markdown"
        },
        {
            "foreground": "#FFCC95",
            "token": "text.html.markdown punctuation.definition.string"
        },
        {
            "foreground": "#6FC1FF",
            "token": "entity.name.type.class.js"
        },
        {
            "foreground": "#FF9AC1",
            "token": "keyword.control.as.js"
        },
        {
            "foreground": "#FF9AC1",
            "token": "keyword.control.from.js.jsx"
        },
        {
            "foreground": "#B084EB",
            "token": "keyword.control.export.js"
        },
        {
            "foreground": "#FF2C6D",
            "token": "entity.name.tag.js.jsx"
        },
        {
            "foreground": "#FF2C6D",
            "token": " support.class.component.js.jsx"
        },
        {
            "foreground": "#45A9F9",
            "token": "variable.language.super.js.jsx"
        },
        {
            "foreground": "#FF2C6D",
            "token": "meta.tag.structure.any.html"
        },
        {
            "foreground": "#FF2C6D",
            "token": " meta.tag.other.html"
        },
        {
            "foreground": "#FF2C6D",
            "token": " entity.name.tag.html"
        },
        {
            "foreground": "#FF2C6D",
            "token": " meta.tag.metadata.script.html"
        },
        {
            "foreground": "#FF2C6D",
            "token": " entity.name.tag.jade"
        },
        {
            "foreground": "#FF2C6D",
            "token": "entity.name.tag.inline.any.html"
        },
        {
            "foreground": "#FF2C6D",
            "token": " entity.name.tag.other.html"
        },
        {
            "foreground": "#FF2C6D",
            "token": " entity.name.tag.block.any.html"
        },
        {
            "foreground": "#FF2C6D",
            "token": "entity.name.tag.css"
        },
        {
            "foreground": "#E6E6E6",
            "token": "support.type.property-name.css"
        },
        {
            "foreground": "#FF9AC1",
            "token": "variable.scss"
        },
        {
            "foreground": "#FF2C6D",
            "token": "entity.name.tag.reference.scss"
        },
        {
            "foreground": "#FFB86C",
            "token": "keyword.other.unit.rem.css"
        },
        {
            "foreground": "#FFB86C",
            "token": " keyword.other.unit.vh.css"
        },
        {
            "foreground": "#FFB86C",
            "token": " keyword.other.unit.px.css"
        },
        {
            "foreground": "#FFB86C",
            "token": " keyword.other.unit.em.css"
        },
        {
            "foreground": "#FFB86C",
            "token": " keyword.other.unit.deg.css"
        },
        {
            "foreground": "#FFB86C",
            "token": " keyword.other.unit.percentage.css"
        },
        {
            "foreground": "#6FC1FF",
            "token": "string.regexp"
        },
        {
            "foreground": "#FF75B5",
            "fontStyle": "normal",
            "token": "string.regexp keyword"
        },
        {
            "foreground": "#FF75B5",
            "fontStyle": "normal",
            "token": " string.regexp keyword.control"
        },
        {
            "foreground": "#FF9AC1",
            "token": "string.regexp keyword.operator"
        },
        {
            "fontStyle": "normal",
            "token": "comment.block.documentation"
        },
        {
            "foreground": "#FFCC95",
            "fontStyle": "italic",
            "token": "entity.name.type.instance.jsdoc punctuation.definition"
        },
        {
            "foreground": "#CDCDCD",
            "fontStyle": "italic",
            "token": "entity.name.type.instance.jsdoc"
        },
        {
            "foreground": "#FFCC95",
            "token": "comment.block storage"
        },
        {
            "foreground": "#FF9AC1",
            "token": "comment.block storage.custom"
        },
        {
            "foreground": "#FF9AC1",
            "token": " variable.other.jsdoc"
        },
        {
            "foreground": "#FF9AC1",
            "token": " variable.other.jsdoc punctuation.definition.string"
        },
        {
            "foreground": "#6796E6",
            "token": "token.info-token"
        },
        {
            "foreground": "#CD9731",
            "token": "token.warn-token"
        },
        {
            "foreground": "#F44747",
            "token": "token.error-token"
        },
        {
            "foreground": "#B267E6",
            "token": "token.debug-token"
        },
        {
            "token": "",
            "foreground": "#e6e6e6"
        }
    ],
    "encodedTokensColors": []
}