{
  "name": "catppuccin-mocha",
  "type": "dark",
  "semanticHighlighting": true,
  "semanticTokenColors": {
    "enumMember": {
      "foreground": "#89dceb"
    },
    "variable.constant": {
      "foreground": "#f9e2af"
    },
    "variable.defaultLibrary": {
      "foreground": "#fab387"
    }
  },
  "tokenColors": [
    {
      "name": "All variable",
      "scope": ["variable.language", "variable.other"],
      "settings": {
        "foreground": "#f2cdcd"
      }
    },
    {
      "name": "All function",
      "scope": ["entity.name.function", "support.function"],
      "settings": {
        "foreground": "#89b4fa",
        "fontStyle": "italic"
      }
    },
    {
      "name": "All parameter",
      "scope": ["variable.parameter.function", "variable.parameter.function-call"],
      "settings": {
        "foreground": "#f5c2e7",
        "fontStyle": "italic"
      }
    },
    {
      "name": "All numeric",
      "scope": ["constant.numeric.decimal", "constant.numeric.integer"],
      "settings": {
        "foreground": "#fab387",
        "fontStyle": "bold"
      }
    },
    {
      "name": "All types",
      "scope": "entity.name.type",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "All conditionals",
      "scope": [
        "keyword.control",
        "keyword.control.for",
        "keyword.control.while",
        "keyword.control.if",
        "keyword.control.else",
        "keyword.control.switch",
        "keyword.control.case"
      ],
      "settings": {
        "foreground": "#f38ba8",
        "fontStyle": "bold"
      }
    },
    {
      "name": "All punctuation brackets",
      "scope": ["punctuation.brackets", "punctuation.section", "punctuation.definition"],
      "settings": {
        "foreground": "#7f849c"
      }
    },
    {
      "name": "All punctuation delimiters",
      "scope": "punctuation.semi",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "All namespace",
      "scope": "entity.name.namespace",
      "settings": {
        "foreground": "#f5e0dc"
      }
    },
    {
      "name": "All operators",
      "scope": [
        "keyword.operator.comparison",
        "keyword.operator.assignment",
        "keyword.operator.arrow.skinny",
        "keyword.operator.math",
        "keyword.operator.key-value",
        "keyword.operator.misc",
        "keyword.operator.namespace"
      ],
      "settings": {
        "foreground": "#89dceb",
        "fontStyle": "bold"
      }
    },
    {
      "name": "All built-in constants",
      "scope": "constant.language",
      "settings": {
        "foreground": "#b4befe",
        "fontStyle": "italic"
      }
    },
    {
      "name": "All constants",
      "scope": "constant.other",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "JSON quoted string",
      "scope": "source.json meta.structure.dictionary.json > string.quoted.json",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "JSON punctuation string",
      "scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "JSON punct structure",
      "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": "#a6e3a1"
      }
    },
    {
      "name": "JSON property name",
      "scope": "support.type.property-name.json.comments",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "JSON constants",
      "scope": "constant.language.json.comments",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "JSON punctuation",
      "scope": [
        "punctuation.separator.dictionary.pair.json.comments",
        "punctuation.separator.array.json.comments"
      ],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "JSON brackets",
      "scope": [
        "punctuation.definition.dictionary.begin.json.comments",
        "punctuation.definition.dictionary.end.json.comments",
        "punctuation.definition.array.begin.json.comments",
        "punctuation.definition.array.end.json.comments"
      ],
      "settings": {
        "foreground": "#9399b2"
      }
    },
    {
      "name": "JSON constant language",
      "scope": [
        "source.json meta.structure.dictionary.json > constant.language.json",
        "source.json meta.structure.array.json > constant.language.json"
      ],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "JSON property name [VSCODE-CUSTOM]",
      "scope": "support.type.property-name.json",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] JSON Punctuation for Property Name",
      "scope": "support.type.property-name.json punctuation",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "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": "#94e2d5"
      }
    },
    {
      "name": "haskell variable generic-type",
      "scope": "variable.other.generic-type.haskell",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "haskell storage type",
      "scope": "storage.type.haskell",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "support.variable.magic.python",
      "scope": "support.variable.magic.python",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "punctuation.separator.parameters.python",
      "scope": [
        "punctuation.separator.period.python",
        "punctuation.separator.element.python",
        "punctuation.parenthesis.begin.python",
        "punctuation.parenthesis.end.python"
      ],
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "variable.parameter.function.language.special.self.python",
      "scope": "variable.parameter.function.language.special.self.python",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Rust modifier",
      "scope": "storage.modifier.lifetime.rust",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Rust types",
      "scope": "entity.name.type.rust",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "Rust functions std",
      "scope": "support.function.std.rust",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "Rust functions",
      "scope": "entity.name.function.rust",
      "settings": {
        "foreground": "#89b4fa",
        "fontStyle": "italic"
      }
    },
    {
      "name": "Rust function keyword",
      "scope": "keyword.other.fn.rust",
      "settings": {
        "foreground": "#eba0ac"
      }
    },
    {
      "name": "Rust conditionals",
      "scope": "keyword.control.rust",
      "settings": {
        "foreground": "#cba6f7",
        "fontStyle": "bold italic"
      }
    },
    {
      "name": "Rust punctuation brackets",
      "scope": [
        "punctuation.brackets.curly.rust",
        "punctuation.brackets.round.rust",
        "punctuation.brackets.square.rust",
        "punctuation.brackets.attribute.rust"
      ],
      "settings": {
        "foreground": "#7f849c"
      }
    },
    {
      "name": "Rust namespace",
      "scope": "entity.name.namespace.rust",
      "settings": {
        "foreground": "#f5e0dc"
      }
    },
    {
      "name": "Rust punctuation delimiters",
      "scope": "punctuation.semi.rust",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Rust operators",
      "scope": [
        "keyword.operator.comparison.rust",
        "keyword.operator.assignment.equal.rust",
        "keyword.operator.arrow.skinny.rust",
        "keyword.operator.math.rust",
        "keyword.operator.key-value.rust",
        "keyword.operator.misc.rust"
      ],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "Rust operator namespaces",
      "scope": "keyword.operator.namespace.rust",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Rust definition attributes",
      "scope": ["punctuation.definition.attribute.rust", "keyword.operator.attribute.inner.rust"],
      "settings": {
        "foreground": "#94e2d5",
        "fontStyle": "bold"
      }
    },
    {
      "name": "Rust math logic",
      "scope": "constant.numeric.decimal.rust",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Rust constants",
      "scope": "support.constant.core.rust",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "Rust entity name",
      "scope": "entity.name.lifetime.rust",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Rust variable",
      "scope": ["variable.language.rust", "variable.other.rust"],
      "settings": {
        "foreground": "#cdd6f4",
        "fontStyle": "italic"
      }
    },
    {
      "name": "Rust misc operators",
      "scope": "keyword.operator.misc.rust",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Rust sigil operator",
      "scope": "keyword.operator.sigil.rust",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "Lua operators",
      "scope": "keyword.operator.lua",
      "settings": {
        "foreground": "#89dceb",
        "fontStyle": "bold"
      }
    },
    {
      "name": "Lua numeric",
      "scope": "constant.numeric.integer.lua",
      "settings": {
        "foreground": "#fab387",
        "fontStyle": "bold"
      }
    },
    {
      "name": "Lua other vars",
      "scope": "variable.other.lua",
      "settings": {
        "foreground": "#b4befe",
        "fontStyle": "italic"
      }
    },
    {
      "name": "Lua brackets",
      "scope": [
        "punctuation.definition.parameters.end.lua",
        "punctuation.definition.parameters.begin.lua"
      ],
      "settings": {
        "foreground": "#7f849c"
      }
    },
    {
      "name": "C++ Punct Delimiters",
      "scope": "punctuation.terminator.statement.cpp",
      "settings": {
        "foreground": "#94e2d5",
        "fontStyle": "bold"
      }
    },
    {
      "name": "C++ Variables",
      "scope": "variable.other.local.cpp",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "C++ Operators",
      "scope": [
        "punctuation.separator.scope-resolution.cpp",
        "punctuation.separator.scope-resolution.namespace.alias.cpp",
        "punctuation.separator.scope-resolution.namespace.using.cpp"
      ],
      "settings": {
        "foreground": "#89dceb",
        "fontStyle": "bold"
      }
    },
    {
      "name": "C++ function",
      "scope": "meta.function.c,meta.function.cpp",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "C++ constructor/destructor",
      "scope": [
        "entity.name.function.definition.special.constructor",
        "entity.name.function.definition.special.member.destructor"
      ],
      "settings": {
        "foreground": "#b4befe"
      }
    },
    {
      "name": "C++ directive",
      "scope": [
        "keyword.control.directive",
        "keyword.other.using.directive",
        "punctuation.definition.directive"
      ],
      "settings": {
        "foreground": "#94e2d5",
        "fontStyle": "italic"
      }
    },
    {
      "name": "C++ ifdef directive",
      "scope": [
        "keyword.control.directive.conditional.ifdef.cpp",
        "keyword.control.directive.else.cpp",
        "keyword.control.directive.else.cpp punctuation.definition.directive.cpp",
        "keyword.control.directive.endif.cpp",
        "keyword.control.directive.conditional.ifdef.cpp punctuation.definition.directive.cpp",
        "keyword.control.directive.endif.cpp punctuation.definition.directive.cpp"
      ],
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "C++ misc",
      "scope": [
        "entity.name.other.preprocessor.macro.predefined.probably",
        "entity.name.scope-resolution.cpp"
      ],
      "settings": {
        "foreground": "#f5e0dc",
        "fontStyle": "italic"
      }
    },
    {
      "name": "C++ pointer/reference",
      "scope": ["storage.modifier.pointer.cpp", "storage.modifier.reference.cpp"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "C++ loop/conditional",
      "scope": [
        "keyword.control.for",
        "keyword.control.while",
        "keyword.control.if",
        "keyword.control.else",
        "keyword.control.switch",
        "keyword.control.case"
      ],
      "settings": {
        "foreground": "#cba6f7",
        "fontStyle": "bold"
      }
    },
    {
      "name": "C++ return",
      "scope": "keyword.control.return",
      "settings": {
        "foreground": "#f5c2e7"
      }
    },
    {
      "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": "#cdd6f4"
      }
    },
    {
      "name": "C++ storage type modifier",
      "scope": "storage.type.built-in.primitive.cpp",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "C++/C#",
      "scope": [
        "entity.name.label.cs",
        "entity.name.scope-resolution.function.call",
        "entity.name.scope-resolution.function.definition"
      ],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "support.constant.edge",
      "scope": "support.constant.edge",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "regexp constant character-class",
      "scope": "constant.other.character-class.regexp",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "regexp operator.quantifier",
      "scope": "keyword.operator.quantifier.regexp",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "punctuation.definition",
      "scope": "punctuation.definition.string.begin,punctuation.definition.string.end",
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "Comment Markup Link",
      "scope": "comment markup.link",
      "settings": {
        "foreground": "#6c7086"
      }
    },
    {
      "name": "markup diff",
      "scope": "markup.changed.diff",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "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": "#89b4fa"
      }
    },
    {
      "name": "inserted.diff",
      "scope": "markup.inserted.diff",
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "deleted.diff",
      "scope": "markup.deleted.diff",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Quote multi",
      "scope": [
        "string.quoted.docstring.multi",
        "string.quoted.multi",
        "source.python string.quoted.docstring.multi.python punctuation.definition.string.begin.python",
        "source.python string.quoted.docstring.multi.python punctuation.definition.string.end.python",
        "source.python string.quoted.multi.python punctuation.definition.string.begin.python",
        "source.python string.quoted.multi.python punctuation.definition.string.end.python",
        "markup.fenced_code.block"
      ],
      "settings": {
        "foreground": "#a6e3a1",
        "fontStyle": "italic"
      }
    },
    {
      "name": "js/ts punctuation separator key-value",
      "scope": "punctuation.separator.key-value",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "js/ts import keyword",
      "scope": "keyword.operator.expression.import",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "math js/ts",
      "scope": "support.constant.math",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "math property js/ts",
      "scope": "support.constant.property.math",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "js/ts variable.other.constant",
      "scope": "variable.other.constant",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "java type",
      "scope": ["storage.type.annotation.java", "storage.type.object.array.java"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "java source",
      "scope": "source.java",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "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": "#cdd6f4"
      }
    },
    {
      "name": "java modifier.import",
      "scope": "meta.method.java",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "java modifier.import",
      "scope": "storage.modifier.import.java,storage.type.java,storage.type.generic.java",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "java instanceof",
      "scope": "keyword.operator.instanceof.java",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "java variable.name",
      "scope": "meta.definition.variable.name.java",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "operator logical",
      "scope": ["keyword.operator.logical", "keyword.operator.ternary"],
      "settings": {
        "foreground": "#89dceb",
        "fontStyle": "bold"
      }
    },
    {
      "name": "operator bitwise",
      "scope": "keyword.operator.bitwise",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "operator channel",
      "scope": "keyword.operator.channel",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "support.constant.property-value.scss",
      "scope": ["support.constant.property-value.scss", "support.constant.property-value.css"],
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "CSS/SCSS/LESS Operators",
      "scope": ["keyword.operator.css", "keyword.operator.scss", "keyword.operator.less"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "css color standard name",
      "scope": [
        "support.constant.color.w3c-standard-color-name.css",
        "support.constant.color.w3c-standard-color-name.scss"
      ],
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "css comma",
      "scope": "punctuation.separator.list.comma.css",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "css attribute-name.id",
      "scope": "support.constant.color.w3c-standard-color-name.css",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "css property-name",
      "scope": "support.type.vendored.property-name.css",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "js/ts module",
      "scope": ["support.module.node", "support.type.object.module", "support.module.node"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "entity.name.type.module",
      "scope": "entity.name.type.module",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "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": "#cdd6f4"
      }
    },
    {
      "name": "js/ts json",
      "scope": "support.constant.json",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "js/ts Keyword",
      "scope": [
        "keyword.operator.expression.instanceof",
        "keyword.operator.new",
        "keyword.operator.ternary",
        "keyword.operator.optional",
        "keyword.operator.expression.keyof"
      ],
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "js/ts console",
      "scope": "support.type.object.console",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "js/ts support.variable.property.process",
      "scope": "support.variable.property.process",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "js console function",
      "scope": "entity.name.function,support.function.console",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "operator",
      "scope": "keyword.operator.delete",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "js dom",
      "scope": "support.type.object.dom",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "js dom variable",
      "scope": ["support.variable.dom", "support.variable.property.dom"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "keyword.operator",
      "scope": [
        "keyword.operator.arithmetic",
        "keyword.operator.comparison",
        "keyword.operator.decrement",
        "keyword.operator.increment",
        "keyword.operator.relational"
      ],
      "settings": {
        "foreground": "#89dceb",
        "fontStyle": "bold"
      }
    },
    {
      "name": "C operators",
      "scope": [
        "keyword.operator.c",
        "keyword.operator.increment.c",
        "keyword.operator.decrement.c",
        "keyword.operator.bitwise.shift.c",
        "keyword.operator.cpp",
        "keyword.operator.increment.cpp",
        "keyword.operator.decrement.cpp",
        "keyword.operator.bitwise.shift.cpp"
      ],
      "settings": {
        "foreground": "#89dceb",
        "fontStyle": "bold"
      }
    },
    {
      "name": "Punctuation",
      "scope": "punctuation.separator.delimiter",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Other punctuation .c",
      "scope": ["punctuation.separator.c", "punctuation.separator.cpp"],
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "C type posix-reserved",
      "scope": ["support.type.posix-reserved.c", "support.type.posix-reserved.cpp"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "keyword.operator.sizeof.c",
      "scope": ["keyword.operator.sizeof.c", "keyword.operator.sizeof.cpp"],
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "python type",
      "scope": "support.type.python",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "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": "#cdd6f4"
      }
    },
    {
      "name": "python function-call.generic",
      "scope": "meta.function-call.generic.python",
      "settings": {
        "foreground": "#89b4fa",
        "fontStyle": "italic"
      }
    },
    {
      "name": "python placeholder reset to normal string",
      "scope": "constant.character.format.placeholder.other.python",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "Operators",
      "scope": "keyword.operator",
      "settings": {
        "foreground": "#89dceb",
        "fontStyle": "bold"
      }
    },
    {
      "name": "Keywords",
      "scope": "keyword",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "Namespaces",
      "scope": "entity.name.namespace",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Language variables",
      "scope": "variable.language",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Java Variables",
      "scope": "token.variable.parameter.java",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Java Imports",
      "scope": "import.storage.java",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Packages",
      "scope": "token.package.keyword",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "Packages",
      "scope": "token.package",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Functions",
      "scope": [
        "entity.name.function",
        "meta.require",
        "support.function.any-method",
        "variable.function"
      ],
      "settings": {
        "foreground": "#89b4fa",
        "fontStyle": "italic"
      }
    },
    {
      "name": "Classes",
      "scope": "entity.name.type.namespace",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Classes",
      "scope": "support.class, entity.name.type.class",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Class name",
      "scope": "entity.name.class.identifier.namespace.type",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Class name",
      "scope": ["entity.name.class", "variable.other.class.js", "variable.other.class.ts"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Class name php",
      "scope": "variable.other.class.php",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Type Name",
      "scope": "entity.name.type",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Keyword Control",
      "scope": "keyword.control",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "Control Elements",
      "scope": "control.elements, keyword.operator.less",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "Methods",
      "scope": "keyword.other.special-method",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "Storage",
      "scope": "storage",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "Storage JS TS",
      "scope": "token.storage",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "Source Js Keyword Operator Delete, In, Of, Instanceof, New, Typeof, 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": "#f38ba8"
      }
    },
    {
      "name": "Java Storage",
      "scope": "token.storage.type.java",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Support",
      "scope": "support.function",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "Support type",
      "scope": "support.type.property-name",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Support type",
      "scope": "support.constant.property-value",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Support type",
      "scope": "support.constant.font-name",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "Meta tag",
      "scope": "meta.tag",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Strings",
      "scope": "string",
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "Inherited Class",
      "scope": "entity.other.inherited-class",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Constant other symbol",
      "scope": "constant.other.symbol",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "Integers",
      "scope": "constant.numeric",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Constants",
      "scope": "constant",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "Constants",
      "scope": "punctuation.definition.constant",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "Tags",
      "scope": "entity.name.tag",
      "settings": {
        "foreground": "#cba6f7"
      }
    },
    {
      "name": "Attributes",
      "scope": "entity.other.attribute-name",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "Attribute IDs",
      "scope": "entity.other.attribute-name.id",
      "settings": {
        "fontStyle": "",
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "Attribute class",
      "scope": "entity.other.attribute-name.class.css",
      "settings": {
        "fontStyle": "",
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "SCSS variables",
      "scope": "variable.scss",
      "settings": {
        "foreground": "#cba6f7"
      }
    },
    {
      "name": "Selector",
      "scope": "meta.selector",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "Headings",
      "scope": "markup.heading",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Headings",
      "scope": "markup.heading punctuation.definition.heading, entity.name.section",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "Units",
      "scope": "keyword.other.unit",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Bold",
      "scope": "markup.bold,todo.bold",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "Bold",
      "scope": "punctuation.definition.bold",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "markup Italic",
      "scope": "markup.italic, punctuation.definition.italic,todo.emphasis",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "emphasis md",
      "scope": "emphasis md",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown headings",
      "scope": "entity.name.section.markdown",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown heading Punctuation Definition",
      "scope": "punctuation.definition.heading.markdown",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "punctuation.definition.list.begin.markdown",
      "scope": "punctuation.definition.list.begin.markdown",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown heading setext",
      "scope": "markup.heading.setext",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Bold",
      "scope": "punctuation.definition.bold.markdown",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown Inline Raw",
      "scope": "markup.inline.raw.markdown",
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown Inline Raw",
      "scope": "markup.inline.raw.string.markdown",
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown List Punctuation Definition",
      "scope": "punctuation.definition.list.markdown",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String",
      "scope": [
        "punctuation.definition.string.begin.markdown",
        "punctuation.definition.string.end.markdown",
        "punctuation.definition.metadata.markdown"
      ],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "beginning.punctuation.definition.list.markdown",
      "scope": ["beginning.punctuation.definition.list.markdown"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Link",
      "scope": "punctuation.definition.metadata.markdown",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown Underline Link/Image",
      "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown Link Title/Description",
      "scope": "string.other.link.title.markdown,string.other.link.description.markdown",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "Regular Expressions",
      "scope": "string.regexp",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "Escape Characters",
      "scope": "constant.character.escape",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "Embedded",
      "scope": "punctuation.section.embedded, variable.interpolation",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Embedded",
      "scope": "punctuation.section.embedded.begin,punctuation.section.embedded.end",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "illegal, deprecated",
      "scope": "invalid.illegal, invalid.deprecated",
      "settings": {
        "foreground": "#6c7086",
        "fontStyle": "strikethrough"
      }
    },
    {
      "name": "illegal",
      "scope": "invalid.illegal.bad-ampersand.html",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Broken",
      "scope": "invalid.broken",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "Unimplemented",
      "scope": "invalid.unimplemented",
      "settings": {
        "foreground": "#a6adc8"
      }
    },
    {
      "name": "laravel blade tag",
      "scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "laravel blade @",
      "scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "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": "#fab387"
      }
    },
    {
      "name": "error suppression",
      "scope": "keyword.operator.error-control.php",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "php instanceof",
      "scope": "keyword.operator.type.php",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "style double quoted array index normal begin",
      "scope": "punctuation.section.array.begin.php",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "style double quoted array index normal end",
      "scope": "punctuation.section.array.end.php",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "php illegal.non-null-typehinted",
      "scope": "invalid.illegal.non-null-typehinted.php",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "php types",
      "scope": [
        "storage.type.php",
        "meta.other.type.phpdoc.php",
        "keyword.other.type.php",
        "keyword.other.array.phpdoc.php"
      ],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "php call-function",
      "scope": "meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "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": "#cdd6f4"
      }
    },
    {
      "name": "support php constants",
      "scope": [
        "support.constant.ext.php",
        "support.constant.std.php",
        "support.constant.core.php",
        "support.constant.parser-token.php"
      ],
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "php goto",
      "scope": "entity.name.goto-label.php,support.other.php",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "php logical/bitwise operator",
      "scope": "keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "php regexp operator",
      "scope": "keyword.operator.regexp.php",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "php comparison",
      "scope": "keyword.operator.comparison.php",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "php heredoc/nowdoc",
      "scope": "keyword.operator.heredoc.php,keyword.operator.nowdoc.php",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "python function decorator @",
      "scope": "meta.function.decorator.python",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "python function support",
      "scope": ["support.token.decorator.python", "meta.function.decorator.identifier.python"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "parameter function js/ts",
      "scope": "function.parameter",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "brace function",
      "scope": "function.brace",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "parameter function ruby cs",
      "scope": ["function.parameter.ruby", "function.parameter.cs"],
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "constant.language.symbol.ruby",
      "scope": "constant.language.symbol.ruby",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "rgb-value",
      "scope": "rgb-value",
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "rgb value",
      "scope": "inline-color-decoration rgb-value",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "rgb value less",
      "scope": "less rgb-value",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "sass selector",
      "scope": "selector.sass",
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "ts primitive/builtin types",
      "scope": [
        "support.type.primitive.ts",
        "support.type.builtin.ts",
        "support.type.primitive.tsx",
        "support.type.builtin.tsx"
      ],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "block scope",
      "scope": "block.scope.end,block.scope.begin",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "cs storage type",
      "scope": "storage.type.cs",
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "cs local variable",
      "scope": "entity.name.variable.local.cs",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "scope": "token.info-token",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "scope": "token.warn-token",
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "scope": "token.error-token",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "scope": "token.debug-token",
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "String interpolation",
      "scope": [
        "punctuation.definition.template-expression.begin",
        "punctuation.definition.template-expression.end",
        "punctuation.section.embedded"
      ],
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "Reset JavaScript string interpolation expression",
      "scope": ["meta.template.expression"],
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Import module JS",
      "scope": ["keyword.operator.module"],
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "js Flowtype",
      "scope": ["support.type.type.flowtype"],
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "js Flow",
      "scope": ["support.type.primitive"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "js class prop",
      "scope": ["meta.property.object"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "js func parameter",
      "scope": ["variable.parameter.function.js"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "js template literals begin",
      "scope": ["keyword.other.template.begin"],
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "js template literals end",
      "scope": ["keyword.other.template.end"],
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "js template literals variable braces begin",
      "scope": ["keyword.other.substitution.begin"],
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "js template literals variable braces end",
      "scope": ["keyword.other.substitution.end"],
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "go operator",
      "scope": ["keyword.operator.arithmetic.go", "keyword.operator.address.go"],
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "Go package name",
      "scope": ["entity.name.package.go"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Go import statement",
      "scope": "keyword.import.go",
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "elm prelude",
      "scope": ["support.type.prelude.elm"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "elm constant",
      "scope": ["support.constant.elm"],
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "template literal",
      "scope": ["punctuation.quasi.element"],
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "html/pug (jade) escaped characters and entities",
      "scope": ["constant.character.entity"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "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": "#89dceb"
      }
    },
    {
      "name": "Clojure globals",
      "scope": ["entity.global.clojure"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Clojure symbols",
      "scope": ["meta.symbol.clojure"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Clojure constants",
      "scope": ["constant.keyword.clojure"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "CoffeeScript Function Argument",
      "scope": ["meta.arguments.coffee", "variable.parameter.function.coffee"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Ini Default Text",
      "scope": ["source.ini"],
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "Shell definition variables",
      "scope": ["punctuation.definition.variable.shell"],
      "settings": {
        "foreground": "#7f849c"
      }
    },
    {
      "name": "Shell logical operators",
      "scope": ["keyword.operator.logical.shell"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "Shell clauses",
      "scope": ["meta.scope.case-clause-body.shell"],
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Shell funcs",
      "scope": ["meta.scope.group.shell"],
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "Shell interpolated cmds",
      "scope": ["string.interpolated.dollar.shell"],
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "Shell interpolated strings",
      "scope": ["string.quoted.single.shell"],
      "settings": {
        "foreground": "#b4befe"
      }
    },
    {
      "name": "Shell pipe symbol",
      "scope": ["keyword.operator.pipe.shell"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "Shell group definition",
      "scope": ["punctuation.definition.group.shell"],
      "settings": {
        "foreground": "#7f849c"
      }
    },
    {
      "name": "Shell conditionals",
      "scope": ["keyword.control.shell"],
      "settings": {
        "foreground": "#cba6f7"
      }
    },
    {
      "name": "Shell operators and punct delimiters",
      "scope": ["keyword.operator.list.shell"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Shell parenthesis",
      "scope": ["punctuation.definition.logical-expression.shell"],
      "settings": {
        "foreground": "#7f849c"
      }
    },
    {
      "name": "Makefile prerequisities",
      "scope": ["meta.scope.prerequisites.makefile"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Makefile text colour",
      "scope": ["source.makefile"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Groovy import names",
      "scope": ["storage.modifier.import.groovy"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "Groovy Methods",
      "scope": ["meta.method.groovy"],
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "Groovy Variables",
      "scope": ["meta.definition.variable.name.groovy"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "Groovy Inheritance",
      "scope": ["meta.definition.class.inherited.classes.groovy"],
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "HLSL Semantic",
      "scope": ["support.variable.semantic.hlsl"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "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": "#f38ba8"
      }
    },
    {
      "name": "SQL Variables",
      "scope": ["text.variable", "text.bracketed"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "types",
      "scope": ["support.type.swift", "support.type.vb.asp"],
      "settings": {
        "foreground": "#fab387"
      }
    },
    {
      "name": "heading 1, keyword",
      "scope": ["entity.name.function.xi"],
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "heading 2, callable",
      "scope": ["entity.name.class.xi"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "heading 3, property",
      "scope": ["constant.character.character-class.regexp.xi"],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "heading 4, type, class, interface",
      "scope": ["constant.regexp.xi"],
      "settings": {
        "foreground": "#f38ba8"
      }
    },
    {
      "name": "heading 5, enums, preprocessor, constant, decorator",
      "scope": ["keyword.control.xi"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "heading 6, number",
      "scope": ["invalid.xi"],
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "string",
      "scope": ["beginning.punctuation.definition.quote.markdown.xi"],
      "settings": {
        "foreground": "#a6e3a1"
      }
    },
    {
      "name": "comments",
      "scope": ["beginning.punctuation.definition.list.markdown.xi"],
      "settings": {
        "foreground": "#6c7086"
      }
    },
    {
      "name": "link",
      "scope": ["constant.character.xi"],
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "accent",
      "scope": ["accent.xi"],
      "settings": {
        "foreground": "#89b4fa"
      }
    },
    {
      "name": "wikiword",
      "scope": ["wikiword.xi"],
      "settings": {
        "foreground": "#f9e2af"
      }
    },
    {
      "name": "language operators like '+', '-' etc",
      "scope": ["constant.other.color.rgb-value.xi"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "name": "elements to dim",
      "scope": ["punctuation.definition.tag.xi"],
      "settings": {
        "foreground": "#6c7086"
      }
    },
    {
      "name": "Markdown underscore-style headers",
      "scope": [
        "entity.name.label.cs",
        "markup.heading.setext.1.markdown",
        "markup.heading.setext.2.markdown"
      ],
      "settings": {
        "foreground": "#94e2d5"
      }
    },
    {
      "name": "meta.brace.square",
      "scope": [" meta.brace.square"],
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "name": "Comments",
      "scope": "comment, punctuation.definition.comment",
      "settings": {
        "fontStyle": "italic",
        "foreground": "#6c7086"
      }
    },
    {
      "name": "[VSCODE-CUSTOM] Markdown Quote",
      "scope": "markup.quote.markdown",
      "settings": {
        "foreground": "#6c7086"
      }
    },
    {
      "name": "punctuation.definition.block.sequence.item.yaml",
      "scope": "punctuation.definition.block.sequence.item.yaml",
      "settings": {
        "foreground": "#cdd6f4"
      }
    },
    {
      "scope": ["constant.language.symbol.elixir"],
      "settings": {
        "foreground": "#89dceb"
      }
    },
    {
      "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 import",
      "scope": "keyword.control.import.python",
      "settings": {
        "foreground": "#94e2d5",
        "fontStyle": "italic"
      }
    },
    {
      "name": "python keyword flow",
      "scope": "keyword.control.flow.python",
      "settings": {
        "foreground": "#cba6f7",
        "fontStyle": "bold"
      }
    },
    {
      "name": "python storage type",
      "scope": "storage.type.function.python",
      "settings": {
        "foreground": "#eba0ac",
        "fontStyle": "italic"
      }
    },
    {
      "name": "markup.italic.markdown",
      "scope": "markup.italic.markdown",
      "settings": {
        "fontStyle": "italic"
      }
    },
    {
      "name": "invalid.deprecated.line-too-long.git-commit",
      "scope": "invalid.deprecated.line-too-long.git-commit",
      "settings": {
        "foreground": "#f9e2af",
        "fontStyle": "underline"
      }
    }
  ],
  "colors": {
    "focusBorder": "#00000000",
    "foreground": "#cdd6f4",
    "disabledForeground": "#a6adc8",
    "widget.shadow": "#1818257f",
    "selection.background": "#585b70",
    "descriptionForeground": "#cdd6f4",
    "errorForeground": "#f38ba8",
    "icon.foreground": "#cba6f7",
    "sash.hoverBorder": "#cba6f7",
    "window.activeBorder": "#00000000",
    "window.inactiveBorder": "#00000000",
    "textBlockQuote.background": "#181825",
    "textBlockQuote.border": "#11111b",
    "textCodeBlock.background": "#181825",
    "textLink.activeForeground": "#89dceb",
    "textLink.foreground": "#89b4fa",
    "textPreformat.foreground": "#cdd6f4",
    "textSeparator.foreground": "#cba6f7",
    "activityBar.background": "#11111b",
    "activityBar.foreground": "#cba6f7",
    "activityBar.dropBar": "#585b7099",
    "activityBar.inactiveForeground": "#6c7086",
    "activityBar.border": "#00000000",
    "activityBarBadge.background": "#cba6f7",
    "activityBarBadge.foreground": "#11111b",
    "activityBar.activeBorder": "#00000000",
    "activityBar.activeBackground": "#00000000",
    "activityBar.activeFocusBorder": "#00000000",
    "badge.background": "#45475a",
    "badge.foreground": "#cdd6f4",
    "breadcrumb.activeSelectionForeground": "#cba6f7",
    "breadcrumb.background": "#181825",
    "breadcrumb.focusForeground": "#cba6f7",
    "breadcrumb.foreground": "#cdd6f4cc",
    "breadcrumbPicker.background": "#181825",
    "button.background": "#cba6f7",
    "button.foreground": "#11111b",
    "button.border": "#00000000",
    "button.separator": "#00000000",
    "button.hoverBackground": "#dfbaff",
    "button.secondaryForeground": "#cdd6f4",
    "button.secondaryBackground": "#585b70",
    "button.secondaryHoverBackground": "#6c6f84",
    "checkbox.background": "#45475a",
    "checkbox.border": "#00000000",
    "checkbox.foreground": "#cba6f7",
    "dropdown.background": "#181825",
    "dropdown.listBackground": "#585b70",
    "dropdown.border": "#cba6f7",
    "dropdown.foreground": "#cdd6f4",
    "debugToolBar.background": "#11111b",
    "debugToolBar.border": "#00000000",
    "debugExceptionWidget.background": "#11111b",
    "debugExceptionWidget.border": "#cba6f7",
    "debugTokenExpression.number": "#fab387",
    "debugTokenExpression.boolean": "#cba6f7",
    "debugTokenExpression.string": "#a6e3a1",
    "debugTokenExpression.error": "#f38ba8",
    "debugIcon.breakpointForeground": "#f38ba8",
    "debugIcon.breakpointDisabledForeground": "#f38ba899",
    "debugIcon.breakpointUnverifiedForeground": "#181825",
    "debugIcon.breakpointCurrentStackframeForeground": "#585b70",
    "debugIcon.breakpointStackframeForeground": "#585b70",
    "debugIcon.startForeground": "#a6e3a1",
    "debugIcon.pauseForeground": "#89b4fa",
    "debugIcon.stopForeground": "#f38ba8",
    "debugIcon.disconnectForeground": "#585b70",
    "debugIcon.restartForeground": "#94e2d5",
    "debugIcon.stepOverForeground": "#cba6f7",
    "debugIcon.stepIntoForeground": "#cdd6f4",
    "debugIcon.stepOutForeground": "#cdd6f4",
    "debugIcon.continueForeground": "#a6e3a1",
    "debugIcon.stepBackForeground": "#585b70",
    "debugConsole.infoForeground": "#89b4fa",
    "debugConsole.warningForeground": "#fab387",
    "debugConsole.errorForeground": "#f38ba8",
    "debugConsole.sourceForeground": "#f5e0dc",
    "debugConsoleInputIcon.foreground": "#cdd6f4",
    "diffEditor.border": "#585b70",
    "diffEditor.insertedTextBackground": "#a6e3a119",
    "diffEditor.removedTextBackground": "#f38ba819",
    "diffEditor.insertedLineBackground": "#a6e3a126",
    "diffEditor.removedLineBackground": "#f38ba826",
    "diffEditor.diagonalFill": "#585b7099",
    "diffEditorOverview.insertedForeground": "#a6e3a1cc",
    "diffEditorOverview.removedForeground": "#f38ba8cc",
    "editor.background": "#181825",
    "editor.findMatchBackground": "#585b70",
    "editor.findMatchBorder": "#cba6f766",
    "editor.findMatchHighlightBackground": "#fab38759",
    "editor.findMatchHighlightBorder": "#00000000",
    "editor.findRangeHighlightBackground": "#585b704c",
    "editor.findRangeHighlightBorder": "#00000000",
    "editor.foldBackground": "#89dceb3f",
    "editor.foreground": "#cdd6f4",
    "editor.hoverHighlightBackground": "#89dceb3f",
    "editor.inactiveSelectionBackground": "#00000000",
    "editor.lineHighlightBackground": "#cdd6f411",
    "editor.lineHighlightBorder": "#181825",
    "editor.rangeHighlightBackground": "#89dceb3f",
    "editor.rangeHighlightBorder": "#00000000",
    "editor.selectionBackground": "#585b70",
    "editor.selectionHighlightBackground": "#9399b266",
    "editor.selectionHighlightBorder": "#89dceb33",
    "editor.wordHighlightBackground": "#585b70b2",
    "editor.wordHighlightStrongBackground": "#585b707f",
    "editorBracketMatch.background": "#9399b219",
    "editorBracketMatch.border": "#9399b2",
    "editorCodeLens.foreground": "#7f849c",
    "editorCursor.background": "#181825",
    "editorCursor.foreground": "#f5e0dc",
    "editorError.background": "#00000000",
    "editorError.border": "#00000000",
    "editorError.foreground": "#f38ba8",
    "editorGroup.border": "#585b70",
    "editorGroup.dropBackground": "#585b7099",
    "editorGroup.emptyBackground": "#181825",
    "editorGroupHeader.tabsBackground": "#11111b",
    "editorGutter.addedBackground": "#a6e3a1",
    "editorGutter.background": "#181825",
    "editorGutter.commentRangeForeground": "#9399b2",
    "editorGutter.deletedBackground": "#f38ba8",
    "editorGutter.foldingControlForeground": "#9399b2",
    "editorGutter.modifiedBackground": "#89dceb",
    "editorHoverWidget.background": "#181825",
    "editorHoverWidget.border": "#585b70",
    "editorHoverWidget.foreground": "#cdd6f4",
    "editorIndentGuide.activeBackground": "#585b70",
    "editorIndentGuide.background": "#45475a",
    "editorInfo.background": "#00000000",
    "editorInfo.border": "#00000000",
    "editorInfo.foreground": "#89b4fa",
    "editorInlayHint.foreground": "#585b70",
    "editorInlayHint.background": "#181825bf",
    "editorInlayHint.typeForeground": "#bac2de",
    "editorInlayHint.typeBackground": "#181825bf",
    "editorInlayHint.parameterForeground": "#a6adc8",
    "editorInlayHint.parameterBackground": "#181825bf",
    "editorLineNumber.activeForeground": "#cba6f7",
    "editorLineNumber.foreground": "#7f849c",
    "editorLink.activeForeground": "#cba6f7",
    "editorMarkerNavigation.background": "#181825",
    "editorMarkerNavigationError.background": "#f38ba8",
    "editorMarkerNavigationInfo.background": "#89b4fa",
    "editorMarkerNavigationWarning.background": "#f9e2af",
    "editorOverviewRuler.background": "#181825",
    "editorOverviewRuler.border": "#cdd6f411",
    "editorRuler.foreground": "#585b70",
    "editor.stackFrameHighlightBackground": "#f9e2af26",
    "editor.focusedStackFrameHighlightBackground": "#a6e3a126",
    "editorStickyScrollHover.background": "#313244",
    "editorSuggestWidget.background": "#181825",
    "editorSuggestWidget.border": "#585b70",
    "editorSuggestWidget.foreground": "#cdd6f4",
    "editorSuggestWidget.highlightForeground": "#cba6f7",
    "editorSuggestWidget.selectedBackground": "#313244",
    "editorWarning.background": "#00000000",
    "editorWarning.border": "#00000000",
    "editorWarning.foreground": "#fab387",
    "editorWhitespace.foreground": "#9399b266",
    "editorWidget.background": "#181825",
    "editorWidget.foreground": "#cdd6f4",
    "editorWidget.resizeBorder": "#585b70",
    "editorLightBulb.foreground": "#f9e2af",
    "extensionButton.prominentForeground": "#11111b",
    "extensionButton.prominentBackground": "#cba6f7",
    "extensionButton.prominentHoverBackground": "#dfbaff",
    "extensionBadge.remoteBackground": "#89b4fa",
    "extensionBadge.remoteForeground": "#11111b",
    "extensionIcon.starForeground": "#f9e2af",
    "extensionIcon.verifiedForeground": "#a6e3a1",
    "extensionIcon.preReleaseForeground": "#f5e0dc",
    "extensionIcon.sponsorForeground": "#f5c2e7",
    "gitDecoration.addedResourceForeground": "#a6e3a1",
    "gitDecoration.conflictingResourceForeground": "#cba6f7",
    "gitDecoration.deletedResourceForeground": "#f38ba8",
    "gitDecoration.ignoredResourceForeground": "#6c7086",
    "gitDecoration.modifiedResourceForeground": "#f9e2af",
    "gitDecoration.stageDeletedResourceForeground": "#f38ba8",
    "gitDecoration.stageModifiedResourceForeground": "#f9e2af",
    "gitDecoration.submoduleResourceForeground": "#89b4fa",
    "gitDecoration.untrackedResourceForeground": "#a6e3a1",
    "input.background": "#313244",
    "input.border": "#00000000",
    "input.foreground": "#cdd6f4",
    "input.placeholderForeground": "#cdd6f472",
    "inputOption.activeBackground": "#89b4fa26",
    "inputOption.activeBorder": "#11111b33",
    "inputOption.activeForeground": "#cdd6f4",
    "inputValidation.errorBackground": "#f38ba8",
    "inputValidation.errorBorder": "#11111b33",
    "inputValidation.errorForeground": "#11111b",
    "inputValidation.infoBackground": "#89b4fa",
    "inputValidation.infoBorder": "#11111b33",
    "inputValidation.infoForeground": "#11111b",
    "inputValidation.warningBackground": "#fab387",
    "inputValidation.warningBorder": "#11111b33",
    "inputValidation.warningForeground": "#11111b",
    "list.activeSelectionBackground": "#45475a",
    "list.activeSelectionForeground": "#cdd6f4",
    "list.dropBackground": "#585b7099",
    "list.focusBackground": "#313244",
    "list.focusForeground": "#cdd6f4",
    "list.focusOutline": "#00000000",
    "list.highlightForeground": "#cba6f7",
    "list.hoverBackground": "#181825",
    "list.hoverForeground": "#cdd6f4",
    "list.inactiveSelectionBackground": "#45475a",
    "list.inactiveSelectionForeground": "#cdd6f4",
    "list.warningForeground": "#f9e2af",
    "listFilterWidget.background": "#45475a",
    "listFilterWidget.noMatchesOutline": "#f38ba8",
    "listFilterWidget.outline": "#00000000",
    "tree.indentGuidesStroke": "#6c7086",
    "menu.background": "#181825",
    "menu.border": "#1818257f",
    "menu.foreground": "#cdd6f4",
    "menu.selectionBackground": "#585b70",
    "menu.selectionBorder": "#00000000",
    "menu.selectionForeground": "#cdd6f4",
    "menu.separatorBackground": "#585b70",
    "menubar.selectionBackground": "#45475a",
    "menubar.selectionForeground": "#cdd6f4",
    "merge.commonContentBackground": "#45475a",
    "merge.commonHeaderBackground": "#585b70",
    "merge.currentContentBackground": "#a6e3a133",
    "merge.currentHeaderBackground": "#a6e3a166",
    "merge.incomingContentBackground": "#89b4fa33",
    "merge.incomingHeaderBackground": "#89b4fa66",
    "minimap.background": "#1818257f",
    "minimap.errorHighlight": "#f38ba8",
    "minimap.findMatchHighlight": "#585b70",
    "minimap.selectionHighlight": "#585b70",
    "minimap.warningHighlight": "#f9e2af",
    "minimapGutter.addedBackground": "#a6e3a1",
    "minimapGutter.deletedBackground": "#f38ba8",
    "minimapGutter.modifiedBackground": "#89dceb",
    "notificationCenter.border": "#cba6f7",
    "notificationCenterHeader.foreground": "#cdd6f4",
    "notificationCenterHeader.background": "#181825",
    "notificationToast.border": "#cba6f7",
    "notifications.foreground": "#cdd6f4",
    "notifications.background": "#181825",
    "notifications.border": "#cba6f7",
    "notificationLink.foreground": "#89b4fa",
    "notificationsErrorIcon.foreground": "#f38ba8",
    "notificationsWarningIcon.foreground": "#fab387",
    "notificationsInfoIcon.foreground": "#89b4fa",
    "panel.background": "#181825",
    "panel.border": "#585b70",
    "panelSection.border": "#585b70",
    "panelSection.dropBackground": "#585b7099",
    "panelTitle.activeBorder": "#cdd6f4",
    "panelTitle.activeForeground": "#cdd6f4",
    "panelTitle.inactiveForeground": "#a6adc8",
    "peekView.border": "#cba6f7",
    "peekViewEditor.background": "#181825",
    "peekViewEditor.matchHighlightBackground": "#fab3873f",
    "peekViewEditor.matchHighlightBorder": "#fab387",
    "peekViewEditorGutter.background": "#181825",
    "peekViewResult.background": "#181825",
    "peekViewResult.fileForeground": "#cdd6f4",
    "peekViewResult.lineForeground": "#cdd6f4",
    "peekViewResult.matchHighlightBackground": "#fab3873f",
    "peekViewResult.selectionBackground": "#313244",
    "peekViewResult.selectionForeground": "#cdd6f4",
    "peekViewTitle.background": "#181825",
    "peekViewTitleDescription.foreground": "#bac2deb2",
    "peekViewTitleLabel.foreground": "#cdd6f4",
    "pickerGroup.border": "#cba6f7",
    "pickerGroup.foreground": "#cba6f7",
    "progressBar.background": "#cba6f7",
    "scrollbar.shadow": "#11111b",
    "scrollbarSlider.activeBackground": "#31324466",
    "scrollbarSlider.background": "#585b707f",
    "scrollbarSlider.hoverBackground": "#6c7086",
    "settings.focusedRowBackground": "#585b7033",
    "settings.headerForeground": "#cdd6f4",
    "settings.modifiedItemIndicator": "#cba6f7",
    "settings.dropdownBackground": "#45475a",
    "settings.dropdownListBorder": "#00000000",
    "settings.textInputBackground": "#45475a",
    "settings.textInputBorder": "#00000000",
    "settings.numberInputBackground": "#45475a",
    "settings.numberInputBorder": "#00000000",
    "sideBar.background": "#181825",
    "sideBar.dropBackground": "#585b7099",
    "sideBar.foreground": "#cdd6f4",
    "sideBar.border": "#00000000",
    "sideBarSectionHeader.background": "#181825",
    "sideBarSectionHeader.foreground": "#cdd6f4",
    "sideBarTitle.foreground": "#cba6f7",
    "sideBarTitle.background": "#11111b",
    "statusBar.background": "#11111b",
    "statusBar.foreground": "#cdd6f4",
    "statusBar.border": "#00000000",
    "statusBar.noFolderBackground": "#11111b",
    "statusBar.noFolderForeground": "#cdd6f4",
    "statusBar.debuggingBackground": "#fab387",
    "statusBar.debuggingForeground": "#11111b",
    "statusBarItem.remoteBackground": "#89b4fa",
    "statusBarItem.remoteForeground": "#11111b",
    "statusBarItem.activeBackground": "#585b7066",
    "statusBarItem.hoverBackground": "#585b7033",
    "statusBarItem.prominentForeground": "#cba6f7",
    "statusBarItem.prominentBackground": "#00000000",
    "statusBarItem.prominentHoverBackground": "#585b7033",
    "statusBarItem.errorForeground": "#f38ba8",
    "statusBarItem.errorBackground": "#00000000",
    "statusBarItem.warningForeground": "#fab387",
    "statusBarItem.warningBackground": "#00000000",
    "commandCenter.foreground": "#bac2de",
    "commandCenter.activeForeground": "#cba6f7",
    "commandCenter.background": "#11111b",
    "commandCenter.activeBackground": "#585b7033",
    "commandCenter.border": "#cba6f7",
    "tab.activeBackground": "#181825",
    "tab.activeBorder": "#cba6f7",
    "tab.activeBorderTop": "#00000000",
    "tab.activeForeground": "#cba6f7",
    "tab.border": "#181825",
    "tab.inactiveBackground": "#181825",
    "tab.inactiveForeground": "#6c7086",
    "terminal.ansiBlack": "#6c7086",
    "terminal.ansiBlue": "#89b4fa",
    "terminal.ansiBrightBlack": "#7f849c",
    "terminal.ansiBrightBlue": "#89b4fa",
    "terminal.ansiBrightCyan": "#89dceb",
    "terminal.ansiBrightGreen": "#a6e3a1",
    "terminal.ansiBrightMagenta": "#f5c2e7",
    "terminal.ansiBrightRed": "#f38ba8",
    "terminal.ansiBrightWhite": "#cdd6f4",
    "terminal.ansiBrightYellow": "#f9e2af",
    "terminal.ansiCyan": "#89dceb",
    "terminal.ansiGreen": "#a6e3a1",
    "terminal.ansiMagenta": "#f5c2e7",
    "terminal.ansiRed": "#f38ba8",
    "terminal.ansiWhite": "#9399b2",
    "terminal.ansiYellow": "#f9e2af",
    "terminal.border": "#585b70",
    "terminal.foreground": "#cdd6f4",
    "terminal.dropBackground": "#585b7099",
    "terminal.selectionBackground": "#585b70",
    "terminalCursor.background": "#181825",
    "terminalCursor.foreground": "#f5e0dc",
    "titleBar.activeBackground": "#11111b",
    "titleBar.activeForeground": "#cdd6f4",
    "titleBar.inactiveBackground": "#11111b",
    "titleBar.inactiveForeground": "#cdd6f47f",
    "titleBar.border": "#00000000",
    "welcomePage.tileBackground": "#181825",
    "welcomePage.progress.background": "#11111b",
    "welcomePage.progress.foreground": "#cba6f7",
    "walkThrough.embeddedEditorBackground": "#1818254c",
    "symbolIcon.textForeground": "#cdd6f4",
    "symbolIcon.arrayForeground": "#fab387",
    "symbolIcon.booleanForeground": "#cba6f7",
    "symbolIcon.classForeground": "#f9e2af",
    "symbolIcon.colorForeground": "#f5c2e7",
    "symbolIcon.constantForeground": "#fab387",
    "symbolIcon.constructorForeground": "#b4befe",
    "symbolIcon.enumeratorForeground": "#f9e2af",
    "symbolIcon.enumeratorMemberForeground": "#f9e2af",
    "symbolIcon.eventForeground": "#f5c2e7",
    "symbolIcon.fieldForeground": "#cdd6f4",
    "symbolIcon.fileForeground": "#cba6f7",
    "symbolIcon.folderForeground": "#cba6f7",
    "symbolIcon.functionForeground": "#89b4fa",
    "symbolIcon.interfaceForeground": "#f9e2af",
    "symbolIcon.keyForeground": "#94e2d5",
    "symbolIcon.keywordForeground": "#cba6f7",
    "symbolIcon.methodForeground": "#89b4fa",
    "symbolIcon.moduleForeground": "#cdd6f4",
    "symbolIcon.namespaceForeground": "#f9e2af",
    "symbolIcon.nullForeground": "#eba0ac",
    "symbolIcon.numberForeground": "#fab387",
    "symbolIcon.objectForeground": "#f9e2af",
    "symbolIcon.operatorForeground": "#94e2d5",
    "symbolIcon.packageForeground": "#f2cdcd",
    "symbolIcon.propertyForeground": "#eba0ac",
    "symbolIcon.referenceForeground": "#f9e2af",
    "symbolIcon.snippetForeground": "#f2cdcd",
    "symbolIcon.stringForeground": "#a6e3a1",
    "symbolIcon.structForeground": "#94e2d5",
    "symbolIcon.typeParameterForeground": "#eba0ac",
    "symbolIcon.unitForeground": "#cdd6f4",
    "symbolIcon.variableForeground": "#cdd6f4",
    "charts.foreground": "#cdd6f4",
    "charts.lines": "#bac2de",
    "charts.red": "#f38ba8",
    "charts.blue": "#89b4fa",
    "charts.yellow": "#f9e2af",
    "charts.orange": "#fab387",
    "charts.green": "#a6e3a1",
    "charts.purple": "#cba6f7",
    "errorLens.errorBackground": "#f38ba826",
    "errorLens.errorMessageBackground": "#f38ba826",
    "errorLens.errorBackgroundLight": "#f38ba826",
    "errorLens.errorForeground": "#f38ba8",
    "errorLens.errorForegroundLight": "#f38ba8",
    "errorLens.warningBackground": "#fab38726",
    "errorLens.warningMessageBackground": "#fab38726",
    "errorLens.warningBackgroundLight": "#fab38726",
    "errorLens.warningForeground": "#fab387",
    "errorLens.warningForegroundLight": "#fab387",
    "errorLens.infoBackground": "#89b4fa26",
    "errorLens.infoMessageBackground": "#89b4fa26",
    "errorLens.infoBackgroundLight": "#89b4fa26",
    "errorLens.infoForeground": "#89b4fa",
    "errorLens.infoForegroundLight": "#89b4fa",
    "errorLens.hintBackground": "#a6e3a126",
    "errorLens.hintMessageBackground": "#a6e3a126",
    "errorLens.hintBackgroundLight": "#a6e3a126",
    "errorLens.hintForeground": "#a6e3a1",
    "errorLens.hintForegroundLight": "#a6e3a1",
    "errorLens.statusBarIconErrorForeground": "#f38ba8",
    "errorLens.statusBarIconWarningForeground": "#fab387",
    "errorLens.statusBarErrorForeground": "#f38ba8",
    "errorLens.statusBarWarningForeground": "#fab387",
    "errorLens.statusBarInfoForeground": "#89b4fa",
    "errorLens.statusBarHintForeground": "#a6e3a1",
    "editorBracketHighlight.foreground1": "#f38ba8",
    "editorBracketHighlight.foreground2": "#fab387",
    "editorBracketHighlight.foreground3": "#f9e2af",
    "editorBracketHighlight.foreground4": "#a6e3a1",
    "editorBracketHighlight.foreground5": "#74c7ec",
    "editorBracketHighlight.foreground6": "#cba6f7",
    "editorBracketHighlight.unexpectedBracket.foreground": "#eba0ac"
  }
}
