{
    "name": "Atlantic Midnight",
    "type": "dark",
    "semanticHighlighting": true,
    "semanticTokenColors": {
        "enumMember": {
            "foreground": "#8ad8fb"
        },
        "variable.constant": {
            "foreground": "#e59276"
        },
        "variable.defaultLibrary": {
            "foreground": "#ffffff"
        }
    },
    "tokenColors": [
        {
            "name": "unison punctuation",
            "scope": "punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "haskell variable generic-type",
            "scope": "variable.other.generic-type.haskell",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "haskell storage type",
            "scope": "storage.type.haskell",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "support.variable.magic.python",
            "scope": "support.variable.magic.python",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "punctuation.separator.parameters.python",
            "scope": "punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "variable.parameter.function.language.special.self.python",
            "scope": "variable.parameter.function.language.special.self.python",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "storage.modifier.lifetime.rust",
            "scope": "storage.modifier.lifetime.rust",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "support.function.std.rust",
            "scope": "support.function.std.rust",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "entity.name.lifetime.rust",
            "scope": "entity.name.lifetime.rust",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "variable.language.rust",
            "scope": "variable.language.rust",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "support.constant.edge",
            "scope": "support.constant.edge",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "regexp constant character-class",
            "scope": "constant.other.character-class.regexp",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "regexp operator.quantifier",
            "scope": "keyword.operator.quantifier.regexp",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "punctuation.definition",
            "scope": ["punctuation.definition.string.begin", "punctuation.definition.string.end"],
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "JSON punctuation.support",
            "scope": [
                "punctuation.support.type.property-name.begin.json",
                "punctuation.support.type.property-name.end.json",
                "punctuation.definition.string.begin.json",
                "punctuation.definition.string.end.json"
            ],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Text",
            "scope": "variable.parameter.function",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Comment Markup Link",
            "scope": "comment markup.link",
            "settings": {
                "foreground": "#5f5f63"
            }
        },
        {
            "name": "markup diff",
            "scope": "markup.changed.diff",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "diff",
            "scope": "meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "inserted.diff",
            "scope": "markup.inserted.diff",
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "deleted.diff",
            "scope": "markup.deleted.diff",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "c++ function",
            "scope": "meta.function.c,meta.function.cpp",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "c++ block",
            "scope": "punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "js/ts punctuation separator key-value",
            "scope": "punctuation.separator.key-value",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "js/ts import keyword",
            "scope": "keyword.operator.expression.import",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "math js/ts",
            "scope": "support.constant.math",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "math property js/ts",
            "scope": "support.constant.property.math",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "js/ts variable.other.constant",
            "scope": "variable.other.constant",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "java type",
            "scope": ["storage.type.annotation.java", "storage.type.object.array.java"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "java source",
            "scope": "source.java",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "java modifier.import",
            "scope": "punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "java modifier.import",
            "scope": "meta.method.java",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "java modifier.import",
            "scope": "storage.modifier.import.java,storage.type.java,storage.type.generic.java",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "java instanceof",
            "scope": "keyword.operator.instanceof.java",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "java variable.name",
            "scope": "meta.definition.variable.name.java",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "operator logical",
            "scope": "keyword.operator.logical",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "operator bitwise",
            "scope": "keyword.operator.bitwise",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "operator channel",
            "scope": "keyword.operator.channel",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "support.constant.property-value.scss",
            "scope": "support.constant.property-value.scss,support.constant.property-value.css",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "CSS/SCSS/LESS Operators",
            "scope": "keyword.operator.css,keyword.operator.scss,keyword.operator.less",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "css color standard name",
            "scope": "support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "css comma",
            "scope": "punctuation.separator.list.comma.css",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "css attribute-name.id",
            "scope": "support.constant.color.w3c-standard-color-name.css",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "css property-name",
            "scope": "support.type.vendored.property-name.css",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "js/ts module",
            "scope": "support.module.node,support.type.object.module,support.module.node",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "entity.name.type.module",
            "scope": "entity.name.type.module",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "js variable readwrite",
            "scope": "variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "js/ts json",
            "scope": "support.constant.json",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "js/ts Keyword",
            "scope": [
                "keyword.operator.expression.instanceof",
                "keyword.operator.new",
                "keyword.operator.ternary",
                "keyword.operator.optional",
                "keyword.operator.expression.keyof"
            ],
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "js/ts console",
            "scope": "support.type.object.console",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "js/ts support.variable.property.process",
            "scope": "support.variable.property.process",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "js console function",
            "scope": "entity.name.function,support.function.console",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "keyword.operator.misc.rust",
            "scope": "keyword.operator.misc.rust",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "keyword.operator.sigil.rust",
            "scope": "keyword.operator.sigil.rust",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "operator",
            "scope": "keyword.operator.delete",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "js dom",
            "scope": "support.type.object.dom",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "js dom variable",
            "scope": "support.variable.dom,support.variable.property.dom",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "keyword.operator",
            "scope": "keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "C operator assignment",
            "scope": "keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Punctuation",
            "scope": "punctuation.separator.delimiter",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Other punctuation .c",
            "scope": "punctuation.separator.c,punctuation.separator.cpp",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "C type posix-reserved",
            "scope": "support.type.posix-reserved.c,support.type.posix-reserved.cpp",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "keyword.operator.sizeof.c",
            "scope": "keyword.operator.sizeof.c,keyword.operator.sizeof.cpp",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "python parameter",
            "scope": "variable.parameter.function.language.python",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "python type",
            "scope": "support.type.python",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "python logical",
            "scope": "keyword.operator.logical.python",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "pyCs",
            "scope": "variable.parameter.function.python",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "python block",
            "scope": "punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "python function-call.generic",
            "scope": "meta.function-call.generic.python",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "python placeholder reset to normal string",
            "scope": "constant.character.format.placeholder.other.python",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "Operators",
            "scope": "keyword.operator",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Compound Assignment Operators",
            "scope": "keyword.operator.assignment.compound",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Compound Assignment Operators js/ts",
            "scope": "keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Keywords",
            "scope": "keyword",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Namespaces",
            "scope": "entity.name.namespace",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Variables",
            "scope": "variable",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Variables",
            "scope": "variable.c",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Language variables",
            "scope": "variable.language",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Java Variables",
            "scope": "token.variable.parameter.java",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Java Imports",
            "scope": "import.storage.java",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Packages",
            "scope": "token.package.keyword",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Packages",
            "scope": "token.package",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Functions",
            "scope": [
                "entity.name.function",
                "meta.require",
                "support.function.any-method",
                "variable.function"
            ],
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "Classes",
            "scope": "entity.name.type.namespace",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Classes",
            "scope": "support.class, entity.name.type.class",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class.identifier.namespace.type",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Class name",
            "scope": ["entity.name.class", "variable.other.class.js", "variable.other.class.ts"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Class name php",
            "scope": "variable.other.class.php",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Type Name",
            "scope": "entity.name.type",
            "settings": {
                "foreground": "#fecb71",
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword Control",
            "scope": "keyword.control",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Control Elements",
            "scope": "control.elements, keyword.operator.less",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "Methods",
            "scope": "keyword.other.special-method",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Storage JS TS",
            "scope": "token.storage",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void",
            "scope": "keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Java Storage",
            "scope": "token.storage.type.java",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Support",
            "scope": "support.function",
            "settings": {
                "foreground": "#84a8f1"
            }
        },
        {
            "name": "Support type",
            "scope": "support.type.property-name",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Support type",
            "scope": "support.constant.property-value",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Support type",
            "scope": "support.constant.font-name",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "Meta tag",
            "scope": "meta.tag",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Strings",
            "scope": "string",
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "Inherited Class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Constant other symbol",
            "scope": "constant.other.symbol",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Integers",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "Constants",
            "scope": "constant",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "Constants",
            "scope": "punctuation.definition.constant",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "Tags",
            "scope": "entity.name.tag",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Attributes",
            "scope": "entity.other.attribute-name",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "Attribute IDs",
            "scope": "entity.other.attribute-name.id",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "Attribute class",
            "scope": "entity.other.attribute-name.class.css",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "Selector",
            "scope": "meta.selector",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Headings",
            "scope": "markup.heading",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Headings",
            "scope": "markup.heading punctuation.definition.heading, entity.name.section",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "Units",
            "scope": "keyword.other.unit",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Bold",
            "scope": "markup.bold,todo.bold",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "Bold",
            "scope": "punctuation.definition.bold",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "markup Italic",
            "scope": "markup.italic, punctuation.definition.italic,todo.emphasis",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "emphasis md",
            "scope": "emphasis md",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown headings",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown heading Punctuation Definition",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "punctuation.definition.list.begin.markdown",
            "scope": "punctuation.definition.list.begin.markdown",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown heading setext",
            "scope": "markup.heading.setext",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Bold",
            "scope": "punctuation.definition.bold.markdown",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown Inline Raw",
            "scope": "markup.inline.raw.markdown",
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown Inline Raw",
            "scope": "markup.inline.raw.string.markdown",
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown List Punctuation Definition",
            "scope": "punctuation.definition.list.markdown",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown",
                "punctuation.definition.metadata.markdown"
            ],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "beginning.punctuation.definition.list.markdown",
            "scope": ["beginning.punctuation.definition.list.markdown"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Link",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown Underline Link/Image",
            "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown Link Title/Description",
            "scope": "string.other.link.title.markdown,string.other.link.description.markdown",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "Regular Expressions",
            "scope": "string.regexp",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Escape Characters",
            "scope": "constant.character.escape",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Embedded",
            "scope": "punctuation.section.embedded, variable.interpolation",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Embedded",
            "scope": "punctuation.section.embedded.begin,punctuation.section.embedded.end",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "illegal",
            "scope": "invalid.illegal",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "illegal",
            "scope": "invalid.illegal.bad-ampersand.html",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Broken",
            "scope": "invalid.broken",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Deprecated",
            "scope": "invalid.deprecated",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Unimplemented",
            "scope": "invalid.unimplemented",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Source Json Meta Structure Dictionary Json > String Quoted Json",
            "scope": "source.json meta.structure.dictionary.json > string.quoted.json",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String",
            "scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation",
            "scope": "source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation",
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json",
            "scope": "source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] JSON Property Name",
            "scope": "support.type.property-name.json",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] JSON Punctuation for Property Name",
            "scope": "support.type.property-name.json punctuation",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "laravel blade tag",
            "scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "laravel blade @",
            "scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "use statement for other classes",
            "scope": "support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "error suppression",
            "scope": "keyword.operator.error-control.php",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "php instanceof",
            "scope": "keyword.operator.type.php",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "style double quoted array index normal begin",
            "scope": "punctuation.section.array.begin.php",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "style double quoted array index normal end",
            "scope": "punctuation.section.array.end.php",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "php illegal.non-null-typehinted",
            "scope": "invalid.illegal.non-null-typehinted.php",
            "settings": {
                "foreground": "#f44747"
            }
        },
        {
            "name": "php types",
            "scope": "storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "php call-function",
            "scope": "meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "php function-resets",
            "scope": "punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "support php constants",
            "scope": "support.constant.core.rust",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "support php constants",
            "scope": "support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "php goto",
            "scope": "entity.name.goto-label.php,support.other.php",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "php logical/bitwise operator",
            "scope": "keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "php regexp operator",
            "scope": "keyword.operator.regexp.php",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "php comparison",
            "scope": "keyword.operator.comparison.php",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "php heredoc/nowdoc",
            "scope": "keyword.operator.heredoc.php,keyword.operator.nowdoc.php",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "python function decorator @",
            "scope": "meta.function.decorator.python",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "python function support",
            "scope": "support.token.decorator.python,meta.function.decorator.identifier.python",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "parameter function js/ts",
            "scope": "function.parameter",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "brace function",
            "scope": "function.brace",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "parameter function ruby cs",
            "scope": "function.parameter.ruby, function.parameter.cs",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "constant.language.symbol.ruby",
            "scope": "constant.language.symbol.ruby",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "rgb-value",
            "scope": "rgb-value",
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "rgb value",
            "scope": "inline-color-decoration rgb-value",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "rgb value less",
            "scope": "less rgb-value",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "sass selector",
            "scope": "selector.sass",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "ts primitive/builtin types",
            "scope": "support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "block scope",
            "scope": "block.scope.end,block.scope.begin",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "cs storage type",
            "scope": "storage.type.cs",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "cs local variable",
            "scope": "entity.name.variable.local.cs",
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "scope": "token.info-token",
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "scope": "token.warn-token",
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "scope": "token.error-token",
            "settings": {
                "foreground": "#f44747"
            }
        },
        {
            "scope": "token.debug-token",
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "String interpolation",
            "scope": [
                "punctuation.definition.template-expression.begin",
                "punctuation.definition.template-expression.end",
                "punctuation.section.embedded"
            ],
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Reset JavaScript string interpolation expression",
            "scope": ["meta.template.expression"],
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Import module JS",
            "scope": ["keyword.operator.module"],
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "js Flowtype",
            "scope": ["support.type.type.flowtype"],
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "js Flow",
            "scope": ["support.type.primitive"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "js class prop",
            "scope": ["meta.property.object"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "js func parameter",
            "scope": ["variable.parameter.function.js"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "js template literals begin",
            "scope": ["keyword.other.template.begin"],
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "js template literals end",
            "scope": ["keyword.other.template.end"],
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "js template literals variable braces begin",
            "scope": ["keyword.other.substitution.begin"],
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "js template literals variable braces end",
            "scope": ["keyword.other.substitution.end"],
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "js operator.assignment",
            "scope": ["keyword.operator.assignment"],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "go operator",
            "scope": ["keyword.operator.assignment.go"],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "go operator",
            "scope": ["keyword.operator.arithmetic.go", "keyword.operator.address.go"],
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "Go package name",
            "scope": ["entity.name.package.go"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "elm prelude",
            "scope": ["support.type.prelude.elm"],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "elm constant",
            "scope": ["support.constant.elm"],
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "template literal",
            "scope": ["punctuation.quasi.element"],
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "html/pug (jade) escaped characters and entities",
            "scope": ["constant.character.entity"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour",
            "scope": [
                "entity.other.attribute-name.pseudo-element",
                "entity.other.attribute-name.pseudo-class"
            ],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Clojure globals",
            "scope": ["entity.global.clojure"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Clojure symbols",
            "scope": ["meta.symbol.clojure"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Clojure constants",
            "scope": ["constant.keyword.clojure"],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "CoffeeScript Function Argument",
            "scope": ["meta.arguments.coffee", "variable.parameter.function.coffee"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Ini Default Text",
            "scope": ["source.ini"],
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "Makefile prerequisities",
            "scope": ["meta.scope.prerequisites.makefile"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Makefile text colour",
            "scope": ["source.makefile"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Groovy import names",
            "scope": ["storage.modifier.import.groovy"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Groovy Methods",
            "scope": ["meta.method.groovy"],
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "Groovy Variables",
            "scope": ["meta.definition.variable.name.groovy"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Groovy Inheritance",
            "scope": ["meta.definition.class.inherited.classes.groovy"],
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "HLSL Semantic",
            "scope": ["support.variable.semantic.hlsl"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "HLSL Types",
            "scope": [
                "support.type.texture.hlsl",
                "support.type.sampler.hlsl",
                "support.type.object.hlsl",
                "support.type.object.rw.hlsl",
                "support.type.fx.hlsl",
                "support.type.object.hlsl"
            ],
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "SQL Variables",
            "scope": ["text.variable", "text.bracketed"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "types",
            "scope": ["support.type.swift", "support.type.vb.asp"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "heading 1, keyword",
            "scope": ["entity.name.function.xi"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "heading 2, callable",
            "scope": ["entity.name.class.xi"],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "heading 3, property",
            "scope": ["constant.character.character-class.regexp.xi"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "heading 4, type, class, interface",
            "scope": ["constant.regexp.xi"],
            "settings": {
                "foreground": "#c99ad6"
            }
        },
        {
            "name": "heading 5, enums, preprocessor, constant, decorator",
            "scope": ["keyword.control.xi"],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "heading 6, number",
            "scope": ["invalid.xi"],
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "string",
            "scope": ["beginning.punctuation.definition.quote.markdown.xi"],
            "settings": {
                "foreground": "#c7e59e"
            }
        },
        {
            "name": "comments",
            "scope": ["beginning.punctuation.definition.list.markdown.xi"],
            "settings": {
                "foreground": "#5f5f63"
            }
        },
        {
            "name": "link",
            "scope": ["constant.character.xi"],
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "accent",
            "scope": ["accent.xi"],
            "settings": {
                "foreground": "#84a8f0"
            }
        },
        {
            "name": "wikiword",
            "scope": ["wikiword.xi"],
            "settings": {
                "foreground": "#e59276"
            }
        },
        {
            "name": "language operators like '+', '-' etc",
            "scope": ["constant.other.color.rgb-value.xi"],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "elements to dim",
            "scope": ["punctuation.definition.tag.xi"],
            "settings": {
                "foreground": "#5f5f63"
            }
        },
        {
            "name": "C++/C#",
            "scope": [
                "entity.name.label.cs",
                "entity.name.scope-resolution.function.call",
                "entity.name.scope-resolution.function.definition"
            ],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Markdown underscore-style headers",
            "scope": [
                "entity.name.label.cs",
                "markup.heading.setext.1.markdown",
                "markup.heading.setext.2.markdown"
            ],
            "settings": {
                "foreground": "#ffffff"
            }
        },
        {
            "name": "meta.brace.square",
            "scope": [" meta.brace.square"],
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "name": "Comments",
            "scope": "comment, punctuation.definition.comment",
            "settings": {
                "fontStyle": "italic",
                "foreground": "#5f5f63"
            }
        },
        {
            "name": "[VSCODE-CUSTOM] Markdown Quote",
            "scope": "markup.quote.markdown",
            "settings": {
                "foreground": "#5f5f63"
            }
        },
        {
            "name": "punctuation.definition.block.sequence.item.yaml",
            "scope": "punctuation.definition.block.sequence.item.yaml",
            "settings": {
                "foreground": "#d4d4d4"
            }
        },
        {
            "scope": ["constant.language.symbol.elixir"],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "js/ts italic",
            "scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super",
            "settings": {
                "fontStyle": "italic"
            }
        },
        {
            "name": "comment",
            "scope": "comment.line.double-slash,comment.block.documentation",
            "settings": {
                "fontStyle": "italic"
            }
        },
        {
            "name": "Python Keyword Control",
            "scope": "keyword.control.import.python,keyword.control.flow.python",
            "settings": {
                "fontStyle": "italic"
            }
        },
        {
            "name": "markup.italic.markdown",
            "scope": "markup.italic.markdown",
            "settings": {
                "fontStyle": "italic"
            }
        },
        // OVERRIDES
        {
            "name": "CSS Attribute Name",
            "scope": [
                "entity.other.attribute-name.id.css",
                "meta.selector.css",
                "entity.name.tag.css.postcss.symbol",
                "entity.other.attribute-name.pseudo-class.css.postcss",
                "entity.name.tag.css.postcss.symbol",
                "entity.other.attribute-name.class.css.postcss",
                "punctuation.definition.entity.css",
                "entity.other.attribute-name.class.css",
                "entity.name.tag.wildcard.css",
                "meta.selector.css",
                "entity.name.tag",
                "entity.other.attribute-name.css",
                "entity.other.attribute-name.class.svelte"
            ],
            "settings": {
                "foreground": "#fecb71"
            }
        },
        {
            "name": "CSS Attribute Property",
            "scope": [
                "meta.property-list.css.postcss",
                "meta.property-value.css.postcss",
                "variable.parameter.postcss"
            ],
            "settings": {
                "foreground": "#FFFFFF"
            }
        },
        {
            "name": "CSS Attribute Property",
            "scope": [
                "keyword.other.unit.css.postcss",
                "support.constant.property-value.css.postcss",
                "keyword.other.unit.px.css",
                "keyword.other.unit.percentage.css",
                "constant.numeric.css",
                "keyword.other.unit.deg.css",
                "keyword.other.unit.s.css",
                "keyword.other.unit.ms.css",
                "keyword.other.unit.rem.css",
                "entity.other.keyframe-offset.percentage.css"
            ],
            "settings": {
                "foreground": "#e69377"
            }
        },
        {
            "name": "Svelte Keywords",
            "scope": ["punctuation.definition.keyword.svelte", "keyword.other.svelte"],
            "settings": {
                "foreground": "#e69377"
            }
        },
        {
            "name": "Conditional Keyword Control JS",
            "scope": [
                "keyword.control.conditional",
                "keyword.operator.new.ts",
                "keyword.control.flow.ts"
            ],
            "settings": {
                "foreground": "#8ad8fb",
                "fontStyle": "italic"
            }
        },
        {
            "name": "Conditional Keyword Control JS Non Italic",
            "scope": [
                "punctuation.accessor.optional.ts",
                "keyword.operator.pattern.css"
                // "storage.type.function.arrow.ts"
            ],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Entity Type Name",
            "scope": ["entity.name.type.ts"],
            "settings": {
                "foreground": "#fecb71",
                "fontStyle": "italic"
            }
        },
        {
            "name": "Golang Keywords Italic",
            "scope": ["keyword.control.go"],
            "settings": {
                "foreground": "#8ad8fb",
                "fontStyle": "italic"
            }
        },
        {
            "name": "Names & Property Names",
            "scope": [
                "entity.name.type.go",
                "entity.name.type.package.go",
                "support.type.property-name.json",
                "punctuation.definition.heading.markdown",
                "entity.name.section.markdown"
            ],
            "settings": {
                "foreground": "#fecb71"
            }
        },
        {
            "name": "Golang Keywords",
            "scope": [
                "keyword.function.go",
                "keyword.type.go",
                "keyword.package.go",
                "source.go",
                "punctuation.definition.string.end.go",
                "punctuation.definition.string.begin.go"
            ],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Text",
            "scope": [
                "text.svelte",
                "punctuation.terminator.statement.tsx",
                "support.type.property-name.media.css",
                "support.type.property-name.css",
                "support.constant.property-value.misc.css",
                "support.constant.vendored.property-value.css",
                "text.html.derivative"
            ],
            "settings": {
                "foreground": "#FFFFFF"
            }
        },
        {
            "name": "JSON",
            "scope": [
                "punctuation.definition.array.begin.json",
                "meta.structure.array.json",
                "meta.structure.dictionary.value.json",
                "meta.structure.dictionary.json",
                "meta.structure.dictionary.value.json",
                "meta.structure.dictionary.json"
            ],
            "settings": {
                "foreground": "#FFFFFF"
            }
        },
        {
            "name": "Meta Tag Start/End",
            "scope": [
                "meta.tag.start.svelte",
                "meta.tag.end.svelte",
                "punctuation.separator.key-value.svelte",
                "punctuation.definition.keyword.svelte",
                "meta.special.start.svelte",
                "meta.special.if.svelte",
                "keyword.control.svelte",
                "punctuation.definition.template-expression.begin.ts",
                "punctuation.definition.template-expression.end.ts",
                "punctuation.definition.tag.begin.html",
                "punctuation.definition.tag.end.html",
                "punctuation.definition.tag.begin.js",
                "punctuation.definition.tag.end.js",
                "punctuation.definition.tag.begin.tsx",
                "punctuation.definition.tag.end.tsx",
                "meta.brace.round.js",
                "string.other.link.description.markdown",
                "string.other.link.title.markdown",
                "meta.link.inline.markdown",
                "constant.language.import-export-all.tsx",
                "punctuation.definition.block.ts",
                "keyword.operator.ternary.ts",
                "punctuation.terminator.statement.ts",
                "support.constant.media.css",
                "punctuation.definition.entity.css",
                "constant.language.import-export-all.ts",
                "keyword.operator.postcss",
                "variable.language.this.ts"
            ],
            "settings": {
                "foreground": "#8ad8fb"
            }
        },
        {
            "name": "Keyword Controls Italic",
            "scope": [
                "keyword.control.svelte",
                "keyword.control.export.js",
                "keyword.control.flow.js",
                "keyword.control.flow.tsx",
                "keyword.control.export.ts",
                "constant.language.import-export-all.tsx",
                "keyword.control.export.tsx"
            ],
            "settings": {
                "foreground": "#8ad8fb",
                "fontStyle": "italic"
            }
        },
        {
            "name": "Entity Tag Name",
            "scope": [
                "entity.name.tag.svelte",
                "entity.name.tag.html",
                "entity.name.tag.js",
                "entity.name.tag.tsx",
                "entity.name.tag.yaml"
            ],
            "settings": {
                "foreground": "#ea7f73"
            }
        },
        {
            "name": "Attributes",
            "scope": [
                "entity.other.attribute-name.svelte",
                "entity.other.attribute-name.tsx",
                "entity.other.attribute-name.js",
                "entity.other.attribute-name.html"
            ],
            "settings": {
                "foreground": "#cb91e7"
            }
        },
        {
            "name": "Markdown Link",
            "scope": ["markup.underline.link.image.markdown"],
            "settings": {
                "foreground": "#c6e59e"
            }
        },
        {
            "name": "Components & Interfaces",
            "scope": [
                "support.class.component.svelte",
                "entity.name.type.interface.ts",
                "meta.interface.ts",
                "variable.object.property.ts",
                "meta.definition.property.ts",
                "meta.field.declaration.ts",
                "entity.name.type.class.tsx",
                "entity.name.type.module.tsx",
                "meta.class.tsx",
                "support.class",
                "support.type.primitive.ts",
                "meta.type.parameters.ts",
                "support.type.builtin.ts",
                "keyword.operator.type.ts",
                "meta.interface.ts",
                "meta.type.annotation.ts",
                "entity.name.type.module.ts",
                "support.type.property-name.svelte",
                "meta.type.tuple.ts",
                "punctuation.definition.typeparameters.begin.ts"
            ],
            "settings": {
                "foreground": "#fecb71"
            }
        },
        {
            "name": "Function Names",
            "scope": [
                "support.function.name.postcss",
                "support.function.misc.css",
                "meta.function.color.css",
                "meta.property-list.css.postcss",
                "entity.other.attribute-name.pseudo-element.before.css",
                "entity.other.attribute-name.pseudo-element.after.css",
                "entity.other.attribute-name.pseudo-class.not.css",
                "punctuation.definition.entity.css"
            ],
            "settings": {
                "foreground": "#84a8f1"
            }
        },
        {
            "name": "General Italic",
            "scope": [],
            "settings": {
                "fontStyle": "italic"
            }
        },
        {
            "name": "General Non-Italic",
            "scope": [],
            "settings": {
                "fontStyle": ""
            }
        }
    ],
    "colors": {
        "foreground": "#ffffff",
        "focusBorder": "#005c805e",
        "selection.background": "#005373",
        "scrollbar.shadow": "#303031",
        "activityBar.foreground": "#cccccc",
        "activityBar.background": "#262627",
        "activityBar.inactiveForeground": "#525254",
        "activityBarBadge.foreground": "#ffffff",
        "activityBarBadge.background": "#005c80",
        "activityBar.border": "#262627",
        "activityBar.activeBackground": "#262627",
        "sideBar.background": "#262627",
        "sideBar.foreground": "#cccccc",
        "sideBarSectionHeader.background": "#00000000",
        "sideBarSectionHeader.foreground": "#cccccc",
        "sideBarSectionHeader.border": "#cccccc33",
        "sideBarTitle.foreground": "#5e5e62",
        "sideBar.border": "#ff000000",
        "list.inactiveSelectionBackground": "#005c805e",
        "list.inactiveSelectionForeground": "#cccccc",
        "list.hoverBackground": "#005c805e",
        "list.hoverForeground": "#ffffff",
        "list.activeSelectionBackground": "#005c80cf",
        "list.activeSelectionForeground": "#ffffff",
        "tree.indentGuidesStroke": "#ffffff00",
        "list.dropBackground": "#383b3d",
        "list.highlightForeground": "#00aaec",
        "list.focusBackground": "#005c807e",
        "list.focusForeground": "#cccccc",
        "listFilterWidget.background": "#3a3a3b",
        "listFilterWidget.outline": "#00000000",
        "listFilterWidget.noMatchesOutline": "#c63b2f",
        "statusBar.foreground": "#525254",
        "statusBar.background": "#262627",
        "statusBarItem.hoverBackground": "#ffffff1d",
        "statusBar.border": "#f5000000",
        "statusBar.debuggingBackground": "#e84c0fc3",
        "statusBar.debuggingForeground": "#ffffff",
        "statusBar.debuggingBorder": "#e64c0f00",
        "statusBar.noFolderBackground": "#941db2ad",
        "statusBar.noFolderForeground": "#ffffff",
        "statusBarItem.remoteBackground": "#005c80",
        "statusBarItem.remoteForeground": "#ffffff",
        "titleBar.activeBackground": "#262627",
        "titleBar.activeForeground": "#cccccc99",
        "titleBar.inactiveBackground": "#2626278f",
        "titleBar.inactiveForeground": "#52525499",
        "titleBar.border": "#00000000",
        "menubar.selectionForeground": "#cccccc",
        "menubar.selectionBackground": "#005c8070",
        "menu.foreground": "#cccccc",
        "menu.background": "#252526",
        "menu.selectionForeground": "#ffffff",
        "menu.selectionBackground": "#005c8070",
        "menu.selectionBorder": "#00000000",
        "menu.separatorBackground": "#bbbbbb",
        "menu.border": "#00000085",
        "button.background": "#005c80",
        "button.foreground": "#ffffff",
        "button.hoverBackground": "#006992",
        "button.secondaryForeground": "#ffffff",
        "button.secondaryBackground": "#3a3d41",
        "button.secondaryHoverBackground": "#45494e",
        "input.background": "#3c3c3c",
        "input.border": "#00000000",
        "input.foreground": "#cccccc",
        "inputOption.activeBackground": "#005c807e",
        "inputOption.activeBorder": "#007acc00",
        "inputOption.activeForeground": "#ffffff",
        "input.placeholderForeground": "#a6a6a6",
        "textLink.foreground": "#00b7ff",
        "editor.background": "#262627",
        "editor.foreground": "#d4d4d4",
        "editorLineNumber.foreground": "#858585",
        "editorCursor.foreground": "#f5b92e",
        "editorCursor.background": "#060606",
        "editor.selectionBackground": "#75bfff16",
        "editor.inactiveSelectionBackground": "#3a3d41aa",
        "editorWhitespace.foreground": "#e3e4e229",
        "editor.selectionHighlightBackground": "#005c8036",
        "editor.selectionHighlightBorder": "#0183b682",
        "editor.findMatchBackground": "#005c8070",
        "editor.findMatchBorder": "#14766e00",
        "editor.findMatchHighlightBackground": "#005c8036",
        "editor.findMatchHighlightBorder": "#ffffff00",
        "editor.findRangeHighlightBackground": "#3a3d4166",
        "editor.findRangeHighlightBorder": "#ffffff00",
        "editor.rangeHighlightBackground": "#ffffff0b",
        "editor.rangeHighlightBorder": "#ffffff00",
        "editor.hoverHighlightBackground": "#264f7840",
        "editor.wordHighlightStrongBackground": "#005c8070",
        "editor.wordHighlightBackground": "#264f7840",
        "editor.lineHighlightBackground": "#ffffff0A",
        "editor.lineHighlightBorder": "#282828",
        "editorLineNumber.activeForeground": "#c6c6c6",
        "editorLink.activeForeground": "#4e94ce",
        "editorIndentGuide.background1": "#404040",
        "editorIndentGuide.activeBackground1": "#707070",
        "editorRuler.foreground": "#5a5a5a",
        "editorBracketMatch.background": "#0064001a",
        "editorBracketMatch.border": "#888888",
        "editor.foldBackground": "#264f784d",
        "editorOverviewRuler.background": "#25252500",
        "editorOverviewRuler.border": "#7f7f7f4d",
        "editorError.foreground": "#ff695caa",
        "editorError.background": "#B73A3400",
        "editorError.border": "#ffffff00",
        "editorWarning.foreground": "#cca700aa",
        "editorWarning.background": "#A9904000",
        "editorWarning.border": "#ffffff00",
        "editorInfo.foreground": "#75beffaa",
        "editorInfo.background": "#4490BF00",
        "editorInfo.border": "#4490BF00",
        "editorGutter.background": "#262627",
        "editorGutter.modifiedBackground": "#0c7d9d",
        "editorGutter.addedBackground": "#587c0c",
        "editorGutter.deletedBackground": "#94151b",
        "editorGutter.foldingControlForeground": "#c5c5c5",
        "editorCodeLens.foreground": "#999999",
        "editorGroup.border": "#444444",
        "diffEditor.insertedTextBackground": "#9bb95532",
        "diffEditor.removedTextBackground": "#ff00001a",
        "diffEditor.border": "#444444",
        "panel.background": "#262627",
        "panel.border": "#80808059",
        "panelTitle.activeBorder": "#e7e7e7",
        "panelTitle.activeForeground": "#e7e7e7",
        "panelTitle.inactiveForeground": "#e7e7e799",
        "badge.background": "#4d4d4d",
        "badge.foreground": "#ffffff",
        "terminal.foreground": "#cccccc",
        "terminal.selectionBackground": "#ffffff40",
        "terminalCursor.background": "#f5b92e",
        "terminalCursor.foreground": "#262627",
        "terminal.border": "#80808059",
        "terminal.ansiBlack": "#000000",
        "terminal.ansiBlue": "#2472c8",
        "terminal.ansiBrightBlack": "#666666",
        "terminal.ansiBrightBlue": "#3b8eea",
        "terminal.ansiBrightCyan": "#29b8db",
        "terminal.ansiBrightGreen": "#23d18b",
        "terminal.ansiBrightMagenta": "#d670d6",
        "terminal.ansiBrightRed": "#f14c4c",
        "terminal.ansiBrightWhite": "#e5e5e5",
        "terminal.ansiBrightYellow": "#f5f543",
        "terminal.ansiCyan": "#11a8cd",
        "terminal.ansiGreen": "#0dbc79",
        "terminal.ansiMagenta": "#bc3fbc",
        "terminal.ansiRed": "#cd3131",
        "terminal.ansiWhite": "#e5e5e5",
        "terminal.ansiYellow": "#e5e510",
        "breadcrumb.background": "#262627",
        "breadcrumb.foreground": "#cccccccc",
        "breadcrumb.focusForeground": "#e0e0e0",
        "editorGroupHeader.tabsBackground": "#252526",
        "tab.activeForeground": "#ffffff",
        "tab.border": "#252526",
        "tab.activeBackground": "#3a3a3b00",
        "tab.activeBorder": "#0086ba",
        "tab.activeBorderTop": "#00000000",
        "tab.inactiveBackground": "#2d2d2d00",
        "tab.inactiveForeground": "#ffffff80",
        "scrollbarSlider.background": "#79797966",
        "scrollbarSlider.hoverBackground": "#646464b3",
        "scrollbarSlider.activeBackground": "#bfbfbf66",
        "progressBar.background": "#005c80",
        "widget.shadow": "#0000005c",
        "editorWidget.foreground": "#cccccc",
        "editorWidget.background": "#252526",
        "editorWidget.resizeBorder": "#5F5F5F",
        "pickerGroup.border": "#3f3f46",
        "pickerGroup.foreground": "#38c7ff",
        "debugToolBar.background": "#333333",
        "debugToolBar.border": "#474747",
        "notifications.foreground": "#cccccc",
        "notifications.background": "#252526",
        "notificationToast.border": "#474747",
        "notificationsErrorIcon.foreground": "#ec493a",
        "notificationsWarningIcon.foreground": "#f5b92e",
        "notificationsInfoIcon.foreground": "#75beff",
        "notificationCenter.border": "#474747",
        "notificationCenterHeader.foreground": "#cccccc",
        "notificationCenterHeader.background": "#3a3a3b",
        "notifications.border": "#005c8036",
        "gitDecoration.addedResourceForeground": "#81b88b",
        "gitDecoration.conflictingResourceForeground": "#6c6cc4",
        "gitDecoration.deletedResourceForeground": "#c74e39",
        "gitDecoration.ignoredResourceForeground": "#8c8c8c",
        "gitDecoration.modifiedResourceForeground": "#e2c08d",
        "gitDecoration.stageDeletedResourceForeground": "#c74e39",
        "gitDecoration.stageModifiedResourceForeground": "#e2c08d",
        "gitDecoration.submoduleResourceForeground": "#8db9e2",
        "gitDecoration.untrackedResourceForeground": "#73c991",
        "editorMarkerNavigation.background": "#2d2d30",
        "editorMarkerNavigationError.background": "#ec4b3c",
        "editorMarkerNavigationWarning.background": "#f5b92e",
        "editorMarkerNavigationInfo.background": "#75bfff",
        "merge.currentHeaderBackground": "#367366aa",
        "merge.currentContentBackground": "#27403Baa",
        "merge.incomingHeaderBackground": "#395F8Faa",
        "merge.incomingContentBackground": "#28384Baa",
        "merge.commonHeaderBackground": "#383838aa",
        "merge.commonContentBackground": "#282828aa",
        "editorSuggestWidget.background": "#252526",
        "editorSuggestWidget.border": "#454545",
        "editorSuggestWidget.foreground": "#d4d4d4",
        "editorSuggestWidget.highlightForeground": "#00b7ff",
        "editorSuggestWidget.selectedBackground": "#005c80aa",
        "editorHoverWidget.foreground": "#cccccc",
        "editorHoverWidget.background": "#252526",
        "editorHoverWidget.border": "#535354",
        "peekView.border": "#005c80",
        "peekViewEditor.background": "#262627",
        "peekViewEditorGutter.background": "#262627",
        "peekViewEditor.matchHighlightBackground": "#ff8f0032",
        "peekViewEditor.matchHighlightBorder": "#ee931e4e",
        "peekViewResult.background": "#252526",
        "peekViewResult.fileForeground": "#ffffff",
        "peekViewResult.lineForeground": "#bbbbbb",
        "peekViewResult.matchHighlightBackground": "#ea5c004d",
        "peekViewResult.selectionBackground": "#3399ff33",
        "peekViewResult.selectionForeground": "#ffffff",
        "peekViewTitle.background": "#262627",
        "peekViewTitleDescription.foreground": "#ccccccb3",
        "peekViewTitleLabel.foreground": "#ffffff",
        "icon.foreground": "#cccccc",
        "checkbox.background": "#3c3c3c",
        "checkbox.foreground": "#cccccc",
        "checkbox.border": "#00000000",
        "dropdown.background": "#3c3c3c",
        "dropdown.foreground": "#cccccc",
        "dropdown.border": "#00000000",
        "minimapGutter.addedBackground": "#587c0c",
        "minimapGutter.modifiedBackground": "#0c7d9d",
        "minimapGutter.deletedBackground": "#94151b",
        "minimap.findMatchHighlight": "#005c8070",
        "minimap.selectionHighlight": "#75bfff16",
        "minimap.errorHighlight": "#ff695c",
        "minimap.warningHighlight": "#cca700",
        "minimap.background": "#262627",
        "sideBar.dropBackground": "#383b3d",
        "editorGroup.emptyBackground": "#262627",
        "panelSection.border": "#80808059",
        "statusBarItem.activeBackground": "#ffffff12",
        "statusBarItem.hoverForeground": "#ffffff",
        "settings.headerForeground": "#ffffff",
        "settings.focusedRowBackground": "#ffffff07",
        "walkThrough.embeddedEditorBackground": "#00000050",
        "breadcrumb.activeSelectionForeground": "#e0e0e0",
        "editorGutter.commentRangeForeground": "#c5c5c5",
        "debugExceptionWidget.background": "#333333",
        "debugExceptionWidget.border": "#474747"
    }
}

// 005c80
