{
    "inherit": false,
    "base": "vs-dark",
    "colors": {
        "activityBar.background": "#07090f",
        "activityBar.foreground": "#86a5ff",
        "activityBar.inactiveForeground": "#576dafc5",
        "activityBarBadge.background": "#86a5ff",
        "activityBarBadge.foreground": "#07090f",
        "badge.background": "#86a5ff",
        "badge.foreground": "#07090f",
        "breadcrumb.activeSelectionForeground": "#86a5ff",
        "breadcrumb.focusForeground": "#576daf",
        "breadcrumb.foreground": "#576dafa6",
        "breadcrumbPicker.background": "#07090f",
        "button.background": "#86a5ff",
        "button.foreground": "#07090f",
        "button.hoverBackground": "#a8beff",
        "descriptionForeground": "#576daf79",
        "diffEditor.diagonalFill": "#15182b",
        "diffEditor.insertedTextBackground": "#64d3892c",
        "diffEditor.removedTextBackground": "#dd50742c",
        "dropdown.background": "#15182b",
        "dropdown.foreground": "#c7d5ff99",
        "editor.background": "#07090f",
        "editor.findMatchBackground": "#576daf",
        "editor.findMatchHighlightBackground": "#262e47",
        "editor.inactiveSelectionBackground": "#262e47be",
        "editor.selectionBackground": "#262e47",
        "editor.selectionHighlightBackground": "#262e47",
        "editor.wordHighlightBackground": "#262e47",
        "editor.wordHighlightStrongBackground": "#262e47",
        "editorCodeLens.foreground": "#262e47",
        "editorCursor.background": "#01030b",
        "editorCursor.foreground": "#86a5ff",
        "editorGroup.background": "#07090f",
        "editorGroup.border": "#15182b",
        "editorGroup.dropBackground": "#0c0e19",
        "editorGroup.emptyBackground": "#07090f",
        "editorGroupHeader.tabsBackground": "#07090f",
        "editorLineNumber.activeForeground": "#576dafd8",
        "editorLineNumber.foreground": "#262e47bb",
        "editorWidget.background": "#15182b",
        "editorWidget.border": "#576daf",
        "extensionButton.prominentBackground": "#c7d5ff",
        "extensionButton.prominentForeground": "#07090f",
        "focusBorder": "#262e47",
        "foreground": "#576daf",
        "gitDecoration.addedResourceForeground": "#64d389fd",
        "gitDecoration.deletedResourceForeground": "#dd5074",
        "gitDecoration.ignoredResourceForeground": "#576daf90",
        "gitDecoration.modifiedResourceForeground": "#c778db",
        "gitDecoration.untrackedResourceForeground": "#576daf90",
        "icon.foreground": "#576daf",
        "input.background": "#15182b",
        "input.foreground": "#86a5ff",
        "inputOption.activeForeground": "#86a5ff",
        "inputValidation.errorBackground": "#dd5073",
        "inputValidation.errorBorder": "#dd5073",
        "inputValidation.errorForeground": "#07090f",
        "list.activeSelectionBackground": "#000000",
        "list.activeSelectionForeground": "#86a5ff",
        "list.dropBackground": "#000000",
        "list.errorForeground": "#dd5074",
        "list.focusBackground": "#01030b",
        "list.focusForeground": "#86a5ff",
        "list.highlightForeground": "#a8beff",
        "list.hoverBackground": "#000000",
        "list.hoverForeground": "#a8beff",
        "list.inactiveFocusBackground": "#01030b",
        "list.inactiveSelectionBackground": "#000000",
        "list.inactiveSelectionForeground": "#86a5ff",
        "list.warningForeground": "#e6db7f",
        "notificationCenterHeader.background": "#15182b",
        "notifications.background": "#15182b",
        "panel.border": "#15182b",
        "panelTitle.activeBorder": "#86a5ff",
        "panelTitle.activeForeground": "#c7d5ff",
        "panelTitle.inactiveForeground": "#576daf",
        "peekViewTitle.background": "#262e47",
        "quickInput.background": "#0c0e19",
        "scrollbar.shadow": "#01030b",
        "scrollbarSlider.activeBackground": "#576daf",
        "scrollbarSlider.background": "#262e47",
        "scrollbarSlider.hoverBackground": "#576daf",
        "selection.background": "#01030b",
        "sideBar.background": "#07090f",
        "sideBar.border": "#15182b",
        "sideBarSectionHeader.background": "#07090f",
        "sideBarSectionHeader.foreground": "#86a5ff",
        "statusBar.background": "#86a5ff",
        "statusBar.debuggingBackground": "#c778db",
        "statusBar.foreground": "#07090f",
        "tab.activeBackground": "#07090f",
        "tab.activeBorder": "#86a5ff",
        "tab.activeForeground": "#c7d5ff",
        "tab.border": "#07090f",
        "tab.inactiveBackground": "#07090f",
        "tab.inactiveForeground": "#576dafd8",
        "terminal.ansiBrightRed": "#dd5073",
        "terminal.ansiGreen": "#63eb90",
        "terminal.ansiRed": "#dd5073",
        "terminal.foreground": "#a8beff",
        "textLink.foreground": "#86a5ff",
        "titleBar.activeBackground": "#07090f",
        "titleBar.activeForeground": "#86a5ff",
        "titleBar.inactiveBackground": "#07090f",
        "tree.indentGuidesStroke": "#576daf",
        "widget.shadow": "#01030b"
    },
    "rules": [
        {
            "foreground": "#546E7A",
            "fontStyle": "italic",
            "token": "comment"
        },
        {
            "foreground": "#546E7A",
            "fontStyle": "italic",
            "token": "punctuation.definition.comment"
        },
        {
            "foreground": "#EEFFFF",
            "token": "variable"
        },
        {
            "foreground": "#EEFFFF",
            "token": "string constant.other.placeholder"
        },
        {
            "foreground": "#FFFFFF",
            "token": "constant.other.color"
        },
        {
            "foreground": "#FF5370",
            "token": "invalid"
        },
        {
            "foreground": "#FF5370",
            "token": "invalid.illegal"
        },
        {
            "foreground": "#C792EA",
            "token": "keyword"
        },
        {
            "foreground": "#C792EA",
            "token": "storage.type"
        },
        {
            "foreground": "#C792EA",
            "token": "storage.modifier"
        },
        {
            "foreground": "#89DDFF",
            "token": "keyword.control"
        },
        {
            "foreground": "#89DDFF",
            "token": "constant.other.color"
        },
        {
            "foreground": "#89DDFF",
            "token": "punctuation"
        },
        {
            "foreground": "#89DDFF",
            "token": "meta.tag"
        },
        {
            "foreground": "#89DDFF",
            "token": "punctuation.definition.tag"
        },
        {
            "foreground": "#89DDFF",
            "token": "punctuation.separator.inheritance.php"
        },
        {
            "foreground": "#89DDFF",
            "token": "punctuation.definition.tag.html"
        },
        {
            "foreground": "#89DDFF",
            "token": "punctuation.definition.tag.begin.html"
        },
        {
            "foreground": "#89DDFF",
            "token": "punctuation.definition.tag.end.html"
        },
        {
            "foreground": "#89DDFF",
            "token": "punctuation.section.embedded"
        },
        {
            "foreground": "#89DDFF",
            "token": "keyword.other.template"
        },
        {
            "foreground": "#89DDFF",
            "token": "keyword.other.substitution"
        },
        {
            "foreground": "#F07178",
            "token": "entity.name.tag"
        },
        {
            "foreground": "#F07178",
            "token": "meta.tag.sgml"
        },
        {
            "foreground": "#F07178",
            "token": "markup.deleted.git_gutter"
        },
        {
            "foreground": "#82AAFF",
            "token": "entity.name.function"
        },
        {
            "foreground": "#82AAFF",
            "token": "meta.function-call"
        },
        {
            "foreground": "#82AAFF",
            "token": "variable.function"
        },
        {
            "foreground": "#82AAFF",
            "token": "support.function"
        },
        {
            "foreground": "#82AAFF",
            "token": "keyword.other.special-method"
        },
        {
            "foreground": "#F07178",
            "token": "meta.block variable.other"
        },
        {
            "foreground": "#F07178",
            "token": "support.other.variable"
        },
        {
            "foreground": "#F07178",
            "token": "string.other.link"
        },
        {
            "foreground": "#F78C6C",
            "token": "constant.numeric"
        },
        {
            "foreground": "#F78C6C",
            "token": "constant.language"
        },
        {
            "foreground": "#F78C6C",
            "token": "support.constant"
        },
        {
            "foreground": "#F78C6C",
            "token": "constant.character"
        },
        {
            "foreground": "#F78C6C",
            "token": "constant.escape"
        },
        {
            "foreground": "#F78C6C",
            "token": "variable.parameter"
        },
        {
            "foreground": "#F78C6C",
            "token": "keyword.other.unit"
        },
        {
            "foreground": "#F78C6C",
            "token": "keyword.other"
        },
        {
            "foreground": "#C3E88D",
            "token": "string"
        },
        {
            "foreground": "#C3E88D",
            "token": "constant.other.symbol"
        },
        {
            "foreground": "#C3E88D",
            "token": "constant.other.key"
        },
        {
            "foreground": "#C3E88D",
            "token": "entity.other.inherited-class"
        },
        {
            "foreground": "#C3E88D",
            "token": "markup.heading"
        },
        {
            "foreground": "#C3E88D",
            "token": "markup.inserted.git_gutter"
        },
        {
            "foreground": "#C3E88D",
            "token": "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
        },
        {
            "foreground": "#FFCB6B",
            "token": "entity.name"
        },
        {
            "foreground": "#FFCB6B",
            "token": "support.type"
        },
        {
            "foreground": "#FFCB6B",
            "token": "support.class"
        },
        {
            "foreground": "#FFCB6B",
            "token": "support.orther.namespace.use.php"
        },
        {
            "foreground": "#FFCB6B",
            "token": "meta.use.php"
        },
        {
            "foreground": "#FFCB6B",
            "token": "support.other.namespace.php"
        },
        {
            "foreground": "#FFCB6B",
            "token": "markup.changed.git_gutter"
        },
        {
            "foreground": "#FFCB6B",
            "token": "support.type.sys-types"
        },
        {
            "foreground": "#B2CCD6",
            "token": "support.type"
        },
        {
            "foreground": "#B2CCD6",
            "token": "source.css support.type.property-name"
        },
        {
            "foreground": "#B2CCD6",
            "token": "source.sass support.type.property-name"
        },
        {
            "foreground": "#B2CCD6",
            "token": "source.scss support.type.property-name"
        },
        {
            "foreground": "#B2CCD6",
            "token": "source.less support.type.property-name"
        },
        {
            "foreground": "#B2CCD6",
            "token": "source.stylus support.type.property-name"
        },
        {
            "foreground": "#B2CCD6",
            "token": "source.postcss support.type.property-name"
        },
        {
            "foreground": "#FF5370",
            "token": "entity.name.module.js"
        },
        {
            "foreground": "#FF5370",
            "token": "variable.import.parameter.js"
        },
        {
            "foreground": "#FF5370",
            "token": "variable.other.class.js"
        },
        {
            "foreground": "#FF5370",
            "fontStyle": "italic",
            "token": "variable.language"
        },
        {
            "foreground": "#82AAFF",
            "fontStyle": "italic",
            "token": "entity.name.method.js"
        },
        {
            "foreground": "#82AAFF",
            "token": "meta.class-method.js entity.name.function.js"
        },
        {
            "foreground": "#82AAFF",
            "token": "variable.function.constructor"
        },
        {
            "foreground": "#C792EA",
            "token": "entity.other.attribute-name"
        },
        {
            "foreground": "#FFCB6B",
            "fontStyle": "italic",
            "token": "text.html.basic entity.other.attribute-name.html"
        },
        {
            "foreground": "#FFCB6B",
            "fontStyle": "italic",
            "token": "text.html.basic entity.other.attribute-name"
        },
        {
            "foreground": "#FFCB6B",
            "token": "entity.other.attribute-name.class"
        },
        {
            "foreground": "#82AAFF",
            "token": "source.sass keyword.control"
        },
        {
            "foreground": "#C3E88D",
            "token": "markup.inserted"
        },
        {
            "foreground": "#FF5370",
            "token": "markup.deleted"
        },
        {
            "foreground": "#C792EA",
            "token": "markup.changed"
        },
        {
            "foreground": "#89DDFF",
            "token": "string.regexp"
        },
        {
            "foreground": "#89DDFF",
            "token": "constant.character.escape"
        },
        {
            "fontStyle": "underline",
            "token": "*url*"
        },
        {
            "fontStyle": "underline",
            "token": "*link*"
        },
        {
            "fontStyle": "underline",
            "token": "*uri*"
        },
        {
            "foreground": "#82AAFF",
            "fontStyle": "italic",
            "token": "tag.decorator.js entity.name.tag.js"
        },
        {
            "foreground": "#82AAFF",
            "fontStyle": "italic",
            "token": "tag.decorator.js punctuation.definition.tag.js"
        },
        {
            "foreground": "#FF5370",
            "fontStyle": "italic",
            "token": "source.js constant.other.object.key.js string.unquoted.label.js"
        },
        {
            "foreground": "#C792EA",
            "token": "source.json meta.structure.dictionary.json support.type.property-name.json"
        },
        {
            "foreground": "#FFCB6B",
            "token": "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
        },
        {
            "foreground": "#F78C6C",
            "token": "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
        },
        {
            "foreground": "#FF5370",
            "token": "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
        },
        {
            "foreground": "#C17E70",
            "token": "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
        },
        {
            "foreground": "#82AAFF",
            "token": "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
        },
        {
            "foreground": "#F07178",
            "token": "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
        },
        {
            "foreground": "#C792EA",
            "token": "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
        },
        {
            "foreground": "#C3E88D",
            "token": "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
        },
        {
            "foreground": "#EEFFFF",
            "token": "text.html.markdown"
        },
        {
            "foreground": "#EEFFFF",
            "token": "punctuation.definition.list_item.markdown"
        },
        {
            "foreground": "#C792EA",
            "token": "text.html.markdown markup.inline.raw.markdown"
        },
        {
            "foreground": "#65737E",
            "token": "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
        },
        {
            "foreground": "#C3E88D",
            "token": "markdown.heading"
        },
        {
            "foreground": "#C3E88D",
            "token": "markup.heading | markup.heading entity.name"
        },
        {
            "foreground": "#C3E88D",
            "token": "markup.heading.markdown punctuation.definition.heading.markdown"
        },
        {
            "foreground": "#F07178",
            "fontStyle": "italic",
            "token": "markup.italic"
        },
        {
            "foreground": "#F07178",
            "fontStyle": "bold",
            "token": "markup.bold"
        },
        {
            "foreground": "#F07178",
            "fontStyle": "bold",
            "token": "markup.bold string"
        },
        {
            "foreground": "#F07178",
            "fontStyle": "bold",
            "token": "markup.bold markup.italic"
        },
        {
            "foreground": "#F07178",
            "fontStyle": "bold",
            "token": "markup.italic markup.bold"
        },
        {
            "foreground": "#F07178",
            "fontStyle": "bold",
            "token": "markup.quote markup.bold"
        },
        {
            "foreground": "#F07178",
            "fontStyle": "bold",
            "token": "markup.bold markup.italic string"
        },
        {
            "foreground": "#F07178",
            "fontStyle": "bold",
            "token": "markup.italic markup.bold string"
        },
        {
            "foreground": "#F07178",
            "fontStyle": "bold",
            "token": "markup.quote markup.bold string"
        },
        {
            "foreground": "#F78C6C",
            "fontStyle": "underline",
            "token": "markup.underline"
        },
        {
            "foreground": "#65737E",
            "token": "markup.quote punctuation.definition.blockquote.markdown"
        },
        {
            "fontStyle": "italic",
            "token": "markup.quote"
        },
        {
            "foreground": "#82AAFF",
            "token": "string.other.link.title.markdown"
        },
        {
            "foreground": "#C792EA",
            "token": "string.other.link.description.title.markdown"
        },
        {
            "foreground": "#FFCB6B",
            "token": "constant.other.reference.link.markdown"
        },
        {
            "foreground": "#C792EA",
            "token": "markup.raw.block"
        },
        {
            "foreground": "#00000050",
            "token": "markup.raw.block.fenced.markdown"
        },
        {
            "foreground": "#00000050",
            "token": "punctuation.definition.fenced.markdown"
        },
        {
            "foreground": "#EEFFFF",
            "token": "markup.raw.block.fenced.markdown"
        },
        {
            "foreground": "#EEFFFF",
            "token": "variable.language.fenced.markdown"
        },
        {
            "foreground": "#EEFFFF",
            "token": "punctuation.section.class.end"
        },
        {
            "foreground": "#65737E",
            "token": "variable.language.fenced.markdown"
        },
        {
            "foreground": "#65737E",
            "fontStyle": "bold",
            "token": "meta.separator"
        },
        {
            "foreground": "#EEFFFF",
            "token": "markup.table"
        },
        {
            "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": "#ffffff"
        }
    ],
    "encodedTokensColors": []
}