🎉 initiate project *astro_rewrite*

This commit is contained in:
sindrekjelsrud 2023-07-19 21:31:30 +02:00
parent ffd4d5e86c
commit 2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions

186
node_modules/shiki/themes/css-variables.json generated vendored Normal file
View file

@ -0,0 +1,186 @@
{
"name": "css-variables",
"type": "css",
"colors": {
"editor.foreground": "#000001",
"editor.background": "#000002",
"terminal.ansiBlack": "#A00000",
"terminal.ansiRed": "#A00001",
"terminal.ansiGreen": "#A00002",
"terminal.ansiYellow": "#A00003",
"terminal.ansiBlue": "#A00004",
"terminal.ansiMagenta": "#A00005",
"terminal.ansiCyan": "#A00006",
"terminal.ansiWhite": "#A00007",
"terminal.ansiBrightBlack": "#A00008",
"terminal.ansiBrightRed": "#A00009",
"terminal.ansiBrightGreen": "#A00010",
"terminal.ansiBrightYellow": "#A00011",
"terminal.ansiBrightBlue": "#A00012",
"terminal.ansiBrightMagenta": "#A00013",
"terminal.ansiBrightCyan": "#A00014",
"terminal.ansiBrightWhite": "#A00015"
},
"tokenColors": [
{
"settings": {
"foreground": "#000001"
}
},
{
"scope": [
"keyword.operator.accessor",
"meta.group.braces.round.function.arguments",
"meta.template.expression",
"markup.fenced_code meta.embedded.block"
],
"settings": {
"foreground": "#000001"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": ["markup.italic.markdown"],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "meta.link.inline.markdown",
"settings": {
"fontStyle": "underline",
"foreground": "#000004"
}
},
{
"scope": ["string", "markup.fenced_code", "markup.inline"],
"settings": {
"foreground": "#000005"
}
},
{
"scope": ["comment", "string.quoted.docstring.multi"],
"settings": {
"foreground": "#000006"
}
},
{
"scope": [
"constant.numeric",
"constant.language",
"constant.other.placeholder",
"constant.character.format.placeholder",
"variable.language.this",
"variable.other.object",
"variable.other.class",
"variable.other.constant",
"meta.property-name",
"meta.property-value",
"support"
],
"settings": {
"foreground": "#000004"
}
},
{
"scope": [
"keyword",
"storage.modifier",
"storage.type",
"storage.control.clojure",
"entity.name.function.clojure",
"entity.name.tag.yaml",
"support.function.node",
"support.type.property-name.json",
"punctuation.separator.key-value",
"punctuation.definition.template-expression"
],
"settings": {
"foreground": "#000007"
}
},
{
"scope": "variable.parameter.function",
"settings": {
"foreground": "#000008"
}
},
{
"scope": [
"support.function",
"entity.name.type",
"entity.other.inherited-class",
"meta.function-call",
"meta.instance.constructor",
"entity.other.attribute-name",
"entity.name.function",
"constant.keyword.clojure"
],
"settings": {
"foreground": "#000009"
}
},
{
"scope": [
"entity.name.tag",
"string.quoted",
"string.regexp",
"string.interpolated",
"string.template",
"string.unquoted.plain.out.yaml",
"keyword.other.template"
],
"settings": {
"foreground": "#000010"
}
},
{
"scope": [
"punctuation.definition.arguments",
"punctuation.definition.dict",
"punctuation.separator",
"meta.function-call.arguments"
],
"settings": {
"foreground": "#000011"
}
},
{
"name": "[Custom] Markdown links",
"scope": ["markup.underline.link", "punctuation.definition.metadata.markdown"],
"settings": {
"foreground": "#000012"
}
},
{
"name": "[Custom] Markdown list",
"scope": ["beginning.punctuation.definition.list.markdown"],
"settings": {
"foreground": "#000005"
}
},
{
"name": "[Custom] Markdown punctuation definition brackets",
"scope": [
"punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown",
"string.other.link.title.markdown",
"string.other.link.description.markdown"
],
"settings": {
"foreground": "#000007"
}
}
]
}

570
node_modules/shiki/themes/dark-plus.json generated vendored Normal file
View file

@ -0,0 +1,570 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "dark-plus",
"tokenColors": [
{
"settings": {
"foreground": "#D4D4D4"
}
},
{
"scope": ["meta.embedded", "source.groovy.embedded", "string meta.image.inline.markdown"],
"settings": {
"foreground": "#D4D4D4"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "strong",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "header",
"settings": {
"foreground": "#000080"
}
},
{
"name": "Comments",
"scope": ["comment", "string.quoted.docstring"],
"settings": {
"foreground": "#6A9955"
}
},
{
"scope": "constant.language",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": [
"constant.numeric",
"variable.other.enummember",
"keyword.operator.plus.exponent",
"keyword.operator.minus.exponent"
],
"settings": {
"foreground": "#b5cea8"
}
},
{
"scope": "constant.regexp",
"settings": {
"foreground": "#646695"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "entity.name.tag.css",
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": [
"entity.other.attribute-name.class.css",
"entity.other.attribute-name.class.mixin.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.scss"
],
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": "invalid",
"settings": {
"foreground": "#f44747"
}
},
{
"scope": "markup.underline",
"settings": {
"fontStyle": "underline"
}
},
{
"scope": "markup.bold",
"settings": {
"fontStyle": "bold",
"foreground": "#569cd6"
}
},
{
"scope": "markup.heading",
"settings": {
"fontStyle": "bold",
"foreground": "#569cd6"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.strikethrough",
"settings": {
"fontStyle": "strikethrough"
}
},
{
"scope": "markup.inserted",
"settings": {
"foreground": "#b5cea8"
}
},
{
"scope": "markup.deleted",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "markup.changed",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "punctuation.definition.quote.begin.markdown",
"settings": {
"foreground": "#6A9955"
}
},
{
"scope": "punctuation.definition.list.begin.markdown",
"settings": {
"foreground": "#6796e6"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#ce9178"
}
},
{
"name": "brackets of XML/HTML tags",
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#808080"
}
},
{
"scope": ["meta.preprocessor", "entity.name.function.preprocessor"],
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "meta.preprocessor.string",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "meta.preprocessor.numeric",
"settings": {
"foreground": "#b5cea8"
}
},
{
"scope": "meta.structure.dictionary.key.python",
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": "meta.diff.header",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "storage",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "storage.type",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": ["storage.modifier", "keyword.operator.noexcept"],
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": ["string", "meta.embedded.assembly"],
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "string.tag",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "string.value",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "string.regexp",
"settings": {
"foreground": "#d16969"
}
},
{
"name": "String interpolation",
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
],
"settings": {
"foreground": "#569cd6"
}
},
{
"name": "Reset JavaScript string interpolation expression",
"scope": ["meta.template.expression"],
"settings": {
"foreground": "#d4d4d4"
}
},
{
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"variable.css",
"variable.scss",
"variable.other.less",
"source.coffee.embedded"
],
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#d4d4d4"
}
},
{
"scope": [
"keyword.operator.new",
"keyword.operator.expression",
"keyword.operator.cast",
"keyword.operator.sizeof",
"keyword.operator.alignof",
"keyword.operator.typeid",
"keyword.operator.alignas",
"keyword.operator.instanceof",
"keyword.operator.logical.python",
"keyword.operator.wordlike"
],
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "keyword.other.unit",
"settings": {
"foreground": "#b5cea8"
}
},
{
"scope": ["punctuation.section.embedded.begin.php", "punctuation.section.embedded.end.php"],
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "support.function.git-rebase",
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": "constant.sha.git-rebase",
"settings": {
"foreground": "#b5cea8"
}
},
{
"name": "coloring of the Java import and package identifiers",
"scope": [
"storage.modifier.import.java",
"variable.language.wildcard.java",
"storage.modifier.package.java"
],
"settings": {
"foreground": "#d4d4d4"
}
},
{
"name": "this.self",
"scope": "variable.language",
"settings": {
"foreground": "#569cd6"
}
},
{
"name": "Function declarations",
"scope": [
"entity.name.function",
"support.function",
"support.constant.handlebars",
"source.powershell variable.other.member",
"entity.name.operator.custom-literal"
],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"name": "Types declaration and references",
"scope": [
"support.class",
"support.type",
"entity.name.type",
"entity.name.namespace",
"entity.other.attribute",
"entity.name.scope-resolution",
"entity.name.class",
"storage.type.numeric.go",
"storage.type.byte.go",
"storage.type.boolean.go",
"storage.type.string.go",
"storage.type.uintptr.go",
"storage.type.error.go",
"storage.type.rune.go",
"storage.type.cs",
"storage.type.generic.cs",
"storage.type.modifier.cs",
"storage.type.variable.cs",
"storage.type.annotation.java",
"storage.type.generic.java",
"storage.type.java",
"storage.type.object.array.java",
"storage.type.primitive.array.java",
"storage.type.primitive.java",
"storage.type.token.java",
"storage.type.groovy",
"storage.type.annotation.groovy",
"storage.type.parameters.groovy",
"storage.type.generic.groovy",
"storage.type.object.array.groovy",
"storage.type.primitive.array.groovy",
"storage.type.primitive.groovy"
],
"settings": {
"foreground": "#4EC9B0"
}
},
{
"name": "Types declaration and references, TS grammar specific",
"scope": [
"meta.type.cast.expr",
"meta.type.new.expr",
"support.constant.math",
"support.constant.dom",
"support.constant.json",
"entity.other.inherited-class"
],
"settings": {
"foreground": "#4EC9B0"
}
},
{
"name": "Control flow / Special keywords",
"scope": [
"keyword.control",
"source.cpp keyword.operator.new",
"keyword.operator.delete",
"keyword.other.using",
"keyword.other.operator",
"entity.name.operator"
],
"settings": {
"foreground": "#C586C0"
}
},
{
"name": "Variable and parameter name",
"scope": [
"variable",
"meta.definition.variable.name",
"support.variable",
"entity.name.variable",
"constant.other.placeholder"
],
"settings": {
"foreground": "#9CDCFE"
}
},
{
"name": "Constants and enums",
"scope": ["variable.other.constant", "variable.other.enummember"],
"settings": {
"foreground": "#4FC1FF"
}
},
{
"name": "Object keys, TS grammar specific",
"scope": ["meta.object-literal.key"],
"settings": {
"foreground": "#9CDCFE"
}
},
{
"name": "CSS property value",
"scope": [
"support.constant.property-value",
"support.constant.font-name",
"support.constant.media-type",
"support.constant.media",
"constant.other.color.rgb-value",
"constant.other.rgb-value",
"support.constant.color"
],
"settings": {
"foreground": "#CE9178"
}
},
{
"name": "Regular expression groups",
"scope": [
"punctuation.definition.group.regexp",
"punctuation.definition.group.assertion.regexp",
"punctuation.definition.character-class.regexp",
"punctuation.character.set.begin.regexp",
"punctuation.character.set.end.regexp",
"keyword.operator.negation.regexp",
"support.other.parenthesis.regexp"
],
"settings": {
"foreground": "#CE9178"
}
},
{
"scope": [
"constant.character.character-class.regexp",
"constant.other.character-class.set.regexp",
"constant.other.character-class.regexp",
"constant.character.set.regexp"
],
"settings": {
"foreground": "#d16969"
}
},
{
"scope": ["keyword.operator.or.regexp", "keyword.control.anchor.regexp"],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"scope": "keyword.operator.quantifier.regexp",
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": ["constant.character", "constant.other.option"],
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": "entity.name.label",
"settings": {
"foreground": "#C8C8C8"
}
}
],
"semanticTokenColors": {
"newOperator": "#C586C0",
"stringLiteral": "#ce9178",
"customLiteral": "#DCDCAA",
"numberLiteral": "#b5cea8"
},
"colors": {
"checkbox.border": "#6B6B6B",
"editor.background": "#1E1E1E",
"editor.foreground": "#D4D4D4",
"editor.inactiveSelectionBackground": "#3A3D41",
"editorIndentGuide.background": "#404040",
"editorIndentGuide.activeBackground": "#707070",
"editor.selectionHighlightBackground": "#ADD6FF26",
"list.dropBackground": "#383B3D",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#BBBBBB",
"input.placeholderForeground": "#A6A6A6",
"menu.background": "#252526",
"menu.foreground": "#CCCCCC",
"menu.separatorBackground": "#454545",
"menu.border": "#454545",
"statusBarItem.remoteForeground": "#FFF",
"statusBarItem.remoteBackground": "#16825D",
"ports.iconRunningProcessForeground": "#369432",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#ccc3",
"tab.lastPinnedBorder": "#ccc3",
"list.activeSelectionIconForeground": "#FFF",
"terminal.inactiveSelectionBackground": "#3A3D41",
"widget.border": "#303031"
}
}

1048
node_modules/shiki/themes/dracula-soft.json generated vendored Normal file

File diff suppressed because it is too large Load diff

1048
node_modules/shiki/themes/dracula.json generated vendored Normal file

File diff suppressed because it is too large Load diff

597
node_modules/shiki/themes/github-dark-dimmed.json generated vendored Normal file
View file

@ -0,0 +1,597 @@
{
"name": "github-dark-dimmed",
"colors": {
"focusBorder": "#316dca",
"foreground": "#adbac7",
"descriptionForeground": "#768390",
"errorForeground": "#e5534b",
"textLink.foreground": "#539bf5",
"textLink.activeForeground": "#539bf5",
"textBlockQuote.background": "#1c2128",
"textBlockQuote.border": "#444c56",
"textCodeBlock.background": "#636e7b66",
"textPreformat.foreground": "#768390",
"textSeparator.foreground": "#373e47",
"icon.foreground": "#768390",
"keybindingLabel.foreground": "#adbac7",
"button.background": "#347d39",
"button.foreground": "#ffffff",
"button.hoverBackground": "#46954a",
"button.secondaryBackground": "#3d444d",
"button.secondaryForeground": "#adbac7",
"button.secondaryHoverBackground": "#444c56",
"checkbox.background": "#2d333b",
"checkbox.border": "#444c56",
"dropdown.background": "#2d333b",
"dropdown.border": "#444c56",
"dropdown.foreground": "#adbac7",
"dropdown.listBackground": "#2d333b",
"input.background": "#22272e",
"input.border": "#444c56",
"input.foreground": "#adbac7",
"input.placeholderForeground": "#636e7b",
"badge.foreground": "#cdd9e5",
"badge.background": "#316dca",
"progressBar.background": "#316dca",
"titleBar.activeForeground": "#768390",
"titleBar.activeBackground": "#22272e",
"titleBar.inactiveForeground": "#768390",
"titleBar.inactiveBackground": "#1c2128",
"titleBar.border": "#444c56",
"activityBar.foreground": "#adbac7",
"activityBar.inactiveForeground": "#768390",
"activityBar.background": "#22272e",
"activityBarBadge.foreground": "#cdd9e5",
"activityBarBadge.background": "#316dca",
"activityBar.activeBorder": "#ec775c",
"activityBar.border": "#444c56",
"sideBar.foreground": "#adbac7",
"sideBar.background": "#1c2128",
"sideBar.border": "#444c56",
"sideBarTitle.foreground": "#adbac7",
"sideBarSectionHeader.foreground": "#adbac7",
"sideBarSectionHeader.background": "#1c2128",
"sideBarSectionHeader.border": "#444c56",
"list.hoverForeground": "#adbac7",
"list.inactiveSelectionForeground": "#adbac7",
"list.activeSelectionForeground": "#adbac7",
"list.hoverBackground": "#636e7b1a",
"list.inactiveSelectionBackground": "#636e7b66",
"list.activeSelectionBackground": "#636e7b66",
"list.focusForeground": "#adbac7",
"list.focusBackground": "#4184e426",
"list.inactiveFocusBackground": "#4184e426",
"list.highlightForeground": "#539bf5",
"tree.indentGuidesStroke": "#373e47",
"notificationCenterHeader.foreground": "#768390",
"notificationCenterHeader.background": "#2d333b",
"notifications.foreground": "#adbac7",
"notifications.background": "#2d333b",
"notifications.border": "#444c56",
"notificationsErrorIcon.foreground": "#e5534b",
"notificationsWarningIcon.foreground": "#c69026",
"notificationsInfoIcon.foreground": "#539bf5",
"pickerGroup.border": "#444c56",
"pickerGroup.foreground": "#768390",
"quickInput.background": "#2d333b",
"quickInput.foreground": "#adbac7",
"statusBar.foreground": "#768390",
"statusBar.background": "#22272e",
"statusBar.border": "#444c56",
"statusBar.focusBorder": "#316dca80",
"statusBar.noFolderBackground": "#22272e",
"statusBar.debuggingForeground": "#cdd9e5",
"statusBar.debuggingBackground": "#c93c37",
"statusBarItem.prominentBackground": "#636e7b66",
"statusBarItem.remoteForeground": "#adbac7",
"statusBarItem.remoteBackground": "#444c56",
"statusBarItem.hoverBackground": "#adbac714",
"statusBarItem.activeBackground": "#adbac71f",
"statusBarItem.focusBorder": "#316dca",
"editorGroupHeader.tabsBackground": "#1c2128",
"editorGroupHeader.tabsBorder": "#444c56",
"editorGroup.border": "#444c56",
"tab.activeForeground": "#adbac7",
"tab.inactiveForeground": "#768390",
"tab.inactiveBackground": "#1c2128",
"tab.activeBackground": "#22272e",
"tab.hoverBackground": "#22272e",
"tab.unfocusedHoverBackground": "#636e7b1a",
"tab.border": "#444c56",
"tab.unfocusedActiveBorderTop": "#444c56",
"tab.activeBorder": "#22272e",
"tab.unfocusedActiveBorder": "#22272e",
"tab.activeBorderTop": "#ec775c",
"breadcrumb.foreground": "#768390",
"breadcrumb.focusForeground": "#adbac7",
"breadcrumb.activeSelectionForeground": "#768390",
"breadcrumbPicker.background": "#2d333b",
"editor.foreground": "#adbac7",
"editor.background": "#22272e",
"editorWidget.background": "#2d333b",
"editor.foldBackground": "#636e7b1a",
"editor.lineHighlightBackground": "#636e7b1a",
"editorLineNumber.foreground": "#636e7b",
"editorLineNumber.activeForeground": "#adbac7",
"editorIndentGuide.background": "#adbac71f",
"editorIndentGuide.activeBackground": "#adbac73d",
"editorWhitespace.foreground": "#545d68",
"editorCursor.foreground": "#539bf5",
"editor.findMatchBackground": "#966600",
"editor.findMatchHighlightBackground": "#eac55f80",
"editor.linkedEditingBackground": "#539bf512",
"editor.selectionHighlightBackground": "#57ab5a40",
"editor.wordHighlightBackground": "#636e7b80",
"editor.wordHighlightBorder": "#636e7b99",
"editor.wordHighlightStrongBackground": "#636e7b4d",
"editor.wordHighlightStrongBorder": "#636e7b99",
"editorBracketMatch.background": "#57ab5a40",
"editorBracketMatch.border": "#57ab5a99",
"editorInlayHint.background": "#76839033",
"editorInlayHint.foreground": "#768390",
"editorInlayHint.typeBackground": "#76839033",
"editorInlayHint.typeForeground": "#768390",
"editorInlayHint.paramBackground": "#76839033",
"editorInlayHint.paramForeground": "#768390",
"editorGutter.modifiedBackground": "#ae7c1466",
"editorGutter.addedBackground": "#46954a66",
"editorGutter.deletedBackground": "#e5534b66",
"diffEditor.insertedLineBackground": "#347d3926",
"diffEditor.insertedTextBackground": "#57ab5a4d",
"diffEditor.removedLineBackground": "#c93c3726",
"diffEditor.removedTextBackground": "#f470674d",
"scrollbar.shadow": "#545d6833",
"scrollbarSlider.background": "#76839033",
"scrollbarSlider.hoverBackground": "#7683903d",
"scrollbarSlider.activeBackground": "#76839047",
"editorOverviewRuler.border": "#1c2128",
"minimapSlider.background": "#76839033",
"minimapSlider.hoverBackground": "#7683903d",
"minimapSlider.activeBackground": "#76839047",
"panel.background": "#1c2128",
"panel.border": "#444c56",
"panelTitle.activeBorder": "#ec775c",
"panelTitle.activeForeground": "#adbac7",
"panelTitle.inactiveForeground": "#768390",
"panelInput.border": "#444c56",
"debugIcon.breakpointForeground": "#e5534b",
"debugConsole.infoForeground": "#768390",
"debugConsole.warningForeground": "#c69026",
"debugConsole.errorForeground": "#ff938a",
"debugConsole.sourceForeground": "#daaa3f",
"debugConsoleInputIcon.foreground": "#b083f0",
"debugTokenExpression.name": "#6cb6ff",
"debugTokenExpression.value": "#96d0ff",
"debugTokenExpression.string": "#96d0ff",
"debugTokenExpression.boolean": "#6bc46d",
"debugTokenExpression.number": "#6bc46d",
"debugTokenExpression.error": "#ff938a",
"symbolIcon.arrayForeground": "#e0823d",
"symbolIcon.booleanForeground": "#539bf5",
"symbolIcon.classForeground": "#e0823d",
"symbolIcon.colorForeground": "#6cb6ff",
"symbolIcon.constructorForeground": "#dcbdfb",
"symbolIcon.enumeratorForeground": "#e0823d",
"symbolIcon.enumeratorMemberForeground": "#539bf5",
"symbolIcon.eventForeground": "#636e7b",
"symbolIcon.fieldForeground": "#e0823d",
"symbolIcon.fileForeground": "#c69026",
"symbolIcon.folderForeground": "#c69026",
"symbolIcon.functionForeground": "#b083f0",
"symbolIcon.interfaceForeground": "#e0823d",
"symbolIcon.keyForeground": "#539bf5",
"symbolIcon.keywordForeground": "#f47067",
"symbolIcon.methodForeground": "#b083f0",
"symbolIcon.moduleForeground": "#f47067",
"symbolIcon.namespaceForeground": "#f47067",
"symbolIcon.nullForeground": "#539bf5",
"symbolIcon.numberForeground": "#57ab5a",
"symbolIcon.objectForeground": "#e0823d",
"symbolIcon.operatorForeground": "#6cb6ff",
"symbolIcon.packageForeground": "#e0823d",
"symbolIcon.propertyForeground": "#e0823d",
"symbolIcon.referenceForeground": "#539bf5",
"symbolIcon.snippetForeground": "#539bf5",
"symbolIcon.stringForeground": "#6cb6ff",
"symbolIcon.structForeground": "#e0823d",
"symbolIcon.textForeground": "#6cb6ff",
"symbolIcon.typeParameterForeground": "#6cb6ff",
"symbolIcon.unitForeground": "#539bf5",
"symbolIcon.variableForeground": "#e0823d",
"symbolIcon.constantForeground": [
"#b4f1b4",
"#8ddb8c",
"#6bc46d",
"#57ab5a",
"#46954a",
"#347d39",
"#2b6a30",
"#245829",
"#1b4721",
"#113417"
],
"terminal.foreground": "#adbac7",
"terminal.ansiBlack": "#545d68",
"terminal.ansiRed": "#f47067",
"terminal.ansiGreen": "#57ab5a",
"terminal.ansiYellow": "#c69026",
"terminal.ansiBlue": "#539bf5",
"terminal.ansiMagenta": "#b083f0",
"terminal.ansiCyan": "#39c5cf",
"terminal.ansiWhite": "#909dab",
"terminal.ansiBrightBlack": "#636e7b",
"terminal.ansiBrightRed": "#ff938a",
"terminal.ansiBrightGreen": "#6bc46d",
"terminal.ansiBrightYellow": "#daaa3f",
"terminal.ansiBrightBlue": "#6cb6ff",
"terminal.ansiBrightMagenta": "#dcbdfb",
"terminal.ansiBrightCyan": "#56d4dd",
"terminal.ansiBrightWhite": "#cdd9e5",
"editorBracketHighlight.foreground1": "#6cb6ff",
"editorBracketHighlight.foreground2": "#6bc46d",
"editorBracketHighlight.foreground3": "#daaa3f",
"editorBracketHighlight.foreground4": "#ff938a",
"editorBracketHighlight.foreground5": "#fc8dc7",
"editorBracketHighlight.foreground6": "#dcbdfb",
"editorBracketHighlight.unexpectedBracket.foreground": "#768390",
"gitDecoration.addedResourceForeground": "#57ab5a",
"gitDecoration.modifiedResourceForeground": "#c69026",
"gitDecoration.deletedResourceForeground": "#e5534b",
"gitDecoration.untrackedResourceForeground": "#57ab5a",
"gitDecoration.ignoredResourceForeground": "#636e7b",
"gitDecoration.conflictingResourceForeground": "#cc6b2c",
"gitDecoration.submoduleResourceForeground": "#768390",
"debugToolBar.background": "#2d333b",
"editor.stackFrameHighlightBackground": "#ae7c1466",
"editor.focusedStackFrameHighlightBackground": "#46954a66",
"peekViewEditor.matchHighlightBackground": "#ae7c1466",
"peekViewResult.matchHighlightBackground": "#ae7c1466",
"peekViewEditor.background": "#636e7b1a",
"peekViewResult.background": "#22272e",
"settings.headerForeground": "#adbac7",
"settings.modifiedItemIndicator": "#ae7c1466",
"welcomePage.buttonBackground": "#373e47",
"welcomePage.buttonHoverBackground": "#444c56"
},
"semanticHighlighting": true,
"tokenColors": [
{
"scope": ["comment", "punctuation.definition.comment", "string.comment"],
"settings": {
"foreground": "#768390"
}
},
{
"scope": ["constant.other.placeholder", "constant.character"],
"settings": {
"foreground": "#f47067"
}
},
{
"scope": [
"constant",
"entity.name.constant",
"variable.other.constant",
"variable.other.enummember",
"variable.language",
"entity"
],
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": ["entity.name", "meta.export.default", "meta.definition.variable"],
"settings": {
"foreground": "#f69d50"
}
},
{
"scope": [
"variable.parameter.function",
"meta.jsx.children",
"meta.block",
"meta.tag.attributes",
"entity.name.constant",
"meta.object.member",
"meta.embedded.expression"
],
"settings": {
"foreground": "#adbac7"
}
},
{
"scope": "entity.name.function",
"settings": {
"foreground": "#dcbdfb"
}
},
{
"scope": ["entity.name.tag", "support.class.component"],
"settings": {
"foreground": "#8ddb8c"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#f47067"
}
},
{
"scope": ["storage", "storage.type"],
"settings": {
"foreground": "#f47067"
}
},
{
"scope": ["storage.modifier.package", "storage.modifier.import", "storage.type.java"],
"settings": {
"foreground": "#adbac7"
}
},
{
"scope": ["string", "string punctuation.section.embedded source"],
"settings": {
"foreground": "#96d0ff"
}
},
{
"scope": "support",
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": "meta.property-name",
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": "variable",
"settings": {
"foreground": "#f69d50"
}
},
{
"scope": "variable.other",
"settings": {
"foreground": "#adbac7"
}
},
{
"scope": "invalid.broken",
"settings": {
"fontStyle": "italic",
"foreground": "#ff938a"
}
},
{
"scope": "invalid.deprecated",
"settings": {
"fontStyle": "italic",
"foreground": "#ff938a"
}
},
{
"scope": "invalid.illegal",
"settings": {
"fontStyle": "italic",
"foreground": "#ff938a"
}
},
{
"scope": "invalid.unimplemented",
"settings": {
"fontStyle": "italic",
"foreground": "#ff938a"
}
},
{
"scope": "carriage-return",
"settings": {
"fontStyle": "italic underline",
"background": "#f47067",
"foreground": "#cdd9e5",
"content": "^M"
}
},
{
"scope": "message.error",
"settings": {
"foreground": "#ff938a"
}
},
{
"scope": "string variable",
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": ["source.regexp", "string.regexp"],
"settings": {
"foreground": "#96d0ff"
}
},
{
"scope": [
"string.regexp.character-class",
"string.regexp constant.character.escape",
"string.regexp source.ruby.embedded",
"string.regexp string.regexp.arbitrary-repitition"
],
"settings": {
"foreground": "#96d0ff"
}
},
{
"scope": "string.regexp constant.character.escape",
"settings": {
"fontStyle": "bold",
"foreground": "#8ddb8c"
}
},
{
"scope": "support.constant",
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": "support.variable",
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": "support.type.property-name.json",
"settings": {
"foreground": "#8ddb8c"
}
},
{
"scope": "meta.module-reference",
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": "punctuation.definition.list.begin.markdown",
"settings": {
"foreground": "#f69d50"
}
},
{
"scope": ["markup.heading", "markup.heading entity.name"],
"settings": {
"fontStyle": "bold",
"foreground": "#6cb6ff"
}
},
{
"scope": "markup.quote",
"settings": {
"foreground": "#8ddb8c"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic",
"foreground": "#adbac7"
}
},
{
"scope": "markup.bold",
"settings": {
"fontStyle": "bold",
"foreground": "#adbac7"
}
},
{
"scope": ["markup.underline"],
"settings": {
"fontStyle": "underline"
}
},
{
"scope": ["markup.strikethrough"],
"settings": {
"fontStyle": "strikethrough"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": ["markup.deleted", "meta.diff.header.from-file", "punctuation.definition.deleted"],
"settings": {
"background": "#5d0f12",
"foreground": "#ff938a"
}
},
{
"scope": ["punctuation.section.embedded"],
"settings": {
"foreground": "#f47067"
}
},
{
"scope": ["markup.inserted", "meta.diff.header.to-file", "punctuation.definition.inserted"],
"settings": {
"background": "#113417",
"foreground": "#8ddb8c"
}
},
{
"scope": ["markup.changed", "punctuation.definition.changed"],
"settings": {
"background": "#682d0f",
"foreground": "#f69d50"
}
},
{
"scope": ["markup.ignored", "markup.untracked"],
"settings": {
"foreground": "#2d333b",
"background": "#6cb6ff"
}
},
{
"scope": "meta.diff.range",
"settings": {
"foreground": "#dcbdfb",
"fontStyle": "bold"
}
},
{
"scope": "meta.diff.header",
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": "meta.separator",
"settings": {
"fontStyle": "bold",
"foreground": "#6cb6ff"
}
},
{
"scope": "meta.output",
"settings": {
"foreground": "#6cb6ff"
}
},
{
"scope": [
"brackethighlighter.tag",
"brackethighlighter.curly",
"brackethighlighter.round",
"brackethighlighter.square",
"brackethighlighter.angle",
"brackethighlighter.quote"
],
"settings": {
"foreground": "#768390"
}
},
{
"scope": "brackethighlighter.unmatched",
"settings": {
"foreground": "#ff938a"
}
},
{
"scope": ["constant.other.reference.link", "string.other.link"],
"settings": {
"foreground": "#96d0ff"
}
}
]
}

501
node_modules/shiki/themes/github-dark.json generated vendored Normal file
View file

@ -0,0 +1,501 @@
{
"name": "github-dark",
"colors": {
"focusBorder": "#005cc5",
"foreground": "#d1d5da",
"descriptionForeground": "#959da5",
"errorForeground": "#f97583",
"textLink.foreground": "#79b8ff",
"textLink.activeForeground": "#c8e1ff",
"textBlockQuote.background": "#24292e",
"textBlockQuote.border": "#444d56",
"textCodeBlock.background": "#2f363d",
"textPreformat.foreground": "#d1d5da",
"textSeparator.foreground": "#586069",
"button.background": "#176f2c",
"button.foreground": "#dcffe4",
"button.hoverBackground": "#22863a",
"button.secondaryBackground": "#444d56",
"button.secondaryForeground": "#fff",
"button.secondaryHoverBackground": "#586069",
"checkbox.background": "#444d56",
"checkbox.border": "#1b1f23",
"dropdown.background": "#2f363d",
"dropdown.border": "#1b1f23",
"dropdown.foreground": "#e1e4e8",
"dropdown.listBackground": "#24292e",
"input.background": "#2f363d",
"input.border": "#1b1f23",
"input.foreground": "#e1e4e8",
"input.placeholderForeground": "#959da5",
"badge.foreground": "#c8e1ff",
"badge.background": "#044289",
"progressBar.background": "#0366d6",
"titleBar.activeForeground": "#e1e4e8",
"titleBar.activeBackground": "#24292e",
"titleBar.inactiveForeground": "#959da5",
"titleBar.inactiveBackground": "#1f2428",
"titleBar.border": "#1b1f23",
"activityBar.foreground": "#e1e4e8",
"activityBar.inactiveForeground": "#6a737d",
"activityBar.background": "#24292e",
"activityBarBadge.foreground": "#fff",
"activityBarBadge.background": "#0366d6",
"activityBar.activeBorder": "#f9826c",
"activityBar.border": "#1b1f23",
"sideBar.foreground": "#d1d5da",
"sideBar.background": "#1f2428",
"sideBar.border": "#1b1f23",
"sideBarTitle.foreground": "#e1e4e8",
"sideBarSectionHeader.foreground": "#e1e4e8",
"sideBarSectionHeader.background": "#1f2428",
"sideBarSectionHeader.border": "#1b1f23",
"list.hoverForeground": "#e1e4e8",
"list.inactiveSelectionForeground": "#e1e4e8",
"list.activeSelectionForeground": "#e1e4e8",
"list.hoverBackground": "#282e34",
"list.inactiveSelectionBackground": "#282e34",
"list.activeSelectionBackground": "#39414a",
"list.inactiveFocusBackground": "#1d2d3e",
"list.focusBackground": "#044289",
"tree.indentGuidesStroke": "#2f363d",
"notificationCenterHeader.foreground": "#959da5",
"notificationCenterHeader.background": "#24292e",
"notifications.foreground": "#e1e4e8",
"notifications.background": "#2f363d",
"notifications.border": "#1b1f23",
"notificationsErrorIcon.foreground": "#ea4a5a",
"notificationsWarningIcon.foreground": "#ffab70",
"notificationsInfoIcon.foreground": "#79b8ff",
"pickerGroup.border": "#444d56",
"pickerGroup.foreground": "#e1e4e8",
"quickInput.background": "#24292e",
"quickInput.foreground": "#e1e4e8",
"statusBar.foreground": "#d1d5da",
"statusBar.background": "#24292e",
"statusBar.border": "#1b1f23",
"statusBar.noFolderBackground": "#24292e",
"statusBar.debuggingBackground": "#931c06",
"statusBar.debuggingForeground": "#fff",
"statusBarItem.prominentBackground": "#282e34",
"statusBarItem.remoteForeground": "#d1d5da",
"statusBarItem.remoteBackground": "#24292e",
"editorGroupHeader.tabsBackground": "#1f2428",
"editorGroupHeader.tabsBorder": "#1b1f23",
"editorGroup.border": "#1b1f23",
"tab.activeForeground": "#e1e4e8",
"tab.inactiveForeground": "#959da5",
"tab.inactiveBackground": "#1f2428",
"tab.activeBackground": "#24292e",
"tab.hoverBackground": "#24292e",
"tab.unfocusedHoverBackground": "#24292e",
"tab.border": "#1b1f23",
"tab.unfocusedActiveBorderTop": "#1b1f23",
"tab.activeBorder": "#24292e",
"tab.unfocusedActiveBorder": "#24292e",
"tab.activeBorderTop": "#f9826c",
"breadcrumb.foreground": "#959da5",
"breadcrumb.focusForeground": "#e1e4e8",
"breadcrumb.activeSelectionForeground": "#d1d5da",
"breadcrumbPicker.background": "#2b3036",
"editor.foreground": "#e1e4e8",
"editor.background": "#24292e",
"editorWidget.background": "#1f2428",
"editor.foldBackground": "#58606915",
"editor.lineHighlightBackground": "#2b3036",
"editorLineNumber.foreground": "#444d56",
"editorLineNumber.activeForeground": "#e1e4e8",
"editorIndentGuide.background": "#2f363d",
"editorIndentGuide.activeBackground": "#444d56",
"editorWhitespace.foreground": "#444d56",
"editorCursor.foreground": "#c8e1ff",
"editorError.foreground": "#f97583",
"editorWarning.foreground": "#ffea7f",
"editor.findMatchBackground": "#ffd33d44",
"editor.findMatchHighlightBackground": "#ffd33d22",
"editor.linkedEditingBackground": "#3392FF22",
"editor.inactiveSelectionBackground": "#3392FF22",
"editor.selectionBackground": "#3392FF44",
"editor.selectionHighlightBackground": "#17E5E633",
"editor.selectionHighlightBorder": "#17E5E600",
"editor.wordHighlightBackground": "#17E5E600",
"editor.wordHighlightStrongBackground": "#17E5E600",
"editor.wordHighlightBorder": "#17E5E699",
"editor.wordHighlightStrongBorder": "#17E5E666",
"editorBracketMatch.background": "#17E5E650",
"editorBracketMatch.border": "#17E5E600",
"editorGutter.modifiedBackground": "#2188ff",
"editorGutter.addedBackground": "#28a745",
"editorGutter.deletedBackground": "#ea4a5a",
"diffEditor.insertedTextBackground": "#28a74530",
"diffEditor.removedTextBackground": "#d73a4930",
"scrollbar.shadow": "#0008",
"scrollbarSlider.background": "#6a737d33",
"scrollbarSlider.hoverBackground": "#6a737d44",
"scrollbarSlider.activeBackground": "#6a737d88",
"editorOverviewRuler.border": "#1b1f23",
"panel.background": "#1f2428",
"panel.border": "#1b1f23",
"panelTitle.activeBorder": "#f9826c",
"panelTitle.activeForeground": "#e1e4e8",
"panelTitle.inactiveForeground": "#959da5",
"panelInput.border": "#2f363d",
"terminal.foreground": "#d1d5da",
"terminal.tab.activeBorder": "#f9826c",
"terminalCursor.background": "#586069",
"terminalCursor.foreground": "#79b8ff",
"terminal.ansiBrightWhite": "#fafbfc",
"terminal.ansiWhite": "#d1d5da",
"terminal.ansiBrightBlack": "#959da5",
"terminal.ansiBlack": "#586069",
"terminal.ansiBlue": "#2188ff",
"terminal.ansiBrightBlue": "#79b8ff",
"terminal.ansiGreen": "#34d058",
"terminal.ansiBrightGreen": "#85e89d",
"terminal.ansiCyan": "#39c5cf",
"terminal.ansiBrightCyan": "#56d4dd",
"terminal.ansiRed": "#ea4a5a",
"terminal.ansiBrightRed": "#f97583",
"terminal.ansiMagenta": "#b392f0",
"terminal.ansiBrightMagenta": "#b392f0",
"terminal.ansiYellow": "#ffea7f",
"terminal.ansiBrightYellow": "#ffea7f",
"editorBracketHighlight.foreground1": "#79b8ff",
"editorBracketHighlight.foreground2": "#ffab70",
"editorBracketHighlight.foreground3": "#b392f0",
"editorBracketHighlight.foreground4": "#79b8ff",
"editorBracketHighlight.foreground5": "#ffab70",
"editorBracketHighlight.foreground6": "#b392f0",
"gitDecoration.addedResourceForeground": "#34d058",
"gitDecoration.modifiedResourceForeground": "#79b8ff",
"gitDecoration.deletedResourceForeground": "#ea4a5a",
"gitDecoration.untrackedResourceForeground": "#34d058",
"gitDecoration.ignoredResourceForeground": "#6a737d",
"gitDecoration.conflictingResourceForeground": "#ffab70",
"gitDecoration.submoduleResourceForeground": "#6a737d",
"debugToolBar.background": "#2b3036",
"editor.stackFrameHighlightBackground": "#C6902625",
"editor.focusedStackFrameHighlightBackground": "#2b6a3033",
"peekViewEditor.matchHighlightBackground": "#ffd33d33",
"peekViewResult.matchHighlightBackground": "#ffd33d33",
"peekViewEditor.background": "#1f242888",
"peekViewResult.background": "#1f2428",
"settings.headerForeground": "#e1e4e8",
"settings.modifiedItemIndicator": "#0366d6",
"welcomePage.buttonBackground": "#2f363d",
"welcomePage.buttonHoverBackground": "#444d56"
},
"semanticHighlighting": true,
"tokenColors": [
{
"scope": ["comment", "punctuation.definition.comment", "string.comment"],
"settings": {
"foreground": "#6a737d"
}
},
{
"scope": [
"constant",
"entity.name.constant",
"variable.other.constant",
"variable.other.enummember",
"variable.language"
],
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": ["entity", "entity.name"],
"settings": {
"foreground": "#b392f0"
}
},
{
"scope": "variable.parameter.function",
"settings": {
"foreground": "#e1e4e8"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#85e89d"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#f97583"
}
},
{
"scope": ["storage", "storage.type"],
"settings": {
"foreground": "#f97583"
}
},
{
"scope": ["storage.modifier.package", "storage.modifier.import", "storage.type.java"],
"settings": {
"foreground": "#e1e4e8"
}
},
{
"scope": [
"string",
"punctuation.definition.string",
"string punctuation.section.embedded source"
],
"settings": {
"foreground": "#9ecbff"
}
},
{
"scope": "support",
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": "meta.property-name",
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": "variable",
"settings": {
"foreground": "#ffab70"
}
},
{
"scope": "variable.other",
"settings": {
"foreground": "#e1e4e8"
}
},
{
"scope": "invalid.broken",
"settings": {
"fontStyle": "italic",
"foreground": "#fdaeb7"
}
},
{
"scope": "invalid.deprecated",
"settings": {
"fontStyle": "italic",
"foreground": "#fdaeb7"
}
},
{
"scope": "invalid.illegal",
"settings": {
"fontStyle": "italic",
"foreground": "#fdaeb7"
}
},
{
"scope": "invalid.unimplemented",
"settings": {
"fontStyle": "italic",
"foreground": "#fdaeb7"
}
},
{
"scope": "carriage-return",
"settings": {
"fontStyle": "italic underline",
"background": "#f97583",
"foreground": "#24292e",
"content": "^M"
}
},
{
"scope": "message.error",
"settings": {
"foreground": "#fdaeb7"
}
},
{
"scope": "string variable",
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": ["source.regexp", "string.regexp"],
"settings": {
"foreground": "#dbedff"
}
},
{
"scope": [
"string.regexp.character-class",
"string.regexp constant.character.escape",
"string.regexp source.ruby.embedded",
"string.regexp string.regexp.arbitrary-repitition"
],
"settings": {
"foreground": "#dbedff"
}
},
{
"scope": "string.regexp constant.character.escape",
"settings": {
"fontStyle": "bold",
"foreground": "#85e89d"
}
},
{
"scope": "support.constant",
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": "support.variable",
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": "meta.module-reference",
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": "punctuation.definition.list.begin.markdown",
"settings": {
"foreground": "#ffab70"
}
},
{
"scope": ["markup.heading", "markup.heading entity.name"],
"settings": {
"fontStyle": "bold",
"foreground": "#79b8ff"
}
},
{
"scope": "markup.quote",
"settings": {
"foreground": "#85e89d"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic",
"foreground": "#e1e4e8"
}
},
{
"scope": "markup.bold",
"settings": {
"fontStyle": "bold",
"foreground": "#e1e4e8"
}
},
{
"scope": ["markup.underline"],
"settings": {
"fontStyle": "underline"
}
},
{
"scope": ["markup.strikethrough"],
"settings": {
"fontStyle": "strikethrough"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": ["markup.deleted", "meta.diff.header.from-file", "punctuation.definition.deleted"],
"settings": {
"background": "#86181d",
"foreground": "#fdaeb7"
}
},
{
"scope": ["markup.inserted", "meta.diff.header.to-file", "punctuation.definition.inserted"],
"settings": {
"background": "#144620",
"foreground": "#85e89d"
}
},
{
"scope": ["markup.changed", "punctuation.definition.changed"],
"settings": {
"background": "#c24e00",
"foreground": "#ffab70"
}
},
{
"scope": ["markup.ignored", "markup.untracked"],
"settings": {
"foreground": "#2f363d",
"background": "#79b8ff"
}
},
{
"scope": "meta.diff.range",
"settings": {
"foreground": "#b392f0",
"fontStyle": "bold"
}
},
{
"scope": "meta.diff.header",
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": "meta.separator",
"settings": {
"fontStyle": "bold",
"foreground": "#79b8ff"
}
},
{
"scope": "meta.output",
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": [
"brackethighlighter.tag",
"brackethighlighter.curly",
"brackethighlighter.round",
"brackethighlighter.square",
"brackethighlighter.angle",
"brackethighlighter.quote"
],
"settings": {
"foreground": "#d1d5da"
}
},
{
"scope": "brackethighlighter.unmatched",
"settings": {
"foreground": "#fdaeb7"
}
},
{
"scope": ["constant.other.reference.link", "string.other.link"],
"settings": {
"foreground": "#dbedff",
"fontStyle": "underline"
}
}
]
}

497
node_modules/shiki/themes/github-light.json generated vendored Normal file
View file

@ -0,0 +1,497 @@
{
"name": "github-light",
"colors": {
"focusBorder": "#2188ff",
"foreground": "#444d56",
"descriptionForeground": "#6a737d",
"errorForeground": "#cb2431",
"textLink.foreground": "#0366d6",
"textLink.activeForeground": "#005cc5",
"textBlockQuote.background": "#fafbfc",
"textBlockQuote.border": "#e1e4e8",
"textCodeBlock.background": "#f6f8fa",
"textPreformat.foreground": "#586069",
"textSeparator.foreground": "#d1d5da",
"button.background": "#159739",
"button.foreground": "#fff",
"button.hoverBackground": "#138934",
"button.secondaryBackground": "#e1e4e8",
"button.secondaryForeground": "#1b1f23",
"button.secondaryHoverBackground": "#d1d5da",
"checkbox.background": "#fafbfc",
"checkbox.border": "#d1d5da",
"dropdown.background": "#fafbfc",
"dropdown.border": "#e1e4e8",
"dropdown.foreground": "#2f363d",
"dropdown.listBackground": "#fff",
"input.background": "#fafbfc",
"input.border": "#e1e4e8",
"input.foreground": "#2f363d",
"input.placeholderForeground": "#959da5",
"badge.foreground": "#005cc5",
"badge.background": "#dbedff",
"progressBar.background": "#2188ff",
"titleBar.activeForeground": "#2f363d",
"titleBar.activeBackground": "#fff",
"titleBar.inactiveForeground": "#6a737d",
"titleBar.inactiveBackground": "#f6f8fa",
"titleBar.border": "#e1e4e8",
"activityBar.foreground": "#2f363d",
"activityBar.inactiveForeground": "#959da5",
"activityBar.background": "#fff",
"activityBarBadge.foreground": "#fff",
"activityBarBadge.background": "#2188ff",
"activityBar.activeBorder": "#f9826c",
"activityBar.border": "#e1e4e8",
"sideBar.foreground": "#586069",
"sideBar.background": "#f6f8fa",
"sideBar.border": "#e1e4e8",
"sideBarTitle.foreground": "#2f363d",
"sideBarSectionHeader.foreground": "#2f363d",
"sideBarSectionHeader.background": "#f6f8fa",
"sideBarSectionHeader.border": "#e1e4e8",
"list.hoverForeground": "#2f363d",
"list.inactiveSelectionForeground": "#2f363d",
"list.activeSelectionForeground": "#2f363d",
"list.hoverBackground": "#ebf0f4",
"list.inactiveSelectionBackground": "#e8eaed",
"list.activeSelectionBackground": "#e2e5e9",
"list.inactiveFocusBackground": "#dbedff",
"list.focusBackground": "#cce5ff",
"tree.indentGuidesStroke": "#e1e4e8",
"notificationCenterHeader.foreground": "#6a737d",
"notificationCenterHeader.background": "#e1e4e8",
"notifications.foreground": "#2f363d",
"notifications.background": "#fafbfc",
"notifications.border": "#e1e4e8",
"notificationsErrorIcon.foreground": "#d73a49",
"notificationsWarningIcon.foreground": "#e36209",
"notificationsInfoIcon.foreground": "#005cc5",
"pickerGroup.border": "#e1e4e8",
"pickerGroup.foreground": "#2f363d",
"quickInput.background": "#fafbfc",
"quickInput.foreground": "#2f363d",
"statusBar.foreground": "#586069",
"statusBar.background": "#fff",
"statusBar.border": "#e1e4e8",
"statusBar.noFolderBackground": "#fff",
"statusBar.debuggingBackground": "#f9826c",
"statusBar.debuggingForeground": "#fff",
"statusBarItem.prominentBackground": "#e8eaed",
"statusBarItem.remoteForeground": "#586069",
"statusBarItem.remoteBackground": "#fff",
"editorGroupHeader.tabsBackground": "#f6f8fa",
"editorGroupHeader.tabsBorder": "#e1e4e8",
"editorGroup.border": "#e1e4e8",
"tab.activeForeground": "#2f363d",
"tab.inactiveForeground": "#6a737d",
"tab.inactiveBackground": "#f6f8fa",
"tab.activeBackground": "#fff",
"tab.hoverBackground": "#fff",
"tab.unfocusedHoverBackground": "#fff",
"tab.border": "#e1e4e8",
"tab.unfocusedActiveBorderTop": "#e1e4e8",
"tab.activeBorder": "#fff",
"tab.unfocusedActiveBorder": "#fff",
"tab.activeBorderTop": "#f9826c",
"breadcrumb.foreground": "#6a737d",
"breadcrumb.focusForeground": "#2f363d",
"breadcrumb.activeSelectionForeground": "#586069",
"breadcrumbPicker.background": "#fafbfc",
"editor.foreground": "#24292e",
"editor.background": "#fff",
"editorWidget.background": "#f6f8fa",
"editor.foldBackground": "#d1d5da11",
"editor.lineHighlightBackground": "#f6f8fa",
"editorLineNumber.foreground": "#1b1f234d",
"editorLineNumber.activeForeground": "#24292e",
"editorIndentGuide.background": "#eff2f6",
"editorIndentGuide.activeBackground": "#d7dbe0",
"editorWhitespace.foreground": "#d1d5da",
"editorCursor.foreground": "#044289",
"editorError.foreground": "#cb2431",
"editorWarning.foreground": "#f9c513",
"editor.findMatchBackground": "#ffdf5d",
"editor.findMatchHighlightBackground": "#ffdf5d66",
"editor.linkedEditingBackground": "#0366d611",
"editor.inactiveSelectionBackground": "#0366d611",
"editor.selectionBackground": "#0366d625",
"editor.selectionHighlightBackground": "#34d05840",
"editor.selectionHighlightBorder": "#34d05800",
"editor.wordHighlightBackground": "#34d05800",
"editor.wordHighlightStrongBackground": "#34d05800",
"editor.wordHighlightBorder": "#24943e99",
"editor.wordHighlightStrongBorder": "#24943e50",
"editorBracketMatch.background": "#34d05840",
"editorBracketMatch.border": "#34d05800",
"editorGutter.modifiedBackground": "#2188ff",
"editorGutter.addedBackground": "#28a745",
"editorGutter.deletedBackground": "#d73a49",
"diffEditor.insertedTextBackground": "#34d05822",
"diffEditor.removedTextBackground": "#d73a4922",
"scrollbar.shadow": "#6a737d33",
"scrollbarSlider.background": "#959da533",
"scrollbarSlider.hoverBackground": "#959da544",
"scrollbarSlider.activeBackground": "#959da588",
"editorOverviewRuler.border": "#fff",
"panel.background": "#f6f8fa",
"panel.border": "#e1e4e8",
"panelTitle.activeBorder": "#f9826c",
"panelTitle.activeForeground": "#2f363d",
"panelTitle.inactiveForeground": "#6a737d",
"panelInput.border": "#e1e4e8",
"terminal.foreground": "#586069",
"terminal.tab.activeBorder": "#f9826c",
"terminalCursor.background": "#d1d5da",
"terminalCursor.foreground": "#005cc5",
"terminal.ansiBrightWhite": "#d1d5da",
"terminal.ansiWhite": "#6a737d",
"terminal.ansiBrightBlack": "#959da5",
"terminal.ansiBlack": "#24292e",
"terminal.ansiBlue": "#0366d6",
"terminal.ansiBrightBlue": "#005cc5",
"terminal.ansiGreen": "#28a745",
"terminal.ansiBrightGreen": "#22863a",
"terminal.ansiCyan": "#1b7c83",
"terminal.ansiBrightCyan": "#3192aa",
"terminal.ansiRed": "#d73a49",
"terminal.ansiBrightRed": "#cb2431",
"terminal.ansiMagenta": "#5a32a3",
"terminal.ansiBrightMagenta": "#5a32a3",
"terminal.ansiYellow": "#dbab09",
"terminal.ansiBrightYellow": "#b08800",
"editorBracketHighlight.foreground1": "#005cc5",
"editorBracketHighlight.foreground2": "#e36209",
"editorBracketHighlight.foreground3": "#5a32a3",
"editorBracketHighlight.foreground4": "#005cc5",
"editorBracketHighlight.foreground5": "#e36209",
"editorBracketHighlight.foreground6": "#5a32a3",
"gitDecoration.addedResourceForeground": "#28a745",
"gitDecoration.modifiedResourceForeground": "#005cc5",
"gitDecoration.deletedResourceForeground": "#d73a49",
"gitDecoration.untrackedResourceForeground": "#28a745",
"gitDecoration.ignoredResourceForeground": "#959da5",
"gitDecoration.conflictingResourceForeground": "#e36209",
"gitDecoration.submoduleResourceForeground": "#959da5",
"debugToolBar.background": "#fff",
"editor.stackFrameHighlightBackground": "#ffd33d33",
"editor.focusedStackFrameHighlightBackground": "#28a74525",
"settings.headerForeground": "#2f363d",
"settings.modifiedItemIndicator": "#2188ff",
"welcomePage.buttonBackground": "#f6f8fa",
"welcomePage.buttonHoverBackground": "#e1e4e8"
},
"semanticHighlighting": true,
"tokenColors": [
{
"scope": ["comment", "punctuation.definition.comment", "string.comment"],
"settings": {
"foreground": "#6a737d"
}
},
{
"scope": [
"constant",
"entity.name.constant",
"variable.other.constant",
"variable.other.enummember",
"variable.language"
],
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": ["entity", "entity.name"],
"settings": {
"foreground": "#6f42c1"
}
},
{
"scope": "variable.parameter.function",
"settings": {
"foreground": "#24292e"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#22863a"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#d73a49"
}
},
{
"scope": ["storage", "storage.type"],
"settings": {
"foreground": "#d73a49"
}
},
{
"scope": ["storage.modifier.package", "storage.modifier.import", "storage.type.java"],
"settings": {
"foreground": "#24292e"
}
},
{
"scope": [
"string",
"punctuation.definition.string",
"string punctuation.section.embedded source"
],
"settings": {
"foreground": "#032f62"
}
},
{
"scope": "support",
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": "meta.property-name",
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": "variable",
"settings": {
"foreground": "#e36209"
}
},
{
"scope": "variable.other",
"settings": {
"foreground": "#24292e"
}
},
{
"scope": "invalid.broken",
"settings": {
"fontStyle": "italic",
"foreground": "#b31d28"
}
},
{
"scope": "invalid.deprecated",
"settings": {
"fontStyle": "italic",
"foreground": "#b31d28"
}
},
{
"scope": "invalid.illegal",
"settings": {
"fontStyle": "italic",
"foreground": "#b31d28"
}
},
{
"scope": "invalid.unimplemented",
"settings": {
"fontStyle": "italic",
"foreground": "#b31d28"
}
},
{
"scope": "carriage-return",
"settings": {
"fontStyle": "italic underline",
"background": "#d73a49",
"foreground": "#fafbfc",
"content": "^M"
}
},
{
"scope": "message.error",
"settings": {
"foreground": "#b31d28"
}
},
{
"scope": "string variable",
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": ["source.regexp", "string.regexp"],
"settings": {
"foreground": "#032f62"
}
},
{
"scope": [
"string.regexp.character-class",
"string.regexp constant.character.escape",
"string.regexp source.ruby.embedded",
"string.regexp string.regexp.arbitrary-repitition"
],
"settings": {
"foreground": "#032f62"
}
},
{
"scope": "string.regexp constant.character.escape",
"settings": {
"fontStyle": "bold",
"foreground": "#22863a"
}
},
{
"scope": "support.constant",
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": "support.variable",
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": "meta.module-reference",
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": "punctuation.definition.list.begin.markdown",
"settings": {
"foreground": "#e36209"
}
},
{
"scope": ["markup.heading", "markup.heading entity.name"],
"settings": {
"fontStyle": "bold",
"foreground": "#005cc5"
}
},
{
"scope": "markup.quote",
"settings": {
"foreground": "#22863a"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic",
"foreground": "#24292e"
}
},
{
"scope": "markup.bold",
"settings": {
"fontStyle": "bold",
"foreground": "#24292e"
}
},
{
"scope": ["markup.underline"],
"settings": {
"fontStyle": "underline"
}
},
{
"scope": ["markup.strikethrough"],
"settings": {
"fontStyle": "strikethrough"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": ["markup.deleted", "meta.diff.header.from-file", "punctuation.definition.deleted"],
"settings": {
"background": "#ffeef0",
"foreground": "#b31d28"
}
},
{
"scope": ["markup.inserted", "meta.diff.header.to-file", "punctuation.definition.inserted"],
"settings": {
"background": "#f0fff4",
"foreground": "#22863a"
}
},
{
"scope": ["markup.changed", "punctuation.definition.changed"],
"settings": {
"background": "#ffebda",
"foreground": "#e36209"
}
},
{
"scope": ["markup.ignored", "markup.untracked"],
"settings": {
"foreground": "#f6f8fa",
"background": "#005cc5"
}
},
{
"scope": "meta.diff.range",
"settings": {
"foreground": "#6f42c1",
"fontStyle": "bold"
}
},
{
"scope": "meta.diff.header",
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": "meta.separator",
"settings": {
"fontStyle": "bold",
"foreground": "#005cc5"
}
},
{
"scope": "meta.output",
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": [
"brackethighlighter.tag",
"brackethighlighter.curly",
"brackethighlighter.round",
"brackethighlighter.square",
"brackethighlighter.angle",
"brackethighlighter.quote"
],
"settings": {
"foreground": "#586069"
}
},
{
"scope": "brackethighlighter.unmatched",
"settings": {
"foreground": "#b31d28"
}
},
{
"scope": ["constant.other.reference.link", "string.other.link"],
"settings": {
"foreground": "#032f62",
"fontStyle": "underline"
}
}
]
}

564
node_modules/shiki/themes/hc_light.json generated vendored Normal file
View file

@ -0,0 +1,564 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "hc_light",
"tokenColors": [
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
"foreground": "#292929"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "strong",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "meta.diff.header",
"settings": {
"foreground": "#062F4A"
}
},
{
"name": "Comments",
"scope": ["comment", "string.quoted.docstring"],
"settings": {
"foreground": "#515151"
}
},
{
"scope": "constant.language",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": [
"constant.numeric",
"variable.other.enummember",
"keyword.operator.plus.exponent",
"keyword.operator.minus.exponent"
],
"settings": {
"foreground": "#096d48"
}
},
{
"scope": "constant.regexp",
"settings": {
"foreground": "#811F3F"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "entity.name.selector",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#264F78"
}
},
{
"scope": [
"entity.other.attribute-name.class.css",
"entity.other.attribute-name.class.mixin.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.scss"
],
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "invalid",
"settings": {
"foreground": "#B5200D"
}
},
{
"scope": "markup.underline",
"settings": {
"fontStyle": "underline"
}
},
{
"scope": "markup.bold",
"settings": {
"foreground": "#000080",
"fontStyle": "bold"
}
},
{
"scope": "markup.heading",
"settings": {
"foreground": "#0F4A85",
"fontStyle": "bold"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.strikethrough",
"settings": {
"fontStyle": "strikethrough"
}
},
{
"scope": "markup.inserted",
"settings": {
"foreground": "#096d48"
}
},
{
"scope": "markup.deleted",
"settings": {
"foreground": "#5A5A5A"
}
},
{
"scope": "markup.changed",
"settings": {
"foreground": "#0451A5"
}
},
{
"scope": [
"punctuation.definition.quote.begin.markdown",
"punctuation.definition.list.begin.markdown"
],
"settings": {
"foreground": "#0451A5"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": ["meta.preprocessor", "entity.name.function.preprocessor"],
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "meta.preprocessor.string",
"settings": {
"foreground": "#b5200d"
}
},
{
"scope": "meta.preprocessor.numeric",
"settings": {
"foreground": "#096d48"
}
},
{
"scope": "meta.structure.dictionary.key.python",
"settings": {
"foreground": "#0451A5"
}
},
{
"scope": "storage",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "storage.type",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": ["storage.modifier", "keyword.operator.noexcept"],
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": ["string", "meta.embedded.assembly"],
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": [
"string.comment.buffered.block.pug",
"string.quoted.pug",
"string.interpolated.pug",
"string.unquoted.plain.in.yaml",
"string.unquoted.plain.out.yaml",
"string.unquoted.block.yaml",
"string.quoted.single.yaml",
"string.quoted.double.xml",
"string.quoted.single.xml",
"string.unquoted.cdata.xml",
"string.quoted.double.html",
"string.quoted.single.html",
"string.unquoted.html",
"string.quoted.single.handlebars",
"string.quoted.double.handlebars"
],
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "string.regexp",
"settings": {
"foreground": "#811F3F"
}
},
{
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
],
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": ["meta.template.expression"],
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"support.constant.property-value",
"support.constant.font-name",
"support.constant.media-type",
"support.constant.media",
"constant.other.color.rgb-value",
"constant.other.rgb-value",
"support.constant.color"
],
"settings": {
"foreground": "#0451A5"
}
},
{
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"variable.css",
"variable.scss",
"variable.other.less",
"source.coffee.embedded"
],
"settings": {
"foreground": "#264F78"
}
},
{
"scope": ["support.type.property-name.json"],
"settings": {
"foreground": "#0451A5"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"keyword.operator.new",
"keyword.operator.expression",
"keyword.operator.cast",
"keyword.operator.sizeof",
"keyword.operator.alignof",
"keyword.operator.typeid",
"keyword.operator.alignas",
"keyword.operator.instanceof",
"keyword.operator.logical.python",
"keyword.operator.wordlike"
],
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "keyword.other.unit",
"settings": {
"foreground": "#096d48"
}
},
{
"scope": ["punctuation.section.embedded.begin.php", "punctuation.section.embedded.end.php"],
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "support.function.git-rebase",
"settings": {
"foreground": "#0451A5"
}
},
{
"scope": "constant.sha.git-rebase",
"settings": {
"foreground": "#096d48"
}
},
{
"scope": [
"storage.modifier.import.java",
"variable.language.wildcard.java",
"storage.modifier.package.java"
],
"settings": {
"foreground": "#000000"
}
},
{
"scope": "variable.language",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": [
"entity.name.function",
"support.function",
"support.constant.handlebars",
"source.powershell variable.other.member",
"entity.name.operator.custom-literal"
],
"settings": {
"foreground": "#5e2cbc"
}
},
{
"scope": [
"support.class",
"support.type",
"entity.name.type",
"entity.name.namespace",
"entity.other.attribute",
"entity.name.scope-resolution",
"entity.name.class",
"storage.type.numeric.go",
"storage.type.byte.go",
"storage.type.boolean.go",
"storage.type.string.go",
"storage.type.uintptr.go",
"storage.type.error.go",
"storage.type.rune.go",
"storage.type.cs",
"storage.type.generic.cs",
"storage.type.modifier.cs",
"storage.type.variable.cs",
"storage.type.annotation.java",
"storage.type.generic.java",
"storage.type.java",
"storage.type.object.array.java",
"storage.type.primitive.array.java",
"storage.type.primitive.java",
"storage.type.token.java",
"storage.type.groovy",
"storage.type.annotation.groovy",
"storage.type.parameters.groovy",
"storage.type.generic.groovy",
"storage.type.object.array.groovy",
"storage.type.primitive.array.groovy",
"storage.type.primitive.groovy"
],
"settings": {
"foreground": "#185E73"
}
},
{
"scope": [
"meta.type.cast.expr",
"meta.type.new.expr",
"support.constant.math",
"support.constant.dom",
"support.constant.json",
"entity.other.inherited-class"
],
"settings": {
"foreground": "#185E73"
}
},
{
"scope": [
"keyword.control",
"source.cpp keyword.operator.new",
"source.cpp keyword.operator.delete",
"keyword.other.using",
"keyword.other.operator",
"entity.name.operator"
],
"settings": {
"foreground": "#b5200d"
}
},
{
"scope": [
"variable",
"meta.definition.variable.name",
"support.variable",
"entity.name.variable",
"constant.other.placeholder"
],
"settings": {
"foreground": "#001080"
}
},
{
"scope": ["variable.other.constant", "variable.other.enummember"],
"settings": {
"foreground": "#02715D"
}
},
{
"scope": ["meta.object-literal.key"],
"settings": {
"foreground": "#001080"
}
},
{
"scope": [
"support.constant.property-value",
"support.constant.font-name",
"support.constant.media-type",
"support.constant.media",
"constant.other.color.rgb-value",
"constant.other.rgb-value",
"support.constant.color"
],
"settings": {
"foreground": "#0451A5"
}
},
{
"scope": [
"punctuation.definition.group.regexp",
"punctuation.definition.group.assertion.regexp",
"punctuation.definition.character-class.regexp",
"punctuation.character.set.begin.regexp",
"punctuation.character.set.end.regexp",
"keyword.operator.negation.regexp",
"support.other.parenthesis.regexp"
],
"settings": {
"foreground": "#D16969"
}
},
{
"scope": [
"constant.character.character-class.regexp",
"constant.other.character-class.set.regexp",
"constant.other.character-class.regexp",
"constant.character.set.regexp"
],
"settings": {
"foreground": "#811F3F"
}
},
{
"scope": "keyword.operator.quantifier.regexp",
"settings": {
"foreground": "#000000"
}
},
{
"scope": ["keyword.operator.or.regexp", "keyword.control.anchor.regexp"],
"settings": {
"foreground": "#EE0000"
}
},
{
"scope": "constant.character",
"settings": {
"foreground": "#0F4A85"
}
},
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#EE0000"
}
},
{
"scope": "entity.name.label",
"settings": {
"foreground": "#000000"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#316BCD"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#CD9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#CD3131"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#800080"
}
}
]
}

598
node_modules/shiki/themes/light-plus.json generated vendored Normal file
View file

@ -0,0 +1,598 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "light-plus",
"tokenColors": [
{
"settings": {
"foreground": "#000000"
}
},
{
"scope": ["meta.embedded", "source.groovy.embedded", "string meta.image.inline.markdown"],
"settings": {
"foreground": "#000000ff"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "strong",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "meta.diff.header",
"settings": {
"foreground": "#000080"
}
},
{
"name": "Comments",
"scope": ["comment", "string.quoted.docstring"],
"settings": {
"foreground": "#008000"
}
},
{
"scope": "constant.language",
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": [
"constant.numeric",
"variable.other.enummember",
"keyword.operator.plus.exponent",
"keyword.operator.minus.exponent"
],
"settings": {
"foreground": "#098658"
}
},
{
"scope": "constant.regexp",
"settings": {
"foreground": "#811f3f"
}
},
{
"name": "css tags in selectors, xml tags",
"scope": "entity.name.tag",
"settings": {
"foreground": "#800000"
}
},
{
"scope": "entity.name.selector",
"settings": {
"foreground": "#800000"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#e50000"
}
},
{
"scope": [
"entity.other.attribute-name.class.css",
"entity.other.attribute-name.class.mixin.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.scss"
],
"settings": {
"foreground": "#800000"
}
},
{
"scope": "invalid",
"settings": {
"foreground": "#cd3131"
}
},
{
"scope": "markup.underline",
"settings": {
"fontStyle": "underline"
}
},
{
"scope": "markup.bold",
"settings": {
"fontStyle": "bold",
"foreground": "#000080"
}
},
{
"scope": "markup.heading",
"settings": {
"fontStyle": "bold",
"foreground": "#800000"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.strikethrough",
"settings": {
"fontStyle": "strikethrough"
}
},
{
"scope": "markup.inserted",
"settings": {
"foreground": "#098658"
}
},
{
"scope": "markup.deleted",
"settings": {
"foreground": "#a31515"
}
},
{
"scope": "markup.changed",
"settings": {
"foreground": "#0451a5"
}
},
{
"scope": [
"punctuation.definition.quote.begin.markdown",
"punctuation.definition.list.begin.markdown"
],
"settings": {
"foreground": "#0451a5"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#800000"
}
},
{
"name": "brackets of XML/HTML tags",
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#800000"
}
},
{
"scope": ["meta.preprocessor", "entity.name.function.preprocessor"],
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": "meta.preprocessor.string",
"settings": {
"foreground": "#a31515"
}
},
{
"scope": "meta.preprocessor.numeric",
"settings": {
"foreground": "#098658"
}
},
{
"scope": "meta.structure.dictionary.key.python",
"settings": {
"foreground": "#0451a5"
}
},
{
"scope": "storage",
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": "storage.type",
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": ["storage.modifier", "keyword.operator.noexcept"],
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": ["string", "meta.embedded.assembly"],
"settings": {
"foreground": "#a31515"
}
},
{
"scope": [
"string.comment.buffered.block.pug",
"string.quoted.pug",
"string.interpolated.pug",
"string.unquoted.plain.in.yaml",
"string.unquoted.plain.out.yaml",
"string.unquoted.block.yaml",
"string.quoted.single.yaml",
"string.quoted.double.xml",
"string.quoted.single.xml",
"string.unquoted.cdata.xml",
"string.quoted.double.html",
"string.quoted.single.html",
"string.unquoted.html",
"string.quoted.single.handlebars",
"string.quoted.double.handlebars"
],
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": "string.regexp",
"settings": {
"foreground": "#811f3f"
}
},
{
"name": "String interpolation",
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
],
"settings": {
"foreground": "#0000ff"
}
},
{
"name": "Reset JavaScript string interpolation expression",
"scope": ["meta.template.expression"],
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"support.constant.property-value",
"support.constant.font-name",
"support.constant.media-type",
"support.constant.media",
"constant.other.color.rgb-value",
"constant.other.rgb-value",
"support.constant.color"
],
"settings": {
"foreground": "#0451a5"
}
},
{
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"variable.css",
"variable.scss",
"variable.other.less",
"source.coffee.embedded"
],
"settings": {
"foreground": "#e50000"
}
},
{
"scope": ["support.type.property-name.json"],
"settings": {
"foreground": "#0451a5"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"keyword.operator.new",
"keyword.operator.expression",
"keyword.operator.cast",
"keyword.operator.sizeof",
"keyword.operator.alignof",
"keyword.operator.typeid",
"keyword.operator.alignas",
"keyword.operator.instanceof",
"keyword.operator.logical.python",
"keyword.operator.wordlike"
],
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": "keyword.other.unit",
"settings": {
"foreground": "#098658"
}
},
{
"scope": ["punctuation.section.embedded.begin.php", "punctuation.section.embedded.end.php"],
"settings": {
"foreground": "#800000"
}
},
{
"scope": "support.function.git-rebase",
"settings": {
"foreground": "#0451a5"
}
},
{
"scope": "constant.sha.git-rebase",
"settings": {
"foreground": "#098658"
}
},
{
"name": "coloring of the Java import and package identifiers",
"scope": [
"storage.modifier.import.java",
"variable.language.wildcard.java",
"storage.modifier.package.java"
],
"settings": {
"foreground": "#000000"
}
},
{
"name": "this.self",
"scope": "variable.language",
"settings": {
"foreground": "#0000ff"
}
},
{
"name": "Function declarations",
"scope": [
"entity.name.function",
"support.function",
"support.constant.handlebars",
"source.powershell variable.other.member",
"entity.name.operator.custom-literal"
],
"settings": {
"foreground": "#795E26"
}
},
{
"name": "Types declaration and references",
"scope": [
"support.class",
"support.type",
"entity.name.type",
"entity.name.namespace",
"entity.other.attribute",
"entity.name.scope-resolution",
"entity.name.class",
"storage.type.numeric.go",
"storage.type.byte.go",
"storage.type.boolean.go",
"storage.type.string.go",
"storage.type.uintptr.go",
"storage.type.error.go",
"storage.type.rune.go",
"storage.type.cs",
"storage.type.generic.cs",
"storage.type.modifier.cs",
"storage.type.variable.cs",
"storage.type.annotation.java",
"storage.type.generic.java",
"storage.type.java",
"storage.type.object.array.java",
"storage.type.primitive.array.java",
"storage.type.primitive.java",
"storage.type.token.java",
"storage.type.groovy",
"storage.type.annotation.groovy",
"storage.type.parameters.groovy",
"storage.type.generic.groovy",
"storage.type.object.array.groovy",
"storage.type.primitive.array.groovy",
"storage.type.primitive.groovy"
],
"settings": {
"foreground": "#267f99"
}
},
{
"name": "Types declaration and references, TS grammar specific",
"scope": [
"meta.type.cast.expr",
"meta.type.new.expr",
"support.constant.math",
"support.constant.dom",
"support.constant.json",
"entity.other.inherited-class"
],
"settings": {
"foreground": "#267f99"
}
},
{
"name": "Control flow / Special keywords",
"scope": [
"keyword.control",
"source.cpp keyword.operator.new",
"source.cpp keyword.operator.delete",
"keyword.other.using",
"keyword.other.operator",
"entity.name.operator"
],
"settings": {
"foreground": "#AF00DB"
}
},
{
"name": "Variable and parameter name",
"scope": [
"variable",
"meta.definition.variable.name",
"support.variable",
"entity.name.variable",
"constant.other.placeholder"
],
"settings": {
"foreground": "#001080"
}
},
{
"name": "Constants and enums",
"scope": ["variable.other.constant", "variable.other.enummember"],
"settings": {
"foreground": "#0070C1"
}
},
{
"name": "Object keys, TS grammar specific",
"scope": ["meta.object-literal.key"],
"settings": {
"foreground": "#001080"
}
},
{
"name": "CSS property value",
"scope": [
"support.constant.property-value",
"support.constant.font-name",
"support.constant.media-type",
"support.constant.media",
"constant.other.color.rgb-value",
"constant.other.rgb-value",
"support.constant.color"
],
"settings": {
"foreground": "#0451a5"
}
},
{
"name": "Regular expression groups",
"scope": [
"punctuation.definition.group.regexp",
"punctuation.definition.group.assertion.regexp",
"punctuation.definition.character-class.regexp",
"punctuation.character.set.begin.regexp",
"punctuation.character.set.end.regexp",
"keyword.operator.negation.regexp",
"support.other.parenthesis.regexp"
],
"settings": {
"foreground": "#d16969"
}
},
{
"scope": [
"constant.character.character-class.regexp",
"constant.other.character-class.set.regexp",
"constant.other.character-class.regexp",
"constant.character.set.regexp"
],
"settings": {
"foreground": "#811f3f"
}
},
{
"scope": "keyword.operator.quantifier.regexp",
"settings": {
"foreground": "#000000"
}
},
{
"scope": ["keyword.operator.or.regexp", "keyword.control.anchor.regexp"],
"settings": {
"foreground": "#EE0000"
}
},
{
"scope": ["constant.character", "constant.other.option"],
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#EE0000"
}
},
{
"scope": "entity.name.label",
"settings": {
"foreground": "#000000"
}
}
],
"semanticHighlighting": true,
"semanticTokenColors": {
"newOperator": "#AF00DB",
"stringLiteral": "#a31515",
"customLiteral": "#795E26",
"numberLiteral": "#098658"
},
"colors": {
"checkbox.border": "#919191",
"editor.background": "#FFFFFF",
"editor.foreground": "#000000",
"editor.inactiveSelectionBackground": "#E5EBF1",
"editorIndentGuide.background": "#D3D3D3",
"editorIndentGuide.activeBackground": "#939393",
"editor.selectionHighlightBackground": "#ADD6FF80",
"editorSuggestWidget.background": "#F3F3F3",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#6F6F6F",
"list.hoverBackground": "#E8E8E8",
"menu.border": "#D4D4D4",
"input.placeholderForeground": "#767676",
"searchEditor.textInputBorder": "#CECECE",
"settings.textInputBorder": "#CECECE",
"settings.numberInputBorder": "#CECECE",
"statusBarItem.remoteForeground": "#FFF",
"statusBarItem.remoteBackground": "#16825D",
"ports.iconRunningProcessForeground": "#369432",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#61616130",
"tab.lastPinnedBorder": "#61616130",
"notebook.cellBorderColor": "#E8E8E8",
"notebook.selectedCellBackground": "#c8ddf150",
"statusBarItem.errorBackground": "#c72e0f",
"list.activeSelectionIconForeground": "#FFF",
"list.focusAndSelectionOutline": "#90C2F9",
"terminal.inactiveSelectionBackground": "#E5EBF1",
"widget.border": "#d4d4d4"
}
}

814
node_modules/shiki/themes/material-theme-darker.json generated vendored Normal file
View file

@ -0,0 +1,814 @@
{
"name": "material-theme-darker",
"semanticHighlighting": true,
"tokenColors": [
{
"name": "Global settings",
"settings": {
"background": "#212121",
"foreground": "#EEFFFF"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Punctuation",
"scope": "punctuation, constant.other.symbol",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "String Escape",
"scope": "constant.character.escape, text.html constant.character.entity.named",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Boolean",
"scope": "constant.language.boolean",
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Variable",
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Other Keyword",
"scope": "keyword.other",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Keyword",
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Function call",
"scope": "entity.name.function, support.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Storage",
"scope": "storage.type, storage.modifier, storage.control",
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "Modules",
"scope": "support.module, support.node",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Type",
"scope": "support.type, constant.other.key",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Type",
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#545454",
"fontStyle": "italic"
}
},
{
"name": "Comment",
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
"settings": {
"foreground": "#545454",
"fontStyle": "italic"
}
},
{
"name": "Punctuation",
"scope": "punctuation",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Class",
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Class variable",
"scope": "variable.object.property, meta.field.declaration entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Class method",
"scope": "meta.definition.method entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function definition",
"scope": "meta.function entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Template expression",
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Reset embedded/template expression colors",
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "YAML key",
"scope": "entity.name.tag.yaml",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON key",
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON constant",
"scope": "constant.language.json",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "CSS class",
"scope": "entity.other.attribute-name.class",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "CSS ID",
"scope": "entity.other.attribute-name.id",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "CSS tag",
"scope": "source.css entity.name.tag",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "CSS properties",
"scope": "support.type.property-name.css",
"settings": {
"foreground": "#B2CCD6"
}
},
{
"name": "HTML tag outer",
"scope": "meta.tag, punctuation.definition.tag",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "HTML tag inner",
"scope": "entity.name.tag",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "HTML tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "HTML entities",
"scope": "punctuation.definition.entity.html",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Markdown heading",
"scope": "markup.heading",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Markdown link text",
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Markdown list item",
"scope": "text.html.markdown beginning.punctuation.definition.list",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Markdown italic",
"scope": "markup.italic",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Markdown bold",
"scope": "markup.bold",
"settings": {
"foreground": "#f07178",
"fontStyle": "bold"
}
},
{
"name": "Markdown bold italic",
"scope": "markup.bold markup.italic, markup.italic markup.bold",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic bold"
}
},
{
"name": "Markdown code block",
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markdown inline code",
"scope": "markup.inline.raw.string.markdown",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "INI property name",
"scope": "keyword.other.definition.ini",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "INI section title",
"scope": "entity.name.section.group-title.ini",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "C# class",
"scope": "source.cs meta.class.identifier storage.type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# class method",
"scope": "source.cs meta.method.identifier entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "C# function call",
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "C# type",
"scope": "source.cs storage.type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# return type",
"scope": "source.cs meta.method.return-type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# preprocessor",
"scope": "source.cs meta.preprocessor",
"settings": {
"foreground": "#545454"
}
},
{
"name": "C# namespace",
"scope": "source.cs entity.name.type.namespace",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "JSX Text",
"scope": "meta.jsx.children, SXNested",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "JSX Components name",
"scope": "support.class.component",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C-related Block Level Variables",
"scope": "source.cpp meta.block variable.other",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Member Access Meta",
"scope": "source.python meta.member.access.python",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function Call",
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Blocks",
"scope": "meta.block",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function Call",
"scope": "entity.name.function.call",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Namespaces",
"scope": "source.php support.other.namespace, source.php meta.use support.class",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Constant keywords",
"scope": "constant.keyword",
"settings": {
"foreground": "#89DDFF",
"fontStyle": "italic"
}
},
{
"name": "Entity name",
"scope": "entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Global settings",
"settings": {
"background": "#212121",
"foreground": "#EEFFFF"
}
},
{
"name": "Markup Deleted",
"scope": ["markup.deleted"],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Markup Inserted",
"scope": ["markup.inserted"],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markup Underline",
"scope": ["markup.underline"],
"settings": {
"fontStyle": "underline"
}
},
{
"name": "Keyword Control",
"scope": ["keyword.control"],
"settings": {
"foreground": "#89DDFF",
"fontStyle": "italic"
}
},
{
"name": "Parameter",
"scope": ["variable.parameter"],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Python - Self Parameter",
"scope": ["variable.parameter.function.language.special.self.python"],
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Python - Format Placeholder",
"scope": ["constant.character.format.placeholder.other.python"],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Markdown - Blockquote",
"scope": ["markup.quote"],
"settings": {
"fontStyle": "italic",
"foreground": "#89DDFF"
}
},
{
"name": "Markdown - Fenced Language",
"scope": ["markup.fenced_code.block"],
"settings": {
"foreground": "#EEFFFF90"
}
},
{
"name": "Markdown - Blockquote Punctuation",
"scope": ["punctuation.definition.quote"],
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "JSON Key - Level 0",
"scope": ["meta.structure.dictionary.json support.type.property-name.json"],
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "JSON Key - Level 1",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "JSON Key - Level 2",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "JSON Key - Level 3",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON Key - Level 4",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#916b53"
}
},
{
"name": "JSON Key - Level 5",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "JSON Key - Level 6",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "JSON Key - Level 7",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "JSON Key - Level 8",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C3E88D"
}
}
],
"colors": {
"focusBorder": "#FFFFFF00",
"foreground": "#EEFFFF",
"button.background": "#61616150",
"button.foreground": "#ffffff",
"dropdown.background": "#212121",
"input.background": "#2B2B2B",
"inputOption.activeBorder": "#EEFFFF30",
"list.activeSelectionBackground": "#212121",
"list.activeSelectionForeground": "#80CBC4",
"list.dropBackground": "#f0717880",
"list.focusBackground": "#EEFFFF20",
"list.focusForeground": "#EEFFFF",
"list.highlightForeground": "#80CBC4",
"list.hoverBackground": "#212121",
"list.inactiveSelectionBackground": "#00000030",
"activityBar.background": "#212121",
"activityBar.dropBackground": "#f0717880",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"badge.background": "#00000030",
"badge.foreground": "#545454",
"sideBar.background": "#212121",
"sideBarSectionHeader.background": "#212121",
"editorGroup.dropBackground": "#f0717880",
"editorGroup.focusedEmptyBorder": "#f07178",
"editorGroupHeader.tabsBackground": "#212121",
"tab.border": "#212121",
"tab.activeBorder": "#80CBC4",
"tab.inactiveBackground": "#212121",
"tab.activeModifiedBorder": "#616161",
"tab.inactiveModifiedBorder": "#904348",
"tab.unfocusedActiveModifiedBorder": "#c05a60",
"tab.unfocusedInactiveModifiedBorder": "#904348",
"editor.background": "#212121",
"editor.foreground": "#EEFFFF",
"editorLineNumber.foreground": "#424242",
"editorLineNumber.activeForeground": "#616161",
"editorCursor.foreground": "#FFCC00",
"editor.selectionBackground": "#61616150",
"editor.selectionHighlightBackground": "#FFCC0020",
"editor.wordHighlightBackground": "#ff9cac30",
"editor.wordHighlightStrongBackground": "#C3E88D30",
"editor.findMatchHighlight": "#EEFFFF",
"editor.findRangeHighlightBackground": "#FFCB6B30",
"editor.lineHighlightBorder": "#00000000",
"editor.rangeHighlightBackground": "#FFFFFF0d",
"editorWhitespace.foreground": "#EEFFFF40",
"editorWidget.background": "#212121",
"editorHoverWidget.background": "#212121",
"editorMarkerNavigation.background": "#EEFFFF05",
"peekView.border": "#00000030",
"peekViewEditor.background": "#EEFFFF05",
"peekViewResult.background": "#EEFFFF05",
"peekViewTitle.background": "#EEFFFF05",
"panel.background": "#212121",
"panel.border": "#21212160",
"panelTitle.activeBorder": "#80CBC4",
"panelTitle.inactiveForeground": "#EEFFFF",
"notebook.focusedCellBorder": "#80CBC4",
"notebook.inactiveFocusedCellBorder": "#80CBC450",
"statusBar.background": "#212121",
"statusBar.debuggingBackground": "#C792EA",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.noFolderBackground": "#212121",
"statusBarItem.activeBackground": "#f0717880",
"statusBarItem.hoverBackground": "#54545420",
"statusBarItem.remoteBackground": "#80CBC4",
"statusBarItem.remoteForeground": "#000000",
"titleBar.activeBackground": "#212121",
"pickerGroup.border": "#FFFFFF1a",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#82AAFF",
"terminal.ansiBrightBlack": "#545454",
"terminal.ansiBrightBlue": "#82AAFF",
"terminal.ansiBrightCyan": "#89DDFF",
"terminal.ansiBrightGreen": "#C3E88D",
"terminal.ansiBrightMagenta": "#C792EA",
"terminal.ansiBrightRed": "#f07178",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.ansiBrightYellow": "#FFCB6B",
"terminal.ansiCyan": "#89DDFF",
"terminal.ansiGreen": "#C3E88D",
"terminal.ansiMagenta": "#C792EA",
"terminal.ansiRed": "#f07178",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiYellow": "#FFCB6B",
"debugToolBar.background": "#212121",
"debugConsole.errorForeground": "#f07178",
"debugConsole.infoForeground": "#89DDFF",
"debugConsole.warningForeground": "#FFCB6B",
"selection.background": "#00000080",
"editorRuler.foreground": "#424242",
"widget.shadow": "#00000030",
"scrollbar.shadow": "#00000030",
"editorLink.activeForeground": "#EEFFFF",
"progressBar.background": "#80CBC4",
"pickerGroup.foreground": "#80CBC4",
"tree.indentGuidesStroke": "#424242",
"terminalCursor.foreground": "#FFCB6B",
"terminalCursor.background": "#000000",
"inputOption.activeBackground": "#EEFFFF30",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#EEFFFF",
"sideBar.foreground": "#616161",
"sideBar.border": "#21212160",
"sideBarTitle.foreground": "#EEFFFF",
"sideBarSectionHeader.border": "#21212160",
"panel.dropBackground": "#EEFFFF",
"panelTitle.activeForeground": "#FFFFFF",
"editor.lineHighlightBackground": "#00000050",
"editor.findMatchBackground": "#000000",
"editor.findMatchHighlightBackground": "#00000050",
"editor.findMatchBorder": "#80CBC4",
"editor.findMatchHighlightBorder": "#ffffff30",
"editorIndentGuide.background": "#42424270",
"editorIndentGuide.activeBackground": "#424242",
"editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#f0717860",
"activityBar.border": "#21212160",
"activityBar.foreground": "#EEFFFF",
"activityBar.activeBorder": "#80CBC4",
"extensionBadge.remoteForeground": "#EEFFFF",
"scrollbarSlider.background": "#EEFFFF20",
"scrollbarSlider.hoverBackground": "#EEFFFF10",
"scrollbarSlider.activeBackground": "#80CBC4",
"tab.unfocusedActiveBorder": "#545454",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#616161",
"tab.activeBackground": "#212121",
"tab.unfocusedActiveForeground": "#EEFFFF",
"editorWidget.resizeBorder": "#80CBC4",
"editorWidget.border": "#80CBC4",
"statusBar.border": "#21212160",
"statusBar.foreground": "#616161",
"editorBracketMatch.border": "#FFCC0050",
"editorBracketMatch.background": "#212121",
"editorOverviewRuler.findMatchForeground": "#80CBC4",
"editorOverviewRuler.border": "#212121",
"editorOverviewRuler.errorForeground": "#f0717840",
"editorOverviewRuler.infoForeground": "#82AAFF40",
"editorOverviewRuler.warningForeground": "#FFCB6B40",
"editorInfo.foreground": "#82AAFF70",
"editorWarning.foreground": "#FFCB6B70",
"editorError.foreground": "#f0717870",
"editorHoverWidget.border": "#FFFFFF10",
"titleBar.activeForeground": "#EEFFFF",
"titleBar.inactiveBackground": "#212121",
"titleBar.inactiveForeground": "#616161",
"titleBar.border": "#21212160",
"input.foreground": "#EEFFFF",
"input.placeholderForeground": "#EEFFFF60",
"input.border": "#FFFFFF10",
"inputValidation.errorBorder": "#f07178",
"inputValidation.infoBorder": "#82AAFF",
"inputValidation.warningBorder": "#FFCB6B",
"dropdown.border": "#FFFFFF10",
"quickInput.background": "#212121",
"quickInput.foreground": "#616161",
"list.hoverForeground": "#FFFFFF",
"list.inactiveSelectionForeground": "#80CBC4",
"quickInput.list.focusBackground": "#EEFFFF20",
"editorSuggestWidget.background": "#212121",
"editorSuggestWidget.foreground": "#EEFFFF",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#00000050",
"editorSuggestWidget.border": "#FFFFFF10",
"diffEditor.insertedTextBackground": "#89DDFF20",
"diffEditor.removedTextBackground": "#ff9cac20",
"notifications.background": "#212121",
"notifications.foreground": "#EEFFFF",
"notificationLink.foreground": "#80CBC4",
"extensionButton.prominentBackground": "#C3E88D90",
"extensionButton.prominentHoverBackground": "#C3E88D",
"extensionButton.prominentForeground": "#000000",
"peekViewEditorGutter.background": "#EEFFFF05",
"peekViewTitleDescription.foreground": "#EEFFFF60",
"peekViewResult.matchHighlightBackground": "#61616150",
"peekViewEditor.matchHighlightBackground": "#61616150",
"peekViewResult.selectionBackground": "#61616170",
"gitDecoration.deletedResourceForeground": "#f0717890",
"gitDecoration.conflictingResourceForeground": "#FFCB6B90",
"gitDecoration.modifiedResourceForeground": "#82AAFF90",
"gitDecoration.untrackedResourceForeground": "#C3E88D90",
"gitDecoration.ignoredResourceForeground": "#61616190",
"breadcrumb.background": "#212121",
"breadcrumb.foreground": "#616161",
"breadcrumb.focusForeground": "#EEFFFF",
"breadcrumb.activeSelectionForeground": "#80CBC4",
"breadcrumbPicker.background": "#212121",
"menu.background": "#212121",
"menu.foreground": "#EEFFFF",
"menu.selectionBackground": "#00000050",
"menu.selectionForeground": "#80CBC4",
"menu.selectionBorder": "#00000030",
"menu.separatorBackground": "#EEFFFF",
"menubar.selectionBackground": "#00000030",
"menubar.selectionForeground": "#80CBC4",
"menubar.selectionBorder": "#00000030",
"settings.dropdownForeground": "#EEFFFF",
"settings.dropdownBackground": "#212121",
"settings.numberInputForeground": "#EEFFFF",
"settings.numberInputBackground": "#212121",
"settings.textInputForeground": "#EEFFFF",
"settings.textInputBackground": "#212121",
"settings.headerForeground": "#80CBC4",
"settings.modifiedItemIndicator": "#80CBC4",
"settings.checkboxBackground": "#212121",
"settings.checkboxForeground": "#EEFFFF",
"listFilterWidget.background": "#00000030",
"listFilterWidget.outline": "#00000030",
"listFilterWidget.noMatchesOutline": "#00000030"
}
}

814
node_modules/shiki/themes/material-theme-lighter.json generated vendored Normal file
View file

@ -0,0 +1,814 @@
{
"name": "material-theme-lighter",
"semanticHighlighting": true,
"tokenColors": [
{
"name": "Global settings",
"settings": {
"background": "#FAFAFA",
"foreground": "#90A4AE"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#91B859"
}
},
{
"name": "Punctuation",
"scope": "punctuation, constant.other.symbol",
"settings": {
"foreground": "#39ADB5"
}
},
{
"name": "String Escape",
"scope": "constant.character.escape, text.html constant.character.entity.named",
"settings": {
"foreground": "#90A4AE"
}
},
{
"name": "Boolean",
"scope": "constant.language.boolean",
"settings": {
"foreground": "#FF5370"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#F76D47"
}
},
{
"name": "Variable",
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
"settings": {
"foreground": "#90A4AE"
}
},
{
"name": "Other Keyword",
"scope": "keyword.other",
"settings": {
"foreground": "#F76D47"
}
},
{
"name": "Keyword",
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
"settings": {
"foreground": "#39ADB5"
}
},
{
"name": "Function call",
"scope": "entity.name.function, support.function",
"settings": {
"foreground": "#6182B8"
}
},
{
"name": "Storage",
"scope": "storage.type, storage.modifier, storage.control",
"settings": {
"foreground": "#9C3EDA"
}
},
{
"name": "Modules",
"scope": "support.module, support.node",
"settings": {
"foreground": "#E53935",
"fontStyle": "italic"
}
},
{
"name": "Type",
"scope": "support.type, constant.other.key",
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "Type",
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#90A4AE",
"fontStyle": "italic"
}
},
{
"name": "Comment",
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
"settings": {
"foreground": "#90A4AE",
"fontStyle": "italic"
}
},
{
"name": "Punctuation",
"scope": "punctuation",
"settings": {
"foreground": "#39ADB5"
}
},
{
"name": "Class",
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "Class variable",
"scope": "variable.object.property, meta.field.declaration entity.name.function",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "Class method",
"scope": "meta.definition.method entity.name.function",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "Function definition",
"scope": "meta.function entity.name.function",
"settings": {
"foreground": "#6182B8"
}
},
{
"name": "Template expression",
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
"settings": {
"foreground": "#39ADB5"
}
},
{
"name": "Reset embedded/template expression colors",
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
"settings": {
"foreground": "#90A4AE"
}
},
{
"name": "YAML key",
"scope": "entity.name.tag.yaml",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "JSON key",
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "JSON constant",
"scope": "constant.language.json",
"settings": {
"foreground": "#39ADB5"
}
},
{
"name": "CSS class",
"scope": "entity.other.attribute-name.class",
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "CSS ID",
"scope": "entity.other.attribute-name.id",
"settings": {
"foreground": "#F76D47"
}
},
{
"name": "CSS tag",
"scope": "source.css entity.name.tag",
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "CSS properties",
"scope": "support.type.property-name.css",
"settings": {
"foreground": "#8796B0"
}
},
{
"name": "HTML tag outer",
"scope": "meta.tag, punctuation.definition.tag",
"settings": {
"foreground": "#39ADB5"
}
},
{
"name": "HTML tag inner",
"scope": "entity.name.tag",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "HTML tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#9C3EDA"
}
},
{
"name": "HTML entities",
"scope": "punctuation.definition.entity.html",
"settings": {
"foreground": "#90A4AE"
}
},
{
"name": "Markdown heading",
"scope": "markup.heading",
"settings": {
"foreground": "#39ADB5"
}
},
{
"name": "Markdown link text",
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "Markdown list item",
"scope": "text.html.markdown beginning.punctuation.definition.list",
"settings": {
"foreground": "#39ADB5"
}
},
{
"name": "Markdown italic",
"scope": "markup.italic",
"settings": {
"foreground": "#E53935",
"fontStyle": "italic"
}
},
{
"name": "Markdown bold",
"scope": "markup.bold",
"settings": {
"foreground": "#E53935",
"fontStyle": "bold"
}
},
{
"name": "Markdown bold italic",
"scope": "markup.bold markup.italic, markup.italic markup.bold",
"settings": {
"foreground": "#E53935",
"fontStyle": "italic bold"
}
},
{
"name": "Markdown code block",
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
"settings": {
"foreground": "#91B859"
}
},
{
"name": "Markdown inline code",
"scope": "markup.inline.raw.string.markdown",
"settings": {
"foreground": "#91B859"
}
},
{
"name": "INI property name",
"scope": "keyword.other.definition.ini",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "INI section title",
"scope": "entity.name.section.group-title.ini",
"settings": {
"foreground": "#39ADB5"
}
},
{
"name": "C# class",
"scope": "source.cs meta.class.identifier storage.type",
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "C# class method",
"scope": "source.cs meta.method.identifier entity.name.function",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "C# function call",
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
"settings": {
"foreground": "#6182B8"
}
},
{
"name": "C# type",
"scope": "source.cs storage.type",
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "C# return type",
"scope": "source.cs meta.method.return-type",
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "C# preprocessor",
"scope": "source.cs meta.preprocessor",
"settings": {
"foreground": "#90A4AE"
}
},
{
"name": "C# namespace",
"scope": "source.cs entity.name.type.namespace",
"settings": {
"foreground": "#90A4AE"
}
},
{
"name": "JSX Text",
"scope": "meta.jsx.children, SXNested",
"settings": {
"foreground": "#90A4AE"
}
},
{
"name": "JSX Components name",
"scope": "support.class.component",
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "C-related Block Level Variables",
"scope": "source.cpp meta.block variable.other",
"settings": {
"foreground": "#90A4AE"
}
},
{
"name": "Member Access Meta",
"scope": "source.python meta.member.access.python",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "Function Call",
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
"settings": {
"foreground": "#6182B8"
}
},
{
"name": "Blocks",
"scope": "meta.block",
"settings": {
"foreground": "#E53935"
}
},
{
"name": "Function Call",
"scope": "entity.name.function.call",
"settings": {
"foreground": "#6182B8"
}
},
{
"name": "Namespaces",
"scope": "source.php support.other.namespace, source.php meta.use support.class",
"settings": {
"foreground": "#90A4AE"
}
},
{
"name": "Constant keywords",
"scope": "constant.keyword",
"settings": {
"foreground": "#39ADB5",
"fontStyle": "italic"
}
},
{
"name": "Entity name",
"scope": "entity.name.function",
"settings": {
"foreground": "#6182B8"
}
},
{
"name": "Global settings",
"settings": {
"background": "#FAFAFA",
"foreground": "#90A4AE"
}
},
{
"name": "Markup Deleted",
"scope": ["markup.deleted"],
"settings": {
"foreground": "#E53935"
}
},
{
"name": "Markup Inserted",
"scope": ["markup.inserted"],
"settings": {
"foreground": "#91B859"
}
},
{
"name": "Markup Underline",
"scope": ["markup.underline"],
"settings": {
"fontStyle": "underline"
}
},
{
"name": "Keyword Control",
"scope": ["keyword.control"],
"settings": {
"foreground": "#39ADB5",
"fontStyle": "italic"
}
},
{
"name": "Parameter",
"scope": ["variable.parameter"],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Python - Self Parameter",
"scope": ["variable.parameter.function.language.special.self.python"],
"settings": {
"foreground": "#E53935",
"fontStyle": "italic"
}
},
{
"name": "Python - Format Placeholder",
"scope": ["constant.character.format.placeholder.other.python"],
"settings": {
"foreground": "#F76D47"
}
},
{
"name": "Markdown - Blockquote",
"scope": ["markup.quote"],
"settings": {
"fontStyle": "italic",
"foreground": "#39ADB5"
}
},
{
"name": "Markdown - Fenced Language",
"scope": ["markup.fenced_code.block"],
"settings": {
"foreground": "#90A4AE90"
}
},
{
"name": "Markdown - Blockquote Punctuation",
"scope": ["punctuation.definition.quote"],
"settings": {
"foreground": "#FF5370"
}
},
{
"name": "JSON Key - Level 0",
"scope": ["meta.structure.dictionary.json support.type.property-name.json"],
"settings": {
"foreground": "#9C3EDA"
}
},
{
"name": "JSON Key - Level 1",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#E2931D"
}
},
{
"name": "JSON Key - Level 2",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#F76D47"
}
},
{
"name": "JSON Key - Level 3",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#E53935"
}
},
{
"name": "JSON Key - Level 4",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#916b53"
}
},
{
"name": "JSON Key - Level 5",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#6182B8"
}
},
{
"name": "JSON Key - Level 6",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#FF5370"
}
},
{
"name": "JSON Key - Level 7",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#9C3EDA"
}
},
{
"name": "JSON Key - Level 8",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#91B859"
}
}
],
"colors": {
"focusBorder": "#FFFFFF00",
"foreground": "#90A4AE",
"button.background": "#80CBC440",
"button.foreground": "#ffffff",
"dropdown.background": "#FAFAFA",
"input.background": "#EEEEEE",
"inputOption.activeBorder": "#90A4AE30",
"list.activeSelectionBackground": "#FAFAFA",
"list.activeSelectionForeground": "#80CBC4",
"list.dropBackground": "#E5393580",
"list.focusBackground": "#90A4AE20",
"list.focusForeground": "#90A4AE",
"list.highlightForeground": "#80CBC4",
"list.hoverBackground": "#FAFAFA",
"list.inactiveSelectionBackground": "#CCD7DA50",
"activityBar.background": "#FAFAFA",
"activityBar.dropBackground": "#E5393580",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"badge.background": "#CCD7DA30",
"badge.foreground": "#90A4AE",
"sideBar.background": "#FAFAFA",
"sideBarSectionHeader.background": "#FAFAFA",
"editorGroup.dropBackground": "#E5393580",
"editorGroup.focusedEmptyBorder": "#E53935",
"editorGroupHeader.tabsBackground": "#FAFAFA",
"tab.border": "#FAFAFA",
"tab.activeBorder": "#80CBC4",
"tab.inactiveBackground": "#FAFAFA",
"tab.activeModifiedBorder": "#7E939E",
"tab.inactiveModifiedBorder": "#89221f",
"tab.unfocusedActiveModifiedBorder": "#b72d2a",
"tab.unfocusedInactiveModifiedBorder": "#89221f",
"editor.background": "#FAFAFA",
"editor.foreground": "#90A4AE",
"editorLineNumber.foreground": "#CFD8DC",
"editorLineNumber.activeForeground": "#7E939E",
"editorCursor.foreground": "#272727",
"editor.selectionBackground": "#80CBC440",
"editor.selectionHighlightBackground": "#27272720",
"editor.wordHighlightBackground": "#FF537030",
"editor.wordHighlightStrongBackground": "#91B85930",
"editor.findMatchHighlight": "#90A4AE",
"editor.findRangeHighlightBackground": "#E2931D30",
"editor.lineHighlightBorder": "#CCD7DA00",
"editor.rangeHighlightBackground": "#FFFFFF0d",
"editorWhitespace.foreground": "#90A4AE40",
"editorWidget.background": "#FAFAFA",
"editorHoverWidget.background": "#FAFAFA",
"editorMarkerNavigation.background": "#90A4AE05",
"peekView.border": "#00000020",
"peekViewEditor.background": "#90A4AE05",
"peekViewResult.background": "#90A4AE05",
"peekViewTitle.background": "#90A4AE05",
"panel.background": "#FAFAFA",
"panel.border": "#FAFAFA60",
"panelTitle.activeBorder": "#80CBC4",
"panelTitle.inactiveForeground": "#90A4AE",
"notebook.focusedCellBorder": "#80CBC4",
"notebook.inactiveFocusedCellBorder": "#80CBC450",
"statusBar.background": "#FAFAFA",
"statusBar.debuggingBackground": "#9C3EDA",
"statusBar.debuggingForeground": "#FFFFFF",
"statusBar.noFolderBackground": "#FAFAFA",
"statusBarItem.activeBackground": "#E5393580",
"statusBarItem.hoverBackground": "#90A4AE20",
"statusBarItem.remoteBackground": "#80CBC4",
"statusBarItem.remoteForeground": "#000000",
"titleBar.activeBackground": "#FAFAFA",
"pickerGroup.border": "#FFFFFF1a",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#6182B8",
"terminal.ansiBrightBlack": "#90A4AE",
"terminal.ansiBrightBlue": "#6182B8",
"terminal.ansiBrightCyan": "#39ADB5",
"terminal.ansiBrightGreen": "#91B859",
"terminal.ansiBrightMagenta": "#9C3EDA",
"terminal.ansiBrightRed": "#E53935",
"terminal.ansiBrightWhite": "#FFFFFF",
"terminal.ansiBrightYellow": "#E2931D",
"terminal.ansiCyan": "#39ADB5",
"terminal.ansiGreen": "#91B859",
"terminal.ansiMagenta": "#9C3EDA",
"terminal.ansiRed": "#E53935",
"terminal.ansiWhite": "#FFFFFF",
"terminal.ansiYellow": "#E2931D",
"debugToolBar.background": "#FAFAFA",
"debugConsole.errorForeground": "#E53935",
"debugConsole.infoForeground": "#39ADB5",
"debugConsole.warningForeground": "#E2931D",
"selection.background": "#CCD7DA80",
"editorRuler.foreground": "#B0BEC5",
"widget.shadow": "#00000020",
"scrollbar.shadow": "#00000020",
"editorLink.activeForeground": "#90A4AE",
"progressBar.background": "#80CBC4",
"pickerGroup.foreground": "#80CBC4",
"tree.indentGuidesStroke": "#B0BEC5",
"terminalCursor.foreground": "#E2931D",
"terminalCursor.background": "#000000",
"inputOption.activeBackground": "#90A4AE30",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#90A4AE",
"sideBar.foreground": "#7E939E",
"sideBar.border": "#FAFAFA60",
"sideBarTitle.foreground": "#90A4AE",
"sideBarSectionHeader.border": "#FAFAFA60",
"panel.dropBackground": "#90A4AE",
"panelTitle.activeForeground": "#000000",
"editor.lineHighlightBackground": "#CCD7DA50",
"editor.findMatchBackground": "#00000020",
"editor.findMatchHighlightBackground": "#00000010",
"editor.findMatchBorder": "#80CBC4",
"editor.findMatchHighlightBorder": "#00000030",
"editorIndentGuide.background": "#B0BEC570",
"editorIndentGuide.activeBackground": "#B0BEC5",
"editorGroup.border": "#00000020",
"editorGutter.modifiedBackground": "#6182B860",
"editorGutter.addedBackground": "#91B85960",
"editorGutter.deletedBackground": "#E5393560",
"activityBar.border": "#FAFAFA60",
"activityBar.foreground": "#90A4AE",
"activityBar.activeBorder": "#80CBC4",
"extensionBadge.remoteForeground": "#90A4AE",
"scrollbarSlider.background": "#90A4AE20",
"scrollbarSlider.hoverBackground": "#90A4AE10",
"scrollbarSlider.activeBackground": "#80CBC4",
"tab.unfocusedActiveBorder": "#90A4AE",
"tab.activeForeground": "#000000",
"tab.inactiveForeground": "#7E939E",
"tab.activeBackground": "#FAFAFA",
"tab.unfocusedActiveForeground": "#90A4AE",
"editorWidget.resizeBorder": "#80CBC4",
"editorWidget.border": "#80CBC4",
"statusBar.border": "#FAFAFA60",
"statusBar.foreground": "#7E939E",
"editorBracketMatch.border": "#27272750",
"editorBracketMatch.background": "#FAFAFA",
"editorOverviewRuler.findMatchForeground": "#80CBC4",
"editorOverviewRuler.border": "#FAFAFA",
"editorOverviewRuler.errorForeground": "#E5393540",
"editorOverviewRuler.infoForeground": "#6182B840",
"editorOverviewRuler.warningForeground": "#E2931D40",
"editorInfo.foreground": "#6182B870",
"editorWarning.foreground": "#E2931D70",
"editorError.foreground": "#E5393570",
"editorHoverWidget.border": "#00000010",
"titleBar.activeForeground": "#90A4AE",
"titleBar.inactiveBackground": "#FAFAFA",
"titleBar.inactiveForeground": "#7E939E",
"titleBar.border": "#FAFAFA60",
"input.foreground": "#90A4AE",
"input.placeholderForeground": "#90A4AE60",
"input.border": "#00000010",
"inputValidation.errorBorder": "#E53935",
"inputValidation.infoBorder": "#6182B8",
"inputValidation.warningBorder": "#E2931D",
"dropdown.border": "#00000010",
"quickInput.background": "#FAFAFA",
"quickInput.foreground": "#7E939E",
"list.hoverForeground": "#B1C7D3",
"list.inactiveSelectionForeground": "#80CBC4",
"quickInput.list.focusBackground": "#90A4AE20",
"editorSuggestWidget.background": "#FAFAFA",
"editorSuggestWidget.foreground": "#90A4AE",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#CCD7DA50",
"editorSuggestWidget.border": "#00000010",
"diffEditor.insertedTextBackground": "#39ADB520",
"diffEditor.removedTextBackground": "#FF537020",
"notifications.background": "#FAFAFA",
"notifications.foreground": "#90A4AE",
"notificationLink.foreground": "#80CBC4",
"extensionButton.prominentBackground": "#91B85990",
"extensionButton.prominentHoverBackground": "#91B859",
"extensionButton.prominentForeground": "#000000",
"peekViewEditorGutter.background": "#90A4AE05",
"peekViewTitleDescription.foreground": "#90A4AE60",
"peekViewResult.matchHighlightBackground": "#80CBC440",
"peekViewEditor.matchHighlightBackground": "#80CBC440",
"peekViewResult.selectionBackground": "#7E939E70",
"gitDecoration.deletedResourceForeground": "#E5393590",
"gitDecoration.conflictingResourceForeground": "#E2931D90",
"gitDecoration.modifiedResourceForeground": "#6182B890",
"gitDecoration.untrackedResourceForeground": "#91B85990",
"gitDecoration.ignoredResourceForeground": "#7E939E90",
"breadcrumb.background": "#FAFAFA",
"breadcrumb.foreground": "#7E939E",
"breadcrumb.focusForeground": "#90A4AE",
"breadcrumb.activeSelectionForeground": "#80CBC4",
"breadcrumbPicker.background": "#FAFAFA",
"menu.background": "#FAFAFA",
"menu.foreground": "#90A4AE",
"menu.selectionBackground": "#CCD7DA50",
"menu.selectionForeground": "#80CBC4",
"menu.selectionBorder": "#CCD7DA50",
"menu.separatorBackground": "#90A4AE",
"menubar.selectionBackground": "#CCD7DA50",
"menubar.selectionForeground": "#80CBC4",
"menubar.selectionBorder": "#CCD7DA50",
"settings.dropdownForeground": "#90A4AE",
"settings.dropdownBackground": "#FAFAFA",
"settings.numberInputForeground": "#90A4AE",
"settings.numberInputBackground": "#FAFAFA",
"settings.textInputForeground": "#90A4AE",
"settings.textInputBackground": "#FAFAFA",
"settings.headerForeground": "#80CBC4",
"settings.modifiedItemIndicator": "#80CBC4",
"settings.checkboxBackground": "#FAFAFA",
"settings.checkboxForeground": "#90A4AE",
"listFilterWidget.background": "#CCD7DA50",
"listFilterWidget.outline": "#CCD7DA50",
"listFilterWidget.noMatchesOutline": "#CCD7DA50"
}
}

814
node_modules/shiki/themes/material-theme-ocean.json generated vendored Normal file
View file

@ -0,0 +1,814 @@
{
"name": "material-theme-ocean",
"semanticHighlighting": true,
"tokenColors": [
{
"name": "Global settings",
"settings": {
"background": "#0F111A",
"foreground": "#A6ACCD"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Punctuation",
"scope": "punctuation, constant.other.symbol",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "String Escape",
"scope": "constant.character.escape, text.html constant.character.entity.named",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Boolean",
"scope": "constant.language.boolean",
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Variable",
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Other Keyword",
"scope": "keyword.other",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Keyword",
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Function call",
"scope": "entity.name.function, support.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Storage",
"scope": "storage.type, storage.modifier, storage.control",
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "Modules",
"scope": "support.module, support.node",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Type",
"scope": "support.type, constant.other.key",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Type",
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#464B5D",
"fontStyle": "italic"
}
},
{
"name": "Comment",
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
"settings": {
"foreground": "#464B5D",
"fontStyle": "italic"
}
},
{
"name": "Punctuation",
"scope": "punctuation",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Class",
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Class variable",
"scope": "variable.object.property, meta.field.declaration entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Class method",
"scope": "meta.definition.method entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function definition",
"scope": "meta.function entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Template expression",
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Reset embedded/template expression colors",
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "YAML key",
"scope": "entity.name.tag.yaml",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON key",
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON constant",
"scope": "constant.language.json",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "CSS class",
"scope": "entity.other.attribute-name.class",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "CSS ID",
"scope": "entity.other.attribute-name.id",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "CSS tag",
"scope": "source.css entity.name.tag",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "CSS properties",
"scope": "support.type.property-name.css",
"settings": {
"foreground": "#B2CCD6"
}
},
{
"name": "HTML tag outer",
"scope": "meta.tag, punctuation.definition.tag",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "HTML tag inner",
"scope": "entity.name.tag",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "HTML tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "HTML entities",
"scope": "punctuation.definition.entity.html",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Markdown heading",
"scope": "markup.heading",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Markdown link text",
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Markdown list item",
"scope": "text.html.markdown beginning.punctuation.definition.list",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Markdown italic",
"scope": "markup.italic",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Markdown bold",
"scope": "markup.bold",
"settings": {
"foreground": "#f07178",
"fontStyle": "bold"
}
},
{
"name": "Markdown bold italic",
"scope": "markup.bold markup.italic, markup.italic markup.bold",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic bold"
}
},
{
"name": "Markdown code block",
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markdown inline code",
"scope": "markup.inline.raw.string.markdown",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "INI property name",
"scope": "keyword.other.definition.ini",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "INI section title",
"scope": "entity.name.section.group-title.ini",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "C# class",
"scope": "source.cs meta.class.identifier storage.type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# class method",
"scope": "source.cs meta.method.identifier entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "C# function call",
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "C# type",
"scope": "source.cs storage.type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# return type",
"scope": "source.cs meta.method.return-type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# preprocessor",
"scope": "source.cs meta.preprocessor",
"settings": {
"foreground": "#464B5D"
}
},
{
"name": "C# namespace",
"scope": "source.cs entity.name.type.namespace",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "JSX Text",
"scope": "meta.jsx.children, SXNested",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "JSX Components name",
"scope": "support.class.component",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C-related Block Level Variables",
"scope": "source.cpp meta.block variable.other",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Member Access Meta",
"scope": "source.python meta.member.access.python",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function Call",
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Blocks",
"scope": "meta.block",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function Call",
"scope": "entity.name.function.call",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Namespaces",
"scope": "source.php support.other.namespace, source.php meta.use support.class",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Constant keywords",
"scope": "constant.keyword",
"settings": {
"foreground": "#89DDFF",
"fontStyle": "italic"
}
},
{
"name": "Entity name",
"scope": "entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Global settings",
"settings": {
"background": "#0F111A",
"foreground": "#A6ACCD"
}
},
{
"name": "Markup Deleted",
"scope": ["markup.deleted"],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Markup Inserted",
"scope": ["markup.inserted"],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markup Underline",
"scope": ["markup.underline"],
"settings": {
"fontStyle": "underline"
}
},
{
"name": "Keyword Control",
"scope": ["keyword.control"],
"settings": {
"foreground": "#89DDFF",
"fontStyle": "italic"
}
},
{
"name": "Parameter",
"scope": ["variable.parameter"],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Python - Self Parameter",
"scope": ["variable.parameter.function.language.special.self.python"],
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Python - Format Placeholder",
"scope": ["constant.character.format.placeholder.other.python"],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Markdown - Blockquote",
"scope": ["markup.quote"],
"settings": {
"fontStyle": "italic",
"foreground": "#89DDFF"
}
},
{
"name": "Markdown - Fenced Language",
"scope": ["markup.fenced_code.block"],
"settings": {
"foreground": "#A6ACCD90"
}
},
{
"name": "Markdown - Blockquote Punctuation",
"scope": ["punctuation.definition.quote"],
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "JSON Key - Level 0",
"scope": ["meta.structure.dictionary.json support.type.property-name.json"],
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "JSON Key - Level 1",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "JSON Key - Level 2",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "JSON Key - Level 3",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON Key - Level 4",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#916b53"
}
},
{
"name": "JSON Key - Level 5",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "JSON Key - Level 6",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "JSON Key - Level 7",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "JSON Key - Level 8",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C3E88D"
}
}
],
"colors": {
"focusBorder": "#FFFFFF00",
"foreground": "#A6ACCD",
"button.background": "#717CB450",
"button.foreground": "#ffffff",
"dropdown.background": "#0F111A",
"input.background": "#1A1C25",
"inputOption.activeBorder": "#A6ACCD30",
"list.activeSelectionBackground": "#0F111A",
"list.activeSelectionForeground": "#80CBC4",
"list.dropBackground": "#f0717880",
"list.focusBackground": "#A6ACCD20",
"list.focusForeground": "#A6ACCD",
"list.highlightForeground": "#80CBC4",
"list.hoverBackground": "#0F111A",
"list.inactiveSelectionBackground": "#00000030",
"activityBar.background": "#0F111A",
"activityBar.dropBackground": "#f0717880",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"badge.background": "#00000030",
"badge.foreground": "#464B5D",
"sideBar.background": "#0F111A",
"sideBarSectionHeader.background": "#0F111A",
"editorGroup.dropBackground": "#f0717880",
"editorGroup.focusedEmptyBorder": "#f07178",
"editorGroupHeader.tabsBackground": "#0F111A",
"tab.border": "#0F111A",
"tab.activeBorder": "#80CBC4",
"tab.inactiveBackground": "#0F111A",
"tab.activeModifiedBorder": "#525975",
"tab.inactiveModifiedBorder": "#904348",
"tab.unfocusedActiveModifiedBorder": "#c05a60",
"tab.unfocusedInactiveModifiedBorder": "#904348",
"editor.background": "#0F111A",
"editor.foreground": "#A6ACCD",
"editorLineNumber.foreground": "#3B3F5180",
"editorLineNumber.activeForeground": "#525975",
"editorCursor.foreground": "#FFCC00",
"editor.selectionBackground": "#717CB450",
"editor.selectionHighlightBackground": "#FFCC0020",
"editor.wordHighlightBackground": "#ff9cac30",
"editor.wordHighlightStrongBackground": "#C3E88D30",
"editor.findMatchHighlight": "#A6ACCD",
"editor.findRangeHighlightBackground": "#FFCB6B30",
"editor.lineHighlightBorder": "#00000000",
"editor.rangeHighlightBackground": "#FFFFFF0d",
"editorWhitespace.foreground": "#A6ACCD40",
"editorWidget.background": "#0F111A",
"editorHoverWidget.background": "#0F111A",
"editorMarkerNavigation.background": "#A6ACCD05",
"peekView.border": "#00000030",
"peekViewEditor.background": "#A6ACCD05",
"peekViewResult.background": "#A6ACCD05",
"peekViewTitle.background": "#A6ACCD05",
"panel.background": "#0F111A",
"panel.border": "#0F111A60",
"panelTitle.activeBorder": "#80CBC4",
"panelTitle.inactiveForeground": "#A6ACCD",
"notebook.focusedCellBorder": "#80CBC4",
"notebook.inactiveFocusedCellBorder": "#80CBC450",
"statusBar.background": "#0F111A",
"statusBar.debuggingBackground": "#C792EA",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.noFolderBackground": "#0F111A",
"statusBarItem.activeBackground": "#f0717880",
"statusBarItem.hoverBackground": "#464B5D20",
"statusBarItem.remoteBackground": "#80CBC4",
"statusBarItem.remoteForeground": "#000000",
"titleBar.activeBackground": "#0F111A",
"pickerGroup.border": "#FFFFFF1a",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#82AAFF",
"terminal.ansiBrightBlack": "#464B5D",
"terminal.ansiBrightBlue": "#82AAFF",
"terminal.ansiBrightCyan": "#89DDFF",
"terminal.ansiBrightGreen": "#C3E88D",
"terminal.ansiBrightMagenta": "#C792EA",
"terminal.ansiBrightRed": "#f07178",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.ansiBrightYellow": "#FFCB6B",
"terminal.ansiCyan": "#89DDFF",
"terminal.ansiGreen": "#C3E88D",
"terminal.ansiMagenta": "#C792EA",
"terminal.ansiRed": "#f07178",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiYellow": "#FFCB6B",
"debugToolBar.background": "#0F111A",
"debugConsole.errorForeground": "#f07178",
"debugConsole.infoForeground": "#89DDFF",
"debugConsole.warningForeground": "#FFCB6B",
"selection.background": "#00000080",
"editorRuler.foreground": "#3B3F51",
"widget.shadow": "#00000030",
"scrollbar.shadow": "#00000030",
"editorLink.activeForeground": "#A6ACCD",
"progressBar.background": "#80CBC4",
"pickerGroup.foreground": "#80CBC4",
"tree.indentGuidesStroke": "#3B3F51",
"terminalCursor.foreground": "#FFCB6B",
"terminalCursor.background": "#000000",
"inputOption.activeBackground": "#A6ACCD30",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#A6ACCD",
"sideBar.foreground": "#525975",
"sideBar.border": "#0F111A60",
"sideBarTitle.foreground": "#A6ACCD",
"sideBarSectionHeader.border": "#0F111A60",
"panel.dropBackground": "#A6ACCD",
"panelTitle.activeForeground": "#FFFFFF",
"editor.lineHighlightBackground": "#00000050",
"editor.findMatchBackground": "#000000",
"editor.findMatchHighlightBackground": "#00000050",
"editor.findMatchBorder": "#80CBC4",
"editor.findMatchHighlightBorder": "#ffffff30",
"editorIndentGuide.background": "#3B3F5170",
"editorIndentGuide.activeBackground": "#3B3F51",
"editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#f0717860",
"activityBar.border": "#0F111A60",
"activityBar.foreground": "#A6ACCD",
"activityBar.activeBorder": "#80CBC4",
"extensionBadge.remoteForeground": "#A6ACCD",
"scrollbarSlider.background": "#8F93A220",
"scrollbarSlider.hoverBackground": "#8F93A210",
"scrollbarSlider.activeBackground": "#80CBC4",
"tab.unfocusedActiveBorder": "#464B5D",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#525975",
"tab.activeBackground": "#0F111A",
"tab.unfocusedActiveForeground": "#A6ACCD",
"editorWidget.resizeBorder": "#80CBC4",
"editorWidget.border": "#80CBC4",
"statusBar.border": "#0F111A60",
"statusBar.foreground": "#4B526D",
"editorBracketMatch.border": "#FFCC0050",
"editorBracketMatch.background": "#0F111A",
"editorOverviewRuler.findMatchForeground": "#80CBC4",
"editorOverviewRuler.border": "#0F111A",
"editorOverviewRuler.errorForeground": "#f0717840",
"editorOverviewRuler.infoForeground": "#82AAFF40",
"editorOverviewRuler.warningForeground": "#FFCB6B40",
"editorInfo.foreground": "#82AAFF70",
"editorWarning.foreground": "#FFCB6B70",
"editorError.foreground": "#f0717870",
"editorHoverWidget.border": "#FFFFFF10",
"titleBar.activeForeground": "#A6ACCD",
"titleBar.inactiveBackground": "#0F111A",
"titleBar.inactiveForeground": "#525975",
"titleBar.border": "#0F111A60",
"input.foreground": "#A6ACCD",
"input.placeholderForeground": "#A6ACCD60",
"input.border": "#FFFFFF10",
"inputValidation.errorBorder": "#f07178",
"inputValidation.infoBorder": "#82AAFF",
"inputValidation.warningBorder": "#FFCB6B",
"dropdown.border": "#FFFFFF10",
"quickInput.background": "#0F111A",
"quickInput.foreground": "#525975",
"list.hoverForeground": "#FFFFFF",
"list.inactiveSelectionForeground": "#80CBC4",
"quickInput.list.focusBackground": "#A6ACCD20",
"editorSuggestWidget.background": "#0F111A",
"editorSuggestWidget.foreground": "#A6ACCD",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#00000050",
"editorSuggestWidget.border": "#FFFFFF10",
"diffEditor.insertedTextBackground": "#89DDFF20",
"diffEditor.removedTextBackground": "#ff9cac20",
"notifications.background": "#0F111A",
"notifications.foreground": "#A6ACCD",
"notificationLink.foreground": "#80CBC4",
"extensionButton.prominentBackground": "#C3E88D90",
"extensionButton.prominentHoverBackground": "#C3E88D",
"extensionButton.prominentForeground": "#000000",
"peekViewEditorGutter.background": "#A6ACCD05",
"peekViewTitleDescription.foreground": "#A6ACCD60",
"peekViewResult.matchHighlightBackground": "#717CB450",
"peekViewEditor.matchHighlightBackground": "#717CB450",
"peekViewResult.selectionBackground": "#52597570",
"gitDecoration.deletedResourceForeground": "#f0717890",
"gitDecoration.conflictingResourceForeground": "#FFCB6B90",
"gitDecoration.modifiedResourceForeground": "#82AAFF90",
"gitDecoration.untrackedResourceForeground": "#C3E88D90",
"gitDecoration.ignoredResourceForeground": "#52597590",
"breadcrumb.background": "#0F111A",
"breadcrumb.foreground": "#525975",
"breadcrumb.focusForeground": "#A6ACCD",
"breadcrumb.activeSelectionForeground": "#80CBC4",
"breadcrumbPicker.background": "#0F111A",
"menu.background": "#0F111A",
"menu.foreground": "#A6ACCD",
"menu.selectionBackground": "#00000050",
"menu.selectionForeground": "#80CBC4",
"menu.selectionBorder": "#00000030",
"menu.separatorBackground": "#A6ACCD",
"menubar.selectionBackground": "#00000030",
"menubar.selectionForeground": "#80CBC4",
"menubar.selectionBorder": "#00000030",
"settings.dropdownForeground": "#A6ACCD",
"settings.dropdownBackground": "#0F111A",
"settings.numberInputForeground": "#A6ACCD",
"settings.numberInputBackground": "#0F111A",
"settings.textInputForeground": "#A6ACCD",
"settings.textInputBackground": "#0F111A",
"settings.headerForeground": "#80CBC4",
"settings.modifiedItemIndicator": "#80CBC4",
"settings.checkboxBackground": "#0F111A",
"settings.checkboxForeground": "#A6ACCD",
"listFilterWidget.background": "#00000030",
"listFilterWidget.outline": "#00000030",
"listFilterWidget.noMatchesOutline": "#00000030"
}
}

814
node_modules/shiki/themes/material-theme-palenight.json generated vendored Normal file
View file

@ -0,0 +1,814 @@
{
"name": "material-theme-palenight",
"semanticHighlighting": true,
"tokenColors": [
{
"name": "Global settings",
"settings": {
"background": "#292D3E",
"foreground": "#A6ACCD"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Punctuation",
"scope": "punctuation, constant.other.symbol",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "String Escape",
"scope": "constant.character.escape, text.html constant.character.entity.named",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Boolean",
"scope": "constant.language.boolean",
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Variable",
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Other Keyword",
"scope": "keyword.other",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Keyword",
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Function call",
"scope": "entity.name.function, support.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Storage",
"scope": "storage.type, storage.modifier, storage.control",
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "Modules",
"scope": "support.module, support.node",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Type",
"scope": "support.type, constant.other.key",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Type",
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#676E95",
"fontStyle": "italic"
}
},
{
"name": "Comment",
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
"settings": {
"foreground": "#676E95",
"fontStyle": "italic"
}
},
{
"name": "Punctuation",
"scope": "punctuation",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Class",
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Class variable",
"scope": "variable.object.property, meta.field.declaration entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Class method",
"scope": "meta.definition.method entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function definition",
"scope": "meta.function entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Template expression",
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Reset embedded/template expression colors",
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "YAML key",
"scope": "entity.name.tag.yaml",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON key",
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON constant",
"scope": "constant.language.json",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "CSS class",
"scope": "entity.other.attribute-name.class",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "CSS ID",
"scope": "entity.other.attribute-name.id",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "CSS tag",
"scope": "source.css entity.name.tag",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "CSS properties",
"scope": "support.type.property-name.css",
"settings": {
"foreground": "#B2CCD6"
}
},
{
"name": "HTML tag outer",
"scope": "meta.tag, punctuation.definition.tag",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "HTML tag inner",
"scope": "entity.name.tag",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "HTML tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "HTML entities",
"scope": "punctuation.definition.entity.html",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Markdown heading",
"scope": "markup.heading",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Markdown link text",
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Markdown list item",
"scope": "text.html.markdown beginning.punctuation.definition.list",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Markdown italic",
"scope": "markup.italic",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Markdown bold",
"scope": "markup.bold",
"settings": {
"foreground": "#f07178",
"fontStyle": "bold"
}
},
{
"name": "Markdown bold italic",
"scope": "markup.bold markup.italic, markup.italic markup.bold",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic bold"
}
},
{
"name": "Markdown code block",
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markdown inline code",
"scope": "markup.inline.raw.string.markdown",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "INI property name",
"scope": "keyword.other.definition.ini",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "INI section title",
"scope": "entity.name.section.group-title.ini",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "C# class",
"scope": "source.cs meta.class.identifier storage.type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# class method",
"scope": "source.cs meta.method.identifier entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "C# function call",
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "C# type",
"scope": "source.cs storage.type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# return type",
"scope": "source.cs meta.method.return-type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# preprocessor",
"scope": "source.cs meta.preprocessor",
"settings": {
"foreground": "#676E95"
}
},
{
"name": "C# namespace",
"scope": "source.cs entity.name.type.namespace",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "JSX Text",
"scope": "meta.jsx.children, SXNested",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "JSX Components name",
"scope": "support.class.component",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C-related Block Level Variables",
"scope": "source.cpp meta.block variable.other",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Member Access Meta",
"scope": "source.python meta.member.access.python",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function Call",
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Blocks",
"scope": "meta.block",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function Call",
"scope": "entity.name.function.call",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Namespaces",
"scope": "source.php support.other.namespace, source.php meta.use support.class",
"settings": {
"foreground": "#A6ACCD"
}
},
{
"name": "Constant keywords",
"scope": "constant.keyword",
"settings": {
"foreground": "#89DDFF",
"fontStyle": "italic"
}
},
{
"name": "Entity name",
"scope": "entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Global settings",
"settings": {
"background": "#292D3E",
"foreground": "#A6ACCD"
}
},
{
"name": "Markup Deleted",
"scope": ["markup.deleted"],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Markup Inserted",
"scope": ["markup.inserted"],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markup Underline",
"scope": ["markup.underline"],
"settings": {
"fontStyle": "underline"
}
},
{
"name": "Keyword Control",
"scope": ["keyword.control"],
"settings": {
"foreground": "#89DDFF",
"fontStyle": "italic"
}
},
{
"name": "Parameter",
"scope": ["variable.parameter"],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Python - Self Parameter",
"scope": ["variable.parameter.function.language.special.self.python"],
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Python - Format Placeholder",
"scope": ["constant.character.format.placeholder.other.python"],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Markdown - Blockquote",
"scope": ["markup.quote"],
"settings": {
"fontStyle": "italic",
"foreground": "#89DDFF"
}
},
{
"name": "Markdown - Fenced Language",
"scope": ["markup.fenced_code.block"],
"settings": {
"foreground": "#A6ACCD90"
}
},
{
"name": "Markdown - Blockquote Punctuation",
"scope": ["punctuation.definition.quote"],
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "JSON Key - Level 0",
"scope": ["meta.structure.dictionary.json support.type.property-name.json"],
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "JSON Key - Level 1",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "JSON Key - Level 2",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "JSON Key - Level 3",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON Key - Level 4",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#916b53"
}
},
{
"name": "JSON Key - Level 5",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "JSON Key - Level 6",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "JSON Key - Level 7",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "JSON Key - Level 8",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C3E88D"
}
}
],
"colors": {
"focusBorder": "#FFFFFF00",
"foreground": "#A6ACCD",
"button.background": "#717CB450",
"button.foreground": "#ffffff",
"dropdown.background": "#292D3E",
"input.background": "#333747",
"inputOption.activeBorder": "#A6ACCD30",
"list.activeSelectionBackground": "#292D3E",
"list.activeSelectionForeground": "#80CBC4",
"list.dropBackground": "#f0717880",
"list.focusBackground": "#A6ACCD20",
"list.focusForeground": "#A6ACCD",
"list.highlightForeground": "#80CBC4",
"list.hoverBackground": "#292D3E",
"list.inactiveSelectionBackground": "#00000030",
"activityBar.background": "#292D3E",
"activityBar.dropBackground": "#f0717880",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"badge.background": "#00000030",
"badge.foreground": "#676E95",
"sideBar.background": "#292D3E",
"sideBarSectionHeader.background": "#292D3E",
"editorGroup.dropBackground": "#f0717880",
"editorGroup.focusedEmptyBorder": "#f07178",
"editorGroupHeader.tabsBackground": "#292D3E",
"tab.border": "#292D3E",
"tab.activeBorder": "#80CBC4",
"tab.inactiveBackground": "#292D3E",
"tab.activeModifiedBorder": "#676E95",
"tab.inactiveModifiedBorder": "#904348",
"tab.unfocusedActiveModifiedBorder": "#c05a60",
"tab.unfocusedInactiveModifiedBorder": "#904348",
"editor.background": "#292D3E",
"editor.foreground": "#A6ACCD",
"editorLineNumber.foreground": "#3A3F58",
"editorLineNumber.activeForeground": "#676E95",
"editorCursor.foreground": "#FFCC00",
"editor.selectionBackground": "#717CB450",
"editor.selectionHighlightBackground": "#FFCC0020",
"editor.wordHighlightBackground": "#ff9cac30",
"editor.wordHighlightStrongBackground": "#C3E88D30",
"editor.findMatchHighlight": "#A6ACCD",
"editor.findRangeHighlightBackground": "#FFCB6B30",
"editor.lineHighlightBorder": "#00000000",
"editor.rangeHighlightBackground": "#FFFFFF0d",
"editorWhitespace.foreground": "#A6ACCD40",
"editorWidget.background": "#292D3E",
"editorHoverWidget.background": "#292D3E",
"editorMarkerNavigation.background": "#A6ACCD05",
"peekView.border": "#00000030",
"peekViewEditor.background": "#A6ACCD05",
"peekViewResult.background": "#A6ACCD05",
"peekViewTitle.background": "#A6ACCD05",
"panel.background": "#292D3E",
"panel.border": "#292D3E60",
"panelTitle.activeBorder": "#80CBC4",
"panelTitle.inactiveForeground": "#A6ACCD",
"notebook.focusedCellBorder": "#80CBC4",
"notebook.inactiveFocusedCellBorder": "#80CBC450",
"statusBar.background": "#292D3E",
"statusBar.debuggingBackground": "#C792EA",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.noFolderBackground": "#292D3E",
"statusBarItem.activeBackground": "#f0717880",
"statusBarItem.hoverBackground": "#676E9520",
"statusBarItem.remoteBackground": "#80CBC4",
"statusBarItem.remoteForeground": "#000000",
"titleBar.activeBackground": "#292D3E",
"pickerGroup.border": "#FFFFFF1a",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#82AAFF",
"terminal.ansiBrightBlack": "#676E95",
"terminal.ansiBrightBlue": "#82AAFF",
"terminal.ansiBrightCyan": "#89DDFF",
"terminal.ansiBrightGreen": "#C3E88D",
"terminal.ansiBrightMagenta": "#C792EA",
"terminal.ansiBrightRed": "#f07178",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.ansiBrightYellow": "#FFCB6B",
"terminal.ansiCyan": "#89DDFF",
"terminal.ansiGreen": "#C3E88D",
"terminal.ansiMagenta": "#C792EA",
"terminal.ansiRed": "#f07178",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiYellow": "#FFCB6B",
"debugToolBar.background": "#292D3E",
"debugConsole.errorForeground": "#f07178",
"debugConsole.infoForeground": "#89DDFF",
"debugConsole.warningForeground": "#FFCB6B",
"selection.background": "#00000080",
"editorRuler.foreground": "#4E5579",
"widget.shadow": "#00000030",
"scrollbar.shadow": "#00000030",
"editorLink.activeForeground": "#A6ACCD",
"progressBar.background": "#80CBC4",
"pickerGroup.foreground": "#80CBC4",
"tree.indentGuidesStroke": "#4E5579",
"terminalCursor.foreground": "#FFCB6B",
"terminalCursor.background": "#000000",
"inputOption.activeBackground": "#A6ACCD30",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#A6ACCD",
"sideBar.foreground": "#676E95",
"sideBar.border": "#292D3E60",
"sideBarTitle.foreground": "#A6ACCD",
"sideBarSectionHeader.border": "#292D3E60",
"panel.dropBackground": "#A6ACCD",
"panelTitle.activeForeground": "#FFFFFF",
"editor.lineHighlightBackground": "#00000050",
"editor.findMatchBackground": "#000000",
"editor.findMatchHighlightBackground": "#00000050",
"editor.findMatchBorder": "#80CBC4",
"editor.findMatchHighlightBorder": "#ffffff30",
"editorIndentGuide.background": "#4E557970",
"editorIndentGuide.activeBackground": "#4E5579",
"editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#f0717860",
"activityBar.border": "#292D3E60",
"activityBar.foreground": "#A6ACCD",
"activityBar.activeBorder": "#80CBC4",
"extensionBadge.remoteForeground": "#A6ACCD",
"scrollbarSlider.background": "#A6ACCD20",
"scrollbarSlider.hoverBackground": "#A6ACCD10",
"scrollbarSlider.activeBackground": "#80CBC4",
"tab.unfocusedActiveBorder": "#676E95",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#676E95",
"tab.activeBackground": "#292D3E",
"tab.unfocusedActiveForeground": "#A6ACCD",
"editorWidget.resizeBorder": "#80CBC4",
"editorWidget.border": "#80CBC4",
"statusBar.border": "#292D3E60",
"statusBar.foreground": "#676E95",
"editorBracketMatch.border": "#FFCC0050",
"editorBracketMatch.background": "#292D3E",
"editorOverviewRuler.findMatchForeground": "#80CBC4",
"editorOverviewRuler.border": "#292D3E",
"editorOverviewRuler.errorForeground": "#f0717840",
"editorOverviewRuler.infoForeground": "#82AAFF40",
"editorOverviewRuler.warningForeground": "#FFCB6B40",
"editorInfo.foreground": "#82AAFF70",
"editorWarning.foreground": "#FFCB6B70",
"editorError.foreground": "#f0717870",
"editorHoverWidget.border": "#FFFFFF10",
"titleBar.activeForeground": "#A6ACCD",
"titleBar.inactiveBackground": "#292D3E",
"titleBar.inactiveForeground": "#676E95",
"titleBar.border": "#292D3E60",
"input.foreground": "#A6ACCD",
"input.placeholderForeground": "#A6ACCD60",
"input.border": "#FFFFFF10",
"inputValidation.errorBorder": "#f07178",
"inputValidation.infoBorder": "#82AAFF",
"inputValidation.warningBorder": "#FFCB6B",
"dropdown.border": "#FFFFFF10",
"quickInput.background": "#292D3E",
"quickInput.foreground": "#676E95",
"list.hoverForeground": "#FFFFFF",
"list.inactiveSelectionForeground": "#80CBC4",
"quickInput.list.focusBackground": "#A6ACCD20",
"editorSuggestWidget.background": "#292D3E",
"editorSuggestWidget.foreground": "#A6ACCD",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#00000050",
"editorSuggestWidget.border": "#FFFFFF10",
"diffEditor.insertedTextBackground": "#89DDFF20",
"diffEditor.removedTextBackground": "#ff9cac20",
"notifications.background": "#292D3E",
"notifications.foreground": "#A6ACCD",
"notificationLink.foreground": "#80CBC4",
"extensionButton.prominentBackground": "#C3E88D90",
"extensionButton.prominentHoverBackground": "#C3E88D",
"extensionButton.prominentForeground": "#000000",
"peekViewEditorGutter.background": "#A6ACCD05",
"peekViewTitleDescription.foreground": "#A6ACCD60",
"peekViewResult.matchHighlightBackground": "#717CB450",
"peekViewEditor.matchHighlightBackground": "#717CB450",
"peekViewResult.selectionBackground": "#676E9570",
"gitDecoration.deletedResourceForeground": "#f0717890",
"gitDecoration.conflictingResourceForeground": "#FFCB6B90",
"gitDecoration.modifiedResourceForeground": "#82AAFF90",
"gitDecoration.untrackedResourceForeground": "#C3E88D90",
"gitDecoration.ignoredResourceForeground": "#676E9590",
"breadcrumb.background": "#292D3E",
"breadcrumb.foreground": "#676E95",
"breadcrumb.focusForeground": "#A6ACCD",
"breadcrumb.activeSelectionForeground": "#80CBC4",
"breadcrumbPicker.background": "#292D3E",
"menu.background": "#292D3E",
"menu.foreground": "#A6ACCD",
"menu.selectionBackground": "#00000050",
"menu.selectionForeground": "#80CBC4",
"menu.selectionBorder": "#00000030",
"menu.separatorBackground": "#A6ACCD",
"menubar.selectionBackground": "#00000030",
"menubar.selectionForeground": "#80CBC4",
"menubar.selectionBorder": "#00000030",
"settings.dropdownForeground": "#A6ACCD",
"settings.dropdownBackground": "#292D3E",
"settings.numberInputForeground": "#A6ACCD",
"settings.numberInputBackground": "#292D3E",
"settings.textInputForeground": "#A6ACCD",
"settings.textInputBackground": "#292D3E",
"settings.headerForeground": "#80CBC4",
"settings.modifiedItemIndicator": "#80CBC4",
"settings.checkboxBackground": "#292D3E",
"settings.checkboxForeground": "#A6ACCD",
"listFilterWidget.background": "#00000030",
"listFilterWidget.outline": "#00000030",
"listFilterWidget.noMatchesOutline": "#00000030"
}
}

814
node_modules/shiki/themes/material-theme.json generated vendored Normal file
View file

@ -0,0 +1,814 @@
{
"name": "material-theme",
"semanticHighlighting": true,
"tokenColors": [
{
"name": "Global settings",
"settings": {
"background": "#263238",
"foreground": "#EEFFFF"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Punctuation",
"scope": "punctuation, constant.other.symbol",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "String Escape",
"scope": "constant.character.escape, text.html constant.character.entity.named",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Boolean",
"scope": "constant.language.boolean",
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Variable",
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Other Keyword",
"scope": "keyword.other",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Keyword",
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Function call",
"scope": "entity.name.function, support.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Storage",
"scope": "storage.type, storage.modifier, storage.control",
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "Modules",
"scope": "support.module, support.node",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Type",
"scope": "support.type, constant.other.key",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Type",
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#546E7A",
"fontStyle": "italic"
}
},
{
"name": "Comment",
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
"settings": {
"foreground": "#546E7A",
"fontStyle": "italic"
}
},
{
"name": "Punctuation",
"scope": "punctuation",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Class",
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "Class variable",
"scope": "variable.object.property, meta.field.declaration entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Class method",
"scope": "meta.definition.method entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function definition",
"scope": "meta.function entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Template expression",
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Reset embedded/template expression colors",
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "YAML key",
"scope": "entity.name.tag.yaml",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON key",
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON constant",
"scope": "constant.language.json",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "CSS class",
"scope": "entity.other.attribute-name.class",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "CSS ID",
"scope": "entity.other.attribute-name.id",
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "CSS tag",
"scope": "source.css entity.name.tag",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "CSS properties",
"scope": "support.type.property-name.css",
"settings": {
"foreground": "#B2CCD6"
}
},
{
"name": "HTML tag outer",
"scope": "meta.tag, punctuation.definition.tag",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "HTML tag inner",
"scope": "entity.name.tag",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "HTML tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "HTML entities",
"scope": "punctuation.definition.entity.html",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Markdown heading",
"scope": "markup.heading",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Markdown link text",
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Markdown list item",
"scope": "text.html.markdown beginning.punctuation.definition.list",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Markdown italic",
"scope": "markup.italic",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Markdown bold",
"scope": "markup.bold",
"settings": {
"foreground": "#f07178",
"fontStyle": "bold"
}
},
{
"name": "Markdown bold italic",
"scope": "markup.bold markup.italic, markup.italic markup.bold",
"settings": {
"foreground": "#f07178",
"fontStyle": "italic bold"
}
},
{
"name": "Markdown code block",
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markdown inline code",
"scope": "markup.inline.raw.string.markdown",
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "INI property name",
"scope": "keyword.other.definition.ini",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "INI section title",
"scope": "entity.name.section.group-title.ini",
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "C# class",
"scope": "source.cs meta.class.identifier storage.type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# class method",
"scope": "source.cs meta.method.identifier entity.name.function",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "C# function call",
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "C# type",
"scope": "source.cs storage.type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# return type",
"scope": "source.cs meta.method.return-type",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C# preprocessor",
"scope": "source.cs meta.preprocessor",
"settings": {
"foreground": "#546E7A"
}
},
{
"name": "C# namespace",
"scope": "source.cs entity.name.type.namespace",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "JSX Text",
"scope": "meta.jsx.children, SXNested",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "JSX Components name",
"scope": "support.class.component",
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "C-related Block Level Variables",
"scope": "source.cpp meta.block variable.other",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Member Access Meta",
"scope": "source.python meta.member.access.python",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function Call",
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Blocks",
"scope": "meta.block",
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function Call",
"scope": "entity.name.function.call",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Namespaces",
"scope": "source.php support.other.namespace, source.php meta.use support.class",
"settings": {
"foreground": "#EEFFFF"
}
},
{
"name": "Constant keywords",
"scope": "constant.keyword",
"settings": {
"foreground": "#89DDFF",
"fontStyle": "italic"
}
},
{
"name": "Entity name",
"scope": "entity.name.function",
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Global settings",
"settings": {
"background": "#263238",
"foreground": "#EEFFFF"
}
},
{
"name": "Markup Deleted",
"scope": ["markup.deleted"],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Markup Inserted",
"scope": ["markup.inserted"],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markup Underline",
"scope": ["markup.underline"],
"settings": {
"fontStyle": "underline"
}
},
{
"name": "Keyword Control",
"scope": ["keyword.control"],
"settings": {
"foreground": "#89DDFF",
"fontStyle": "italic"
}
},
{
"name": "Parameter",
"scope": ["variable.parameter"],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Python - Self Parameter",
"scope": ["variable.parameter.function.language.special.self.python"],
"settings": {
"foreground": "#f07178",
"fontStyle": "italic"
}
},
{
"name": "Python - Format Placeholder",
"scope": ["constant.character.format.placeholder.other.python"],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "Markdown - Blockquote",
"scope": ["markup.quote"],
"settings": {
"fontStyle": "italic",
"foreground": "#89DDFF"
}
},
{
"name": "Markdown - Fenced Language",
"scope": ["markup.fenced_code.block"],
"settings": {
"foreground": "#EEFFFF90"
}
},
{
"name": "Markdown - Blockquote Punctuation",
"scope": ["punctuation.definition.quote"],
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "JSON Key - Level 0",
"scope": ["meta.structure.dictionary.json support.type.property-name.json"],
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "JSON Key - Level 1",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#FFCB6B"
}
},
{
"name": "JSON Key - Level 2",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "JSON Key - Level 3",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON Key - Level 4",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#916b53"
}
},
{
"name": "JSON Key - Level 5",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "JSON Key - Level 6",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#ff9cac"
}
},
{
"name": "JSON Key - Level 7",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "JSON Key - Level 8",
"scope": [
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C3E88D"
}
}
],
"colors": {
"focusBorder": "#FFFFFF00",
"foreground": "#EEFFFF",
"button.background": "#80CBC420",
"button.foreground": "#ffffff",
"dropdown.background": "#263238",
"input.background": "#303C41",
"inputOption.activeBorder": "#EEFFFF30",
"list.activeSelectionBackground": "#263238",
"list.activeSelectionForeground": "#80CBC4",
"list.dropBackground": "#f0717880",
"list.focusBackground": "#EEFFFF20",
"list.focusForeground": "#EEFFFF",
"list.highlightForeground": "#80CBC4",
"list.hoverBackground": "#263238",
"list.inactiveSelectionBackground": "#00000030",
"activityBar.background": "#263238",
"activityBar.dropBackground": "#f0717880",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"badge.background": "#00000030",
"badge.foreground": "#546E7A",
"sideBar.background": "#263238",
"sideBarSectionHeader.background": "#263238",
"editorGroup.dropBackground": "#f0717880",
"editorGroup.focusedEmptyBorder": "#f07178",
"editorGroupHeader.tabsBackground": "#263238",
"tab.border": "#263238",
"tab.activeBorder": "#80CBC4",
"tab.inactiveBackground": "#263238",
"tab.activeModifiedBorder": "#607a86",
"tab.inactiveModifiedBorder": "#904348",
"tab.unfocusedActiveModifiedBorder": "#c05a60",
"tab.unfocusedInactiveModifiedBorder": "#904348",
"editor.background": "#263238",
"editor.foreground": "#EEFFFF",
"editorLineNumber.foreground": "#37474F",
"editorLineNumber.activeForeground": "#607a86",
"editorCursor.foreground": "#FFCC00",
"editor.selectionBackground": "#80CBC420",
"editor.selectionHighlightBackground": "#FFCC0020",
"editor.wordHighlightBackground": "#ff9cac30",
"editor.wordHighlightStrongBackground": "#C3E88D30",
"editor.findMatchHighlight": "#EEFFFF",
"editor.findRangeHighlightBackground": "#FFCB6B30",
"editor.lineHighlightBorder": "#00000000",
"editor.rangeHighlightBackground": "#FFFFFF0d",
"editorWhitespace.foreground": "#EEFFFF40",
"editorWidget.background": "#263238",
"editorHoverWidget.background": "#263238",
"editorMarkerNavigation.background": "#EEFFFF05",
"peekView.border": "#00000030",
"peekViewEditor.background": "#EEFFFF05",
"peekViewResult.background": "#EEFFFF05",
"peekViewTitle.background": "#EEFFFF05",
"panel.background": "#263238",
"panel.border": "#26323860",
"panelTitle.activeBorder": "#80CBC4",
"panelTitle.inactiveForeground": "#EEFFFF",
"notebook.focusedCellBorder": "#80CBC4",
"notebook.inactiveFocusedCellBorder": "#80CBC450",
"statusBar.background": "#263238",
"statusBar.debuggingBackground": "#C792EA",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.noFolderBackground": "#263238",
"statusBarItem.activeBackground": "#f0717880",
"statusBarItem.hoverBackground": "#546E7A20",
"statusBarItem.remoteBackground": "#80CBC4",
"statusBarItem.remoteForeground": "#000000",
"titleBar.activeBackground": "#263238",
"pickerGroup.border": "#FFFFFF1a",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#82AAFF",
"terminal.ansiBrightBlack": "#546E7A",
"terminal.ansiBrightBlue": "#82AAFF",
"terminal.ansiBrightCyan": "#89DDFF",
"terminal.ansiBrightGreen": "#C3E88D",
"terminal.ansiBrightMagenta": "#C792EA",
"terminal.ansiBrightRed": "#f07178",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.ansiBrightYellow": "#FFCB6B",
"terminal.ansiCyan": "#89DDFF",
"terminal.ansiGreen": "#C3E88D",
"terminal.ansiMagenta": "#C792EA",
"terminal.ansiRed": "#f07178",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiYellow": "#FFCB6B",
"debugToolBar.background": "#263238",
"debugConsole.errorForeground": "#f07178",
"debugConsole.infoForeground": "#89DDFF",
"debugConsole.warningForeground": "#FFCB6B",
"selection.background": "#00000080",
"editorRuler.foreground": "#37474F",
"widget.shadow": "#00000030",
"scrollbar.shadow": "#00000030",
"editorLink.activeForeground": "#EEFFFF",
"progressBar.background": "#80CBC4",
"pickerGroup.foreground": "#80CBC4",
"tree.indentGuidesStroke": "#37474F",
"terminalCursor.foreground": "#FFCB6B",
"terminalCursor.background": "#000000",
"inputOption.activeBackground": "#EEFFFF30",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#EEFFFF",
"sideBar.foreground": "#607a86",
"sideBar.border": "#26323860",
"sideBarTitle.foreground": "#EEFFFF",
"sideBarSectionHeader.border": "#26323860",
"panel.dropBackground": "#EEFFFF",
"panelTitle.activeForeground": "#FFFFFF",
"editor.lineHighlightBackground": "#00000050",
"editor.findMatchBackground": "#000000",
"editor.findMatchHighlightBackground": "#00000050",
"editor.findMatchBorder": "#80CBC4",
"editor.findMatchHighlightBorder": "#ffffff30",
"editorIndentGuide.background": "#37474F70",
"editorIndentGuide.activeBackground": "#37474F",
"editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#f0717860",
"activityBar.border": "#26323860",
"activityBar.foreground": "#EEFFFF",
"activityBar.activeBorder": "#80CBC4",
"extensionBadge.remoteForeground": "#EEFFFF",
"scrollbarSlider.background": "#EEFFFF20",
"scrollbarSlider.hoverBackground": "#EEFFFF10",
"scrollbarSlider.activeBackground": "#80CBC4",
"tab.unfocusedActiveBorder": "#546E7A",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#607a86",
"tab.activeBackground": "#263238",
"tab.unfocusedActiveForeground": "#EEFFFF",
"editorWidget.resizeBorder": "#80CBC4",
"editorWidget.border": "#80CBC4",
"statusBar.border": "#26323860",
"statusBar.foreground": "#546E7A",
"editorBracketMatch.border": "#FFCC0050",
"editorBracketMatch.background": "#263238",
"editorOverviewRuler.findMatchForeground": "#80CBC4",
"editorOverviewRuler.border": "#263238",
"editorOverviewRuler.errorForeground": "#f0717840",
"editorOverviewRuler.infoForeground": "#82AAFF40",
"editorOverviewRuler.warningForeground": "#FFCB6B40",
"editorInfo.foreground": "#82AAFF70",
"editorWarning.foreground": "#FFCB6B70",
"editorError.foreground": "#f0717870",
"editorHoverWidget.border": "#FFFFFF10",
"titleBar.activeForeground": "#EEFFFF",
"titleBar.inactiveBackground": "#263238",
"titleBar.inactiveForeground": "#607a86",
"titleBar.border": "#26323860",
"input.foreground": "#EEFFFF",
"input.placeholderForeground": "#EEFFFF60",
"input.border": "#FFFFFF10",
"inputValidation.errorBorder": "#f07178",
"inputValidation.infoBorder": "#82AAFF",
"inputValidation.warningBorder": "#FFCB6B",
"dropdown.border": "#FFFFFF10",
"quickInput.background": "#263238",
"quickInput.foreground": "#607a86",
"list.hoverForeground": "#FFFFFF",
"list.inactiveSelectionForeground": "#80CBC4",
"quickInput.list.focusBackground": "#EEFFFF20",
"editorSuggestWidget.background": "#263238",
"editorSuggestWidget.foreground": "#EEFFFF",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#00000050",
"editorSuggestWidget.border": "#FFFFFF10",
"diffEditor.insertedTextBackground": "#89DDFF20",
"diffEditor.removedTextBackground": "#ff9cac20",
"notifications.background": "#263238",
"notifications.foreground": "#EEFFFF",
"notificationLink.foreground": "#80CBC4",
"extensionButton.prominentBackground": "#C3E88D90",
"extensionButton.prominentHoverBackground": "#C3E88D",
"extensionButton.prominentForeground": "#000000",
"peekViewEditorGutter.background": "#EEFFFF05",
"peekViewTitleDescription.foreground": "#EEFFFF60",
"peekViewResult.matchHighlightBackground": "#80CBC420",
"peekViewEditor.matchHighlightBackground": "#80CBC420",
"peekViewResult.selectionBackground": "#607a8670",
"gitDecoration.deletedResourceForeground": "#f0717890",
"gitDecoration.conflictingResourceForeground": "#FFCB6B90",
"gitDecoration.modifiedResourceForeground": "#82AAFF90",
"gitDecoration.untrackedResourceForeground": "#C3E88D90",
"gitDecoration.ignoredResourceForeground": "#607a8690",
"breadcrumb.background": "#263238",
"breadcrumb.foreground": "#607a86",
"breadcrumb.focusForeground": "#EEFFFF",
"breadcrumb.activeSelectionForeground": "#80CBC4",
"breadcrumbPicker.background": "#263238",
"menu.background": "#263238",
"menu.foreground": "#EEFFFF",
"menu.selectionBackground": "#00000050",
"menu.selectionForeground": "#80CBC4",
"menu.selectionBorder": "#00000030",
"menu.separatorBackground": "#EEFFFF",
"menubar.selectionBackground": "#00000030",
"menubar.selectionForeground": "#80CBC4",
"menubar.selectionBorder": "#00000030",
"settings.dropdownForeground": "#EEFFFF",
"settings.dropdownBackground": "#263238",
"settings.numberInputForeground": "#EEFFFF",
"settings.numberInputBackground": "#263238",
"settings.textInputForeground": "#EEFFFF",
"settings.textInputBackground": "#263238",
"settings.headerForeground": "#80CBC4",
"settings.modifiedItemIndicator": "#80CBC4",
"settings.checkboxBackground": "#263238",
"settings.checkboxForeground": "#EEFFFF",
"listFilterWidget.background": "#00000030",
"listFilterWidget.outline": "#00000030",
"listFilterWidget.noMatchesOutline": "#00000030"
}
}

294
node_modules/shiki/themes/min-dark.json generated vendored Normal file
View file

@ -0,0 +1,294 @@
{
"name": "min-dark",
"type": "dark",
"colors": {
"editorIndentGuide.activeBackground": "#383838",
"editorIndentGuide.background": "#2A2A2A",
"editorRuler.foreground": "#2A2A2A",
"editorLineNumber.foreground": "#727272",
"activityBar.background": "#1A1A1A",
"activityBar.foreground": "#7D7D7D",
"activityBarBadge.background": "#383838",
"badge.background": "#383838",
"badge.foreground": "#C1C1C1",
"button.background": "#333",
"editor.background": "#1f1f1f",
"editor.lineHighlightBorder": "#303030",
"editorGroupHeader.tabsBackground": "#1A1A1A",
"editorGroupHeader.tabsBorder": "#1A1A1A",
"editorSuggestWidget.background": "#1A1A1A",
"focusBorder": "#444",
"foreground": "#888888",
"gitDecoration.ignoredResourceForeground": "#444444",
"input.background": "#2A2A2A",
"input.foreground": "#E0E0E0",
"list.activeSelectionBackground": "#212121",
"list.activeSelectionForeground": "#F5F5F5",
"list.focusBackground": "#292929",
"list.highlightForeground": "#EAEAEA",
"list.hoverBackground": "#262626",
"list.hoverForeground": "#9E9E9E",
"list.inactiveSelectionBackground": "#212121",
"list.inactiveSelectionForeground": "#F5F5F5",
"panelTitle.activeBorder": "#1f1f1f",
"panelTitle.activeForeground": "#FAFAFA",
"panelTitle.inactiveForeground": "#484848",
"peekView.border": "#444",
"peekViewEditor.background": "#242424",
"pickerGroup.border": "#363636",
"pickerGroup.foreground": "#EAEAEA",
"progressBar.background": "#FAFAFA",
"scrollbar.shadow": "#1f1f1f",
"sideBar.background": "#1A1A1A",
"sideBarSectionHeader.background": "#202020",
"statusBar.background": "#1A1A1A",
"statusBar.debuggingBackground": "#1A1A1A",
"statusBar.foreground": "#7E7E7E",
"statusBar.noFolderBackground": "#1A1A1A",
"statusBarItem.remoteForeground": "#7E7E7E",
"statusBarItem.remoteBackground": "#1a1a1a00",
"statusBarItem.prominentBackground": "#fafafa1a",
"tab.activeBorder": "#1e1e1e",
"tab.activeForeground": "#FAFAFA",
"tab.border": "#1A1A1A",
"tab.inactiveBackground": "#1A1A1A",
"tab.inactiveForeground": "#727272",
"textLink.foreground": "#CCC",
"textLink.activeForeground": "#fafafa",
"titleBar.activeBackground": "#1A1A1A",
"titleBar.border": "#00000000",
"terminal.ansiBrightBlack": "#5c5c5c",
"inputOption.activeBackground": "#3a3a3a",
"debugIcon.continueForeground": "#FF7A84",
"debugIcon.disconnectForeground": "#FF7A84",
"debugIcon.pauseForeground": "#FF7A84",
"debugIcon.restartForeground": "#79b8ff",
"debugIcon.startForeground": "#79b8ff",
"debugIcon.stepBackForeground": "#FF7A84",
"debugIcon.stepIntoForeground": "#FF7A84",
"debugIcon.stepOutForeground": "#FF7A84",
"debugIcon.stepOverForeground": "#FF7A84",
"debugIcon.stopForeground": "#79b8ff",
"debugIcon.breakpointCurrentStackframeForeground": "#79b8ff",
"debugIcon.breakpointDisabledForeground": "#848484",
"debugIcon.breakpointForeground": "#FF7A84",
"debugIcon.breakpointStackframeForeground": "#79b8ff",
"debugIcon.breakpointUnverifiedForeground": "#848484",
"symbolIcon.classForeground": "#FF9800",
"symbolIcon.enumeratorForeground": "#FF9800",
"symbolIcon.eventForeground": "#FF9800",
"symbolIcon.methodForeground": "#b392f0",
"symbolIcon.constructorForeground": "#b392f0",
"symbolIcon.functionForeground": "#b392f0",
"symbolIcon.fieldForeground": "#79b8ff",
"symbolIcon.interfaceForeground": "#79b8ff",
"symbolIcon.variableForeground": "#79b8ff",
"symbolIcon.enumeratorMemberForeground": "#79b8ff",
"diffEditor.insertedTextBackground": "#3a632a4b",
"diffEditor.removedTextBackground": "#88063852"
},
"tokenColors": [
{
"settings": {
"foreground": "#b392f0"
}
},
{
"scope": [
"support.function",
"keyword.operator.accessor",
"meta.group.braces.round.function.arguments",
"meta.template.expression",
"markup.fenced_code meta.embedded.block"
],
"settings": {
"foreground": "#b392f0"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
"settings": {
"fontStyle": "bold",
"foreground": "#FF7A84"
}
},
{
"scope": ["markup.italic.markdown"],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "meta.link.inline.markdown",
"settings": {
"fontStyle": "underline",
"foreground": "#1976D2"
}
},
{
"scope": ["string", "markup.fenced_code", "markup.inline"],
"settings": {
"foreground": "#9db1c5"
}
},
{
"scope": ["comment", "string.quoted.docstring.multi"],
"settings": {
"foreground": "#6b737c"
}
},
{
"scope": [
"constant.language",
"variable.language.this",
"variable.other.object",
"variable.other.class",
"variable.other.constant",
"meta.property-name",
"support",
"string.other.link.title.markdown"
],
"settings": {
"foreground": "#79b8ff"
}
},
{
"scope": [
"constant.numeric",
"constant.other.placeholder",
"constant.character.format.placeholder",
"meta.property-value",
"keyword.other.unit",
"keyword.other.template",
"entity.name.tag.yaml",
"entity.other.attribute-name",
"support.type.property-name.json"
],
"settings": {
"foreground": "#f8f8f8"
}
},
{
"scope": [
"keyword",
"storage.modifier",
"storage.type",
"storage.control.clojure",
"entity.name.function.clojure",
"support.function.node",
"punctuation.separator.key-value",
"punctuation.definition.template-expression"
],
"settings": {
"foreground": "#f97583"
}
},
{
"scope": "variable.parameter.function",
"settings": {
"foreground": "#FF9800"
}
},
{
"scope": [
"entity.name.type",
"entity.other.inherited-class",
"meta.function-call",
"meta.instance.constructor",
"entity.other.attribute-name",
"entity.name.function",
"constant.keyword.clojure"
],
"settings": {
"foreground": "#b392f0"
}
},
{
"scope": [
"entity.name.tag",
"string.quoted",
"string.regexp",
"string.interpolated",
"string.template",
"string.unquoted.plain.out.yaml",
"keyword.other.template"
],
"settings": {
"foreground": "#ffab70"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#316bcd"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#cd9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#cd3131"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#800080"
}
},
{
"scope": [
"punctuation.definition.arguments",
"punctuation.definition.dict",
"punctuation.separator",
"meta.function-call.arguments"
],
"settings": {
"foreground": "#bbbbbb"
}
},
{
"name": "[Custom] Markdown links",
"scope": "markup.underline.link",
"settings": {
"foreground": "#ffab70"
}
},
{
"name": "[Custom] Markdown list",
"scope": ["beginning.punctuation.definition.list.markdown"],
"settings": {
"foreground": "#FF7A84"
}
},
{
"name": "[Custom] Markdown punctuation definition",
"scope": "punctuation.definition.metadata.markdown",
"settings": {
"foreground": "#ffab70"
}
},
{
"name": "[Custom] Markdown punctuation definition brackets",
"scope": [
"punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown"
],
"settings": {
"foreground": "#79b8ff"
}
}
],
"semanticHighlighting": true
}

305
node_modules/shiki/themes/min-light.json generated vendored Normal file
View file

@ -0,0 +1,305 @@
{
"name": "min-light",
"type": "light",
"colors": {
"activityBar.background": "#f6f6f6",
"activityBar.foreground": "#9E9E9E",
"activityBarBadge.background": "#616161",
"badge.background": "#E0E0E0",
"badge.foreground": "#616161",
"button.background": "#757575",
"button.hoverBackground": "#616161",
"editor.background": "#ffffff",
"editor.foreground": "#212121",
"editor.lineHighlightBorder": "#f2f2f2",
"editorBracketMatch.background": "#E7F3FF",
"editorBracketMatch.border": "#c8e1ff",
"editorGroupHeader.tabsBackground": "#f6f6f6",
"editorGroupHeader.tabsBorder": "#fff",
"editorIndentGuide.background": "#EEE",
"editorLineNumber.activeForeground": "#757575",
"editorLineNumber.foreground": "#CCC",
"editorSuggestWidget.background": "#F3F3F3",
"extensionButton.prominentBackground": "#000000AA",
"extensionButton.prominentHoverBackground": "#000000BB",
"focusBorder": "#D0D0D0",
"foreground": "#757575",
"gitDecoration.ignoredResourceForeground": "#AAAAAA",
"input.border": "#E9E9E9",
"list.activeSelectionBackground": "#EEE",
"list.activeSelectionForeground": "#212121",
"list.focusBackground": "#ddd",
"list.focusForeground": "#212121",
"list.highlightForeground": "#212121",
"list.inactiveSelectionBackground": "#E0E0E0",
"list.inactiveSelectionForeground": "#212121",
"panel.background": "#fff",
"panel.border": "#f4f4f4",
"panelTitle.activeBorder": "#fff",
"panelTitle.inactiveForeground": "#BDBDBD",
"peekView.border": "#E0E0E0",
"peekViewEditor.background": "#f8f8f8",
"pickerGroup.foreground": "#000",
"progressBar.background": "#000",
"scrollbar.shadow": "#FFF",
"sideBar.background": "#f6f6f6",
"sideBar.border": "#f6f6f6",
"sideBarSectionHeader.background": "#EEE",
"sideBarTitle.foreground": "#999",
"statusBar.background": "#f6f6f6",
"statusBar.border": "#f6f6f6",
"statusBar.debuggingBackground": "#f6f6f6",
"statusBar.foreground": "#7E7E7E",
"statusBar.noFolderBackground": "#f6f6f6",
"statusBarItem.remoteForeground": "#7E7E7E",
"statusBarItem.remoteBackground": "#f6f6f600",
"statusBarItem.prominentBackground": "#0000001a",
"tab.activeBorder": "#FFF",
"tab.activeForeground": "#424242",
"tab.border": "#f6f6f6",
"tab.inactiveBackground": "#f6f6f6",
"tab.inactiveForeground": "#BDBDBD",
"tab.unfocusedActiveBorder": "#fff",
"terminal.ansiBlack": "#333",
"terminal.ansiBlue": "#e0e0e0",
"terminal.ansiBrightBlack": "#a1a1a1",
"terminal.ansiBrightBlue": "#6871ff",
"terminal.ansiBrightCyan": "#57d9ad",
"terminal.ansiBrightGreen": "#a3d900",
"terminal.ansiBrightMagenta": "#a37acc",
"terminal.ansiBrightRed": "#d6656a",
"terminal.ansiBrightWhite": "#7E7E7E",
"terminal.ansiBrightYellow": "#e7c547",
"terminal.ansiCyan": "#4dbf99",
"terminal.ansiGreen": "#77cc00",
"terminal.ansiMagenta": "#9966cc",
"terminal.ansiRed": "#D32F2F",
"terminal.ansiWhite": "#c7c7c7",
"terminal.ansiYellow": "#f29718",
"terminal.background": "#fff",
"textLink.activeForeground": "#000",
"textLink.foreground": "#000",
"titleBar.activeBackground": "#f6f6f6",
"titleBar.border": "#FFFFFF00",
"titleBar.inactiveBackground": "#f6f6f6",
"inputOption.activeBackground": "#EDEDED",
"debugIcon.continueForeground": "#6f42c1",
"debugIcon.disconnectForeground": "#6f42c1",
"debugIcon.pauseForeground": "#6f42c1",
"debugIcon.restartForeground": "#1976D2",
"debugIcon.startForeground": "#1976D2",
"debugIcon.stepBackForeground": "#6f42c1",
"debugIcon.stepIntoForeground": "#6f42c1",
"debugIcon.stepOutForeground": "#6f42c1",
"debugIcon.stepOverForeground": "#6f42c1",
"debugIcon.stopForeground": "#1976D2",
"debugIcon.breakpointCurrentStackframeForeground": "#1976D2",
"debugIcon.breakpointDisabledForeground": "#848484",
"debugIcon.breakpointForeground": "#D32F2F",
"debugIcon.breakpointStackframeForeground": "#1976D2",
"symbolIcon.classForeground": "#dd8500",
"symbolIcon.enumeratorForeground": "#dd8500",
"symbolIcon.eventForeground": "#dd8500",
"symbolIcon.methodForeground": "#6f42c1",
"symbolIcon.constructorForeground": "#6f42c1",
"symbolIcon.functionForeground": "#6f42c1",
"symbolIcon.fieldForeground": "#1976D2",
"symbolIcon.interfaceForeground": "#1976D2",
"symbolIcon.variableForeground": "#1976D2",
"symbolIcon.enumeratorMemberForeground": "#1976D2",
"diffEditor.removedTextBackground": "#e597af52",
"diffEditor.insertedTextBackground": "#b7e7a44b"
},
"tokenColors": [
{
"settings": {
"foreground": "#24292eff"
}
},
{
"scope": [
"keyword.operator.accessor",
"meta.group.braces.round.function.arguments",
"meta.template.expression",
"markup.fenced_code meta.embedded.block"
],
"settings": {
"foreground": "#24292eff"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": ["markup.italic.markdown"],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "meta.link.inline.markdown",
"settings": {
"fontStyle": "underline",
"foreground": "#1976D2"
}
},
{
"scope": ["string", "markup.fenced_code", "markup.inline"],
"settings": {
"foreground": "#2b5581"
}
},
{
"scope": ["comment", "string.quoted.docstring.multi"],
"settings": {
"foreground": "#c2c3c5"
}
},
{
"scope": [
"constant.numeric",
"constant.language",
"constant.other.placeholder",
"constant.character.format.placeholder",
"variable.language.this",
"variable.other.object",
"variable.other.class",
"variable.other.constant",
"meta.property-name",
"meta.property-value",
"support"
],
"settings": {
"foreground": "#1976D2"
}
},
{
"scope": [
"keyword",
"storage.modifier",
"storage.type",
"storage.control.clojure",
"entity.name.function.clojure",
"entity.name.tag.yaml",
"support.function.node",
"support.type.property-name.json",
"punctuation.separator.key-value",
"punctuation.definition.template-expression"
],
"settings": {
"foreground": "#D32F2F"
}
},
{
"scope": "variable.parameter.function",
"settings": {
"foreground": "#FF9800"
}
},
{
"scope": [
"support.function",
"entity.name.type",
"entity.other.inherited-class",
"meta.function-call",
"meta.instance.constructor",
"entity.other.attribute-name",
"entity.name.function",
"constant.keyword.clojure"
],
"settings": {
"foreground": "#6f42c1"
}
},
{
"scope": [
"entity.name.tag",
"string.quoted",
"string.regexp",
"string.interpolated",
"string.template",
"string.unquoted.plain.out.yaml",
"keyword.other.template"
],
"settings": {
"foreground": "#22863a"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#316bcd"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#cd9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#cd3131"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#800080"
}
},
{
"scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
"settings": {
"foreground": "#6f42c1"
}
},
{
"scope": [
"punctuation.definition.arguments",
"punctuation.definition.dict",
"punctuation.separator",
"meta.function-call.arguments"
],
"settings": {
"foreground": "#212121"
}
},
{
"name": "[Custom] Markdown links",
"scope": ["markup.underline.link", "punctuation.definition.metadata.markdown"],
"settings": {
"foreground": "#22863a"
}
},
{
"name": "[Custom] Markdown list",
"scope": ["beginning.punctuation.definition.list.markdown"],
"settings": {
"foreground": "#6f42c1"
}
},
{
"name": "[Custom] Markdown punctuation definition brackets",
"scope": [
"punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown",
"string.other.link.title.markdown",
"string.other.link.description.markdown"
],
"settings": {
"foreground": "#d32f2f"
}
}
]
}

472
node_modules/shiki/themes/monokai.json generated vendored Normal file
View file

@ -0,0 +1,472 @@
{
"type": "dark",
"colors": {
"dropdown.background": "#414339",
"list.activeSelectionBackground": "#75715E",
"quickInputList.focusBackground": "#414339",
"dropdown.listBackground": "#1e1f1c",
"list.inactiveSelectionBackground": "#414339",
"list.hoverBackground": "#3e3d32",
"list.dropBackground": "#414339",
"list.highlightForeground": "#f8f8f2",
"button.background": "#75715E",
"editor.background": "#272822",
"editor.foreground": "#f8f8f2",
"selection.background": "#878b9180",
"editor.selectionHighlightBackground": "#575b6180",
"editor.selectionBackground": "#878b9180",
"minimap.selectionHighlight": "#878b9180",
"editor.wordHighlightBackground": "#4a4a7680",
"editor.wordHighlightStrongBackground": "#6a6a9680",
"editor.lineHighlightBackground": "#3e3d32",
"editorLineNumber.activeForeground": "#c2c2bf",
"editorCursor.foreground": "#f8f8f0",
"editorWhitespace.foreground": "#464741",
"editorIndentGuide.background": "#464741",
"editorIndentGuide.activeBackground": "#767771",
"editorGroupHeader.tabsBackground": "#1e1f1c",
"editorGroup.dropBackground": "#41433980",
"tab.inactiveBackground": "#34352f",
"tab.border": "#1e1f1c",
"tab.inactiveForeground": "#ccccc7",
"tab.lastPinnedBorder": "#414339",
"widget.shadow": "#00000098",
"progressBar.background": "#75715E",
"badge.background": "#75715E",
"badge.foreground": "#f8f8f2",
"editorLineNumber.foreground": "#90908a",
"panelTitle.activeForeground": "#f8f8f2",
"panelTitle.activeBorder": "#75715E",
"panelTitle.inactiveForeground": "#75715E",
"panel.border": "#414339",
"settings.focusedRowBackground": "#4143395A",
"titleBar.activeBackground": "#1e1f1c",
"statusBar.background": "#414339",
"statusBar.noFolderBackground": "#414339",
"statusBar.debuggingBackground": "#75715E",
"statusBarItem.remoteBackground": "#AC6218",
"ports.iconRunningProcessForeground": "#ccccc7",
"activityBar.background": "#272822",
"activityBar.foreground": "#f8f8f2",
"sideBar.background": "#1e1f1c",
"sideBarSectionHeader.background": "#272822",
"menu.background": "#1e1f1c",
"menu.foreground": "#cccccc",
"pickerGroup.foreground": "#75715E",
"input.background": "#414339",
"inputOption.activeBorder": "#75715E",
"focusBorder": "#99947c",
"editorWidget.background": "#1e1f1c",
"debugToolBar.background": "#1e1f1c",
"diffEditor.insertedTextBackground": "#4b661680",
"diffEditor.removedTextBackground": "#90274A70",
"inputValidation.errorBackground": "#90274A",
"inputValidation.errorBorder": "#f92672",
"inputValidation.warningBackground": "#848528",
"inputValidation.warningBorder": "#e2e22e",
"inputValidation.infoBackground": "#546190",
"inputValidation.infoBorder": "#819aff",
"editorHoverWidget.background": "#414339",
"editorHoverWidget.border": "#75715E",
"editorSuggestWidget.background": "#272822",
"editorSuggestWidget.border": "#75715E",
"editorGroup.border": "#34352f",
"peekView.border": "#75715E",
"peekViewEditor.background": "#272822",
"peekViewResult.background": "#1e1f1c",
"peekViewTitle.background": "#1e1f1c",
"peekViewResult.selectionBackground": "#414339",
"peekViewResult.matchHighlightBackground": "#75715E",
"peekViewEditor.matchHighlightBackground": "#75715E",
"terminal.ansiBlack": "#333333",
"terminal.ansiRed": "#C4265E",
"terminal.ansiGreen": "#86B42B",
"terminal.ansiYellow": "#B3B42B",
"terminal.ansiBlue": "#6A7EC8",
"terminal.ansiMagenta": "#8C6BC8",
"terminal.ansiCyan": "#56ADBC",
"terminal.ansiWhite": "#e3e3dd",
"terminal.ansiBrightBlack": "#666666",
"terminal.ansiBrightRed": "#f92672",
"terminal.ansiBrightGreen": "#A6E22E",
"terminal.ansiBrightYellow": "#e2e22e",
"terminal.ansiBrightBlue": "#819aff",
"terminal.ansiBrightMagenta": "#AE81FF",
"terminal.ansiBrightCyan": "#66D9EF",
"terminal.ansiBrightWhite": "#f8f8f2"
},
"tokenColors": [
{
"settings": {
"foreground": "#F8F8F2"
}
},
{
"scope": ["meta.embedded", "source.groovy.embedded", "string meta.image.inline.markdown"],
"settings": {
"foreground": "#F8F8F2"
}
},
{
"name": "Comments",
"scope": ["comment", "string.quoted.docstring"],
"settings": {
"foreground": "#88846f"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#E6DB74"
}
},
{
"name": "Template Definition",
"scope": ["punctuation.definition.template-expression", "punctuation.section.embedded"],
"settings": {
"foreground": "#F92672"
}
},
{
"name": "Reset JavaScript string interpolation expression",
"scope": ["meta.template.expression"],
"settings": {
"foreground": "#F8F8F2"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#AE81FF"
}
},
{
"name": "Built-in constant",
"scope": "constant.language",
"settings": {
"foreground": "#AE81FF"
}
},
{
"name": "User-defined constant",
"scope": "constant.character, constant.other",
"settings": {
"foreground": "#AE81FF"
}
},
{
"name": "Variable",
"scope": "variable",
"settings": {
"fontStyle": "",
"foreground": "#F8F8F2"
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"foreground": "#F92672"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"fontStyle": "",
"foreground": "#F92672"
}
},
{
"name": "Storage type",
"scope": "storage.type",
"settings": {
"fontStyle": "italic",
"foreground": "#66D9EF"
}
},
{
"name": "Class name",
"scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution",
"settings": {
"fontStyle": "underline",
"foreground": "#A6E22E"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"fontStyle": "italic underline",
"foreground": "#A6E22E"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"fontStyle": "",
"foreground": "#A6E22E"
}
},
{
"name": "Function argument",
"scope": "variable.parameter",
"settings": {
"fontStyle": "italic",
"foreground": "#FD971F"
}
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"settings": {
"fontStyle": "",
"foreground": "#F92672"
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "",
"foreground": "#A6E22E"
}
},
{
"name": "Library function",
"scope": "support.function",
"settings": {
"fontStyle": "",
"foreground": "#66D9EF"
}
},
{
"name": "Library constant",
"scope": "support.constant",
"settings": {
"fontStyle": "",
"foreground": "#66D9EF"
}
},
{
"name": "Library class/type",
"scope": "support.type, support.class",
"settings": {
"fontStyle": "italic",
"foreground": "#66D9EF"
}
},
{
"name": "Library variable",
"scope": "support.other.variable",
"settings": {
"fontStyle": ""
}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"fontStyle": "",
"foreground": "#F44747"
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"foreground": "#F44747"
}
},
{
"name": "JSON String",
"scope": "meta.structure.dictionary.json string.quoted.double.json",
"settings": {
"foreground": "#CFCFC2"
}
},
{
"name": "diff.header",
"scope": "meta.diff, meta.diff.header",
"settings": {
"foreground": "#75715E"
}
},
{
"name": "diff.deleted",
"scope": "markup.deleted",
"settings": {
"foreground": "#F92672"
}
},
{
"name": "diff.inserted",
"scope": "markup.inserted",
"settings": {
"foreground": "#A6E22E"
}
},
{
"name": "diff.changed",
"scope": "markup.changed",
"settings": {
"foreground": "#E6DB74"
}
},
{
"scope": "constant.numeric.line-number.find-in-files - match",
"settings": {
"foreground": "#AE81FFA0"
}
},
{
"scope": "entity.name.filename.find-in-files",
"settings": {
"foreground": "#E6DB74"
}
},
{
"name": "Markup Quote",
"scope": "markup.quote",
"settings": {
"foreground": "#F92672"
}
},
{
"name": "Markup Lists",
"scope": "markup.list",
"settings": {
"foreground": "#E6DB74"
}
},
{
"name": "Markup Styling",
"scope": "markup.bold, markup.italic",
"settings": {
"foreground": "#66D9EF"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
"settings": {
"fontStyle": "",
"foreground": "#FD971F"
}
},
{
"name": "Markup Headings",
"scope": "markup.heading",
"settings": {
"foreground": "#A6E22E"
}
},
{
"name": "Markup Setext Header",
"scope": "markup.heading.setext",
"settings": {
"foreground": "#A6E22E",
"fontStyle": "bold"
}
},
{
"name": "Markup Headings",
"scope": "markup.heading.markdown",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Markdown Quote",
"scope": "markup.quote.markdown",
"settings": {
"fontStyle": "italic",
"foreground": "#75715E"
}
},
{
"name": "Markdown Bold",
"scope": "markup.bold.markdown",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Markdown Link Title/Description",
"scope": "string.other.link.title.markdown,string.other.link.description.markdown",
"settings": {
"foreground": "#AE81FF"
}
},
{
"name": "Markdown Underline Link/Image",
"scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
"settings": {
"foreground": "#E6DB74"
}
},
{
"name": "Markdown Emphasis",
"scope": "markup.italic.markdown",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.strikethrough",
"settings": {
"fontStyle": "strikethrough"
}
},
{
"name": "Markdown Punctuation Definition Link",
"scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown",
"settings": {
"foreground": "#f8f8f2"
}
},
{
"name": "Markdown List Punctuation",
"scope": ["punctuation.definition.list.begin.markdown"],
"settings": {
"foreground": "#A6E22E"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#6796e6"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#cd9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#f44747"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#b267e6"
}
},
{
"name": "this.self",
"scope": "variable.language",
"settings": {
"foreground": "#FD971F"
}
}
],
"semanticHighlighting": true,
"name": "monokai"
}

1402
node_modules/shiki/themes/nord.json generated vendored Normal file

File diff suppressed because it is too large Load diff

2104
node_modules/shiki/themes/one-dark-pro.json generated vendored Normal file

File diff suppressed because it is too large Load diff

1218
node_modules/shiki/themes/poimandres.json generated vendored Normal file

File diff suppressed because it is too large Load diff

675
node_modules/shiki/themes/rose-pine-dawn.json generated vendored Normal file
View file

@ -0,0 +1,675 @@
{
"name": "rose-pine-dawn",
"type": "light",
"colors": {
"activityBar.activeBorder": "#575279",
"activityBar.background": "#faf4ed",
"activityBar.dropBorder": "#f2e9e1",
"activityBar.foreground": "#575279",
"activityBar.inactiveForeground": "#797593",
"activityBarBadge.background": "#d7827e",
"activityBarBadge.foreground": "#faf4ed",
"badge.background": "#d7827e",
"badge.foreground": "#faf4ed",
"banner.background": "#fffaf3",
"banner.foreground": "#575279",
"banner.iconForeground": "#797593",
"breadcrumb.activeSelectionForeground": "#d7827e",
"breadcrumb.background": "#faf4ed",
"breadcrumb.focusForeground": "#797593",
"breadcrumb.foreground": "#9893a5",
"breadcrumbPicker.background": "#fffaf3",
"button.background": "#d7827e",
"button.foreground": "#faf4ed",
"button.hoverBackground": "#d7827ee6",
"button.secondaryBackground": "#fffaf3",
"button.secondaryForeground": "#575279",
"button.secondaryHoverBackground": "#f2e9e1",
"charts.blue": "#56949f",
"charts.foreground": "#575279",
"charts.green": "#286983",
"charts.lines": "#797593",
"charts.orange": "#d7827e",
"charts.purple": "#907aa9",
"charts.red": "#b4637a",
"charts.yellow": "#ea9d34",
"checkbox.background": "#fffaf3",
"checkbox.border": "#6e6a8614",
"checkbox.foreground": "#575279",
"debugExceptionWidget.background": "#fffaf3",
"debugExceptionWidget.border": "#6e6a8614",
"debugIcon.breakpointCurrentStackframeForeground": "#797593",
"debugIcon.breakpointDisabledForeground": "#797593",
"debugIcon.breakpointForeground": "#797593",
"debugIcon.breakpointStackframeForeground": "#797593",
"debugIcon.breakpointUnverifiedForeground": "#797593",
"debugIcon.continueForeground": "#797593",
"debugIcon.disconnectForeground": "#797593",
"debugIcon.pauseForeground": "#797593",
"debugIcon.restartForeground": "#797593",
"debugIcon.startForeground": "#797593",
"debugIcon.stepBackForeground": "#797593",
"debugIcon.stepIntoForeground": "#797593",
"debugIcon.stepOutForeground": "#797593",
"debugIcon.stepOverForeground": "#797593",
"debugIcon.stopForeground": "#b4637a",
"debugToolBar.background": "#fffaf3",
"debugToolBar.border": "#f2e9e1",
"descriptionForeground": "#797593",
"diffEditor.border": "#f2e9e1",
"diffEditor.diagonalFill": "#6e6a8626",
"diffEditor.insertedLineBackground": "#56949f26",
"diffEditor.insertedTextBackground": "#56949f26",
"diffEditor.removedLineBackground": "#b4637a26",
"diffEditor.removedTextBackground": "#b4637a26",
"diffEditorOverview.insertedForeground": "#56949f80",
"diffEditorOverview.removedForeground": "#b4637a80",
"dropdown.background": "#fffaf3",
"dropdown.border": "#6e6a8614",
"dropdown.foreground": "#575279",
"dropdown.listBackground": "#fffaf3",
"editor.background": "#faf4ed",
"editor.findMatchBackground": "#6e6a8626",
"editor.findMatchHighlightBackground": "#6e6a8626",
"editor.findRangeHighlightBackground": "#6e6a8626",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#6e6a8614",
"editor.foldBackground": "#fffaf3",
"editor.foreground": "#575279",
"editor.hoverHighlightBackground": "#0000",
"editor.inactiveSelectionBackground": "#6e6a860d",
"editor.inlineValuesBackground": "#0000",
"editor.inlineValuesForeground": "#797593",
"editor.lineHighlightBackground": "#6e6a860d",
"editor.lineHighlightBorder": "#0000",
"editor.linkedEditingBackground": "#fffaf3",
"editor.rangeHighlightBackground": "#6e6a860d",
"editor.selectionBackground": "#6e6a8614",
"editor.selectionForeground": "#575279",
"editor.selectionHighlightBackground": "#6e6a8614",
"editor.selectionHighlightBorder": "#faf4ed",
"editor.snippetFinalTabstopHighlightBackground": "#6e6a8614",
"editor.snippetFinalTabstopHighlightBorder": "#fffaf3",
"editor.snippetTabstopHighlightBackground": "#6e6a8614",
"editor.snippetTabstopHighlightBorder": "#fffaf3",
"editor.stackFrameHighlightBackground": "#6e6a8614",
"editor.symbolHighlightBackground": "#6e6a8614",
"editor.symbolHighlightBorder": "#0000",
"editor.wordHighlightBackground": "#6e6a8614",
"editor.wordHighlightBorder": "#0000",
"editor.wordHighlightStrongBackground": "#6e6a8614",
"editor.wordHighlightStrongBorder": "#6e6a8614",
"editorBracketHighlight.foreground1": "#b4637a80",
"editorBracketHighlight.foreground2": "#28698380",
"editorBracketHighlight.foreground3": "#ea9d3480",
"editorBracketHighlight.foreground4": "#56949f80",
"editorBracketHighlight.foreground5": "#d7827e80",
"editorBracketHighlight.foreground6": "#907aa980",
"editorBracketMatch.background": "#0000",
"editorBracketMatch.border": "#797593",
"editorBracketPairGuide.activeBackground1": "#286983",
"editorBracketPairGuide.activeBackground2": "#d7827e",
"editorBracketPairGuide.activeBackground3": "#907aa9",
"editorBracketPairGuide.activeBackground4": "#56949f",
"editorBracketPairGuide.activeBackground5": "#ea9d34",
"editorBracketPairGuide.activeBackground6": "#b4637a",
"editorBracketPairGuide.background1": "#28698380",
"editorBracketPairGuide.background2": "#d7827e80",
"editorBracketPairGuide.background3": "#907aa980",
"editorBracketPairGuide.background4": "#56949f80",
"editorBracketPairGuide.background5": "#ea9d3480",
"editorBracketPairGuide.background6": "#b4637a80",
"editorCodeLens.foreground": "#d7827e",
"editorCursor.background": "#575279",
"editorCursor.foreground": "#9893a5",
"editorError.border": "#0000",
"editorError.foreground": "#b4637a",
"editorGhostText.foreground": "#797593",
"editorGroup.border": "#0000",
"editorGroup.dropBackground": "#fffaf3",
"editorGroup.emptyBackground": "#0000",
"editorGroup.focusedEmptyBorder": "#0000",
"editorGroupHeader.noTabsBackground": "#0000",
"editorGroupHeader.tabsBackground": "#0000",
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#56949f",
"editorGutter.background": "#faf4ed",
"editorGutter.commentRangeForeground": "#797593",
"editorGutter.deletedBackground": "#b4637a",
"editorGutter.foldingControlForeground": "#907aa9",
"editorGutter.modifiedBackground": "#d7827e",
"editorHint.border": "#0000",
"editorHint.foreground": "#797593",
"editorHoverWidget.background": "#fffaf3",
"editorHoverWidget.border": "#9893a580",
"editorHoverWidget.foreground": "#797593",
"editorHoverWidget.highlightForeground": "#575279",
"editorHoverWidget.statusBarBackground": "#0000",
"editorIndentGuide.activeBackground": "#9893a5",
"editorIndentGuide.background": "#6e6a8626",
"editorInfo.border": "#f2e9e1",
"editorInfo.foreground": "#56949f",
"editorInlayHint.background": "#f2e9e1",
"editorInlayHint.foreground": "#797593",
"editorInlayHint.parameterBackground": "#f2e9e1",
"editorInlayHint.parameterForeground": "#907aa9",
"editorInlayHint.typeBackground": "#f2e9e1",
"editorInlayHint.typeForeground": "#56949f",
"editorLightBulb.foreground": "#286983",
"editorLightBulbAutoFix.foreground": "#d7827e",
"editorLineNumber.activeForeground": "#575279",
"editorLineNumber.foreground": "#797593",
"editorLink.activeForeground": "#d7827e",
"editorMarkerNavigation.background": "#fffaf3",
"editorMarkerNavigationError.background": "#fffaf3",
"editorMarkerNavigationInfo.background": "#fffaf3",
"editorMarkerNavigationWarning.background": "#fffaf3",
"editorOverviewRuler.addedForeground": "#56949f80",
"editorOverviewRuler.background": "#faf4ed",
"editorOverviewRuler.border": "#6e6a8626",
"editorOverviewRuler.bracketMatchForeground": "#797593",
"editorOverviewRuler.commonContentForeground": "#6e6a860d",
"editorOverviewRuler.currentContentForeground": "#6e6a8614",
"editorOverviewRuler.deletedForeground": "#b4637a80",
"editorOverviewRuler.errorForeground": "#b4637a80",
"editorOverviewRuler.findMatchForeground": "#6e6a8626",
"editorOverviewRuler.incomingContentForeground": "#907aa980",
"editorOverviewRuler.infoForeground": "#56949f80",
"editorOverviewRuler.modifiedForeground": "#d7827e80",
"editorOverviewRuler.rangeHighlightForeground": "#6e6a8626",
"editorOverviewRuler.selectionHighlightForeground": "#6e6a8626",
"editorOverviewRuler.warningForeground": "#ea9d3480",
"editorOverviewRuler.wordHighlightForeground": "#6e6a8614",
"editorOverviewRuler.wordHighlightStrongForeground": "#6e6a8626",
"editorPane.background": "#0000",
"editorRuler.foreground": "#6e6a8626",
"editorSuggestWidget.background": "#fffaf3",
"editorSuggestWidget.border": "#0000",
"editorSuggestWidget.focusHighlightForeground": "#d7827e",
"editorSuggestWidget.foreground": "#797593",
"editorSuggestWidget.highlightForeground": "#d7827e",
"editorSuggestWidget.selectedBackground": "#6e6a8614",
"editorSuggestWidget.selectedForeground": "#575279",
"editorSuggestWidget.selectedIconForeground": "#575279",
"editorUnnecessaryCode.border": "#0000",
"editorUnnecessaryCode.opacity": "#57527980",
"editorWarning.border": "#0000",
"editorWarning.foreground": "#ea9d34",
"editorWhitespace.foreground": "#9893a5",
"editorWidget.background": "#fffaf3",
"editorWidget.border": "#f2e9e1",
"editorWidget.foreground": "#797593",
"editorWidget.resizeBorder": "#9893a5",
"errorForeground": "#b4637a",
"extensionBadge.remoteBackground": "#907aa9",
"extensionBadge.remoteForeground": "#faf4ed",
"extensionButton.prominentBackground": "#d7827e",
"extensionButton.prominentForeground": "#faf4ed",
"extensionButton.prominentHoverBackground": "#d7827ee6",
"extensionIcon.preReleaseForeground": "#286983",
"extensionIcon.starForeground": "#d7827e",
"extensionIcon.verifiedForeground": "#907aa9",
"focusBorder": "#6e6a8614",
"foreground": "#575279",
"gitDecoration.addedResourceForeground": "#56949f",
"gitDecoration.conflictingResourceForeground": "#b4637a",
"gitDecoration.deletedResourceForeground": "#797593",
"gitDecoration.ignoredResourceForeground": "#9893a5",
"gitDecoration.modifiedResourceForeground": "#d7827e",
"gitDecoration.renamedResourceForeground": "#286983",
"gitDecoration.stageDeletedResourceForeground": "#b4637a",
"gitDecoration.stageModifiedResourceForeground": "#907aa9",
"gitDecoration.submoduleResourceForeground": "#ea9d34",
"gitDecoration.untrackedResourceForeground": "#ea9d34",
"icon.foreground": "#797593",
"input.background": "#f2e9e180",
"input.border": "#6e6a8614",
"input.foreground": "#575279",
"input.placeholderForeground": "#797593",
"inputOption.activeBackground": "#d7827e26",
"inputOption.activeForeground": "#d7827e",
"inputValidation.errorBackground": "#fffaf3",
"inputValidation.errorBorder": "#6e6a8626",
"inputValidation.errorForeground": "#b4637a",
"inputValidation.infoBackground": "#fffaf3",
"inputValidation.infoBorder": "#6e6a8626",
"inputValidation.infoForeground": "#56949f",
"inputValidation.warningBackground": "#fffaf3",
"inputValidation.warningBorder": "#6e6a8626",
"inputValidation.warningForeground": "#56949f80",
"keybindingLabel.background": "#f2e9e1",
"keybindingLabel.border": "#6e6a8626",
"keybindingLabel.bottomBorder": "#6e6a8626",
"keybindingLabel.foreground": "#907aa9",
"keybindingTable.headerBackground": "#f2e9e1",
"keybindingTable.rowsBackground": "#fffaf3",
"list.activeSelectionBackground": "#6e6a8614",
"list.activeSelectionForeground": "#575279",
"list.deemphasizedForeground": "#797593",
"list.dropBackground": "#fffaf3",
"list.errorForeground": "#b4637a",
"list.filterMatchBackground": "#fffaf3",
"list.filterMatchBorder": "#d7827e",
"list.focusBackground": "#6e6a8626",
"list.focusForeground": "#575279",
"list.focusOutline": "#6e6a8614",
"list.highlightForeground": "#d7827e",
"list.hoverBackground": "#6e6a860d",
"list.hoverForeground": "#575279",
"list.inactiveFocusBackground": "#6e6a860d",
"list.inactiveSelectionBackground": "#fffaf3",
"list.inactiveSelectionForeground": "#575279",
"list.invalidItemForeground": "#b4637a",
"list.warningForeground": "#ea9d34",
"listFilterWidget.background": "#fffaf3",
"listFilterWidget.noMatchesOutline": "#b4637a",
"listFilterWidget.outline": "#f2e9e1",
"menu.background": "#fffaf3",
"menu.border": "#6e6a860d",
"menu.foreground": "#575279",
"menu.selectionBackground": "#6e6a8614",
"menu.selectionBorder": "#f2e9e1",
"menu.selectionForeground": "#575279",
"menu.separatorBackground": "#6e6a8626",
"menubar.selectionBackground": "#6e6a8614",
"menubar.selectionBorder": "#6e6a860d",
"menubar.selectionForeground": "#575279",
"merge.border": "#f2e9e1",
"merge.commonContentBackground": "#6e6a8614",
"merge.commonHeaderBackground": "#6e6a8614",
"merge.currentContentBackground": "#ea9d3480",
"merge.currentHeaderBackground": "#ea9d3480",
"merge.incomingContentBackground": "#56949f80",
"merge.incomingHeaderBackground": "#56949f80",
"minimap.background": "#fffaf3",
"minimap.errorHighlight": "#b4637a80",
"minimap.findMatchHighlight": "#6e6a8614",
"minimap.selectionHighlight": "#6e6a8614",
"minimap.warningHighlight": "#ea9d3480",
"minimapGutter.addedBackground": "#56949f",
"minimapGutter.deletedBackground": "#b4637a",
"minimapGutter.modifiedBackground": "#d7827e",
"minimapSlider.activeBackground": "#6e6a8626",
"minimapSlider.background": "#6e6a8614",
"minimapSlider.hoverBackground": "#6e6a8614",
"notebook.cellBorderColor": "#56949f80",
"notebook.cellEditorBackground": "#fffaf3",
"notebook.cellHoverBackground": "#f2e9e180",
"notebook.focusedCellBackground": "#6e6a860d",
"notebook.focusedCellBorder": "#56949f",
"notebook.outputContainerBackgroundColor": "#6e6a860d",
"notificationCenter.border": "#6e6a8614",
"notificationCenterHeader.background": "#fffaf3",
"notificationCenterHeader.foreground": "#797593",
"notificationLink.foreground": "#907aa9",
"notifications.background": "#fffaf3",
"notifications.border": "#6e6a8614",
"notifications.foreground": "#575279",
"notificationsErrorIcon.foreground": "#b4637a",
"notificationsInfoIcon.foreground": "#56949f",
"notificationsWarningIcon.foreground": "#ea9d34",
"notificationToast.border": "#6e6a8614",
"panel.background": "#fffaf3",
"panel.border": "#0000",
"panel.dropBorder": "#f2e9e1",
"panelInput.border": "#fffaf3",
"panelSection.dropBackground": "#6e6a8614",
"panelSectionHeader.background": "#fffaf3",
"panelSectionHeader.foreground": "#575279",
"panelTitle.activeBorder": "#6e6a8626",
"panelTitle.activeForeground": "#575279",
"panelTitle.inactiveForeground": "#797593",
"peekView.border": "#f2e9e1",
"peekViewEditor.background": "#fffaf3",
"peekViewEditor.matchHighlightBackground": "#6e6a8626",
"peekViewResult.background": "#fffaf3",
"peekViewResult.fileForeground": "#797593",
"peekViewResult.lineForeground": "#797593",
"peekViewResult.matchHighlightBackground": "#6e6a8626",
"peekViewResult.selectionBackground": "#6e6a8614",
"peekViewResult.selectionForeground": "#575279",
"peekViewTitle.background": "#f2e9e1",
"peekViewTitleDescription.foreground": "#797593",
"pickerGroup.border": "#6e6a8626",
"pickerGroup.foreground": "#907aa9",
"ports.iconRunningProcessForeground": "#d7827e",
"problemsErrorIcon.foreground": "#b4637a",
"problemsInfoIcon.foreground": "#56949f",
"problemsWarningIcon.foreground": "#ea9d34",
"progressBar.background": "#d7827e",
"quickInput.background": "#fffaf3",
"quickInput.foreground": "#797593",
"quickInputList.focusBackground": "#6e6a8614",
"quickInputList.focusForeground": "#575279",
"quickInputList.focusIconForeground": "#575279",
"scrollbar.shadow": "#fffaf34d",
"scrollbarSlider.activeBackground": "#28698380",
"scrollbarSlider.background": "#6e6a8614",
"scrollbarSlider.hoverBackground": "#6e6a8626",
"searchEditor.findMatchBackground": "#6e6a8614",
"selection.background": "#6e6a8626",
"settings.focusedRowBackground": "#fffaf3",
"settings.headerForeground": "#575279",
"settings.modifiedItemIndicator": "#d7827e",
"settings.focusedRowBorder": "#6e6a8614",
"settings.rowHoverBackground": "#fffaf3",
"sideBar.background": "#faf4ed",
"sideBar.dropBackground": "#fffaf3",
"sideBar.foreground": "#797593",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#6e6a8614",
"statusBar.background": "#faf4ed",
"statusBar.debuggingBackground": "#907aa9",
"statusBar.debuggingForeground": "#faf4ed",
"statusBar.foreground": "#797593",
"statusBar.noFolderBackground": "#faf4ed",
"statusBar.noFolderForeground": "#797593",
"statusBarItem.activeBackground": "#6e6a8626",
"statusBarItem.hoverBackground": "#6e6a8614",
"statusBarItem.prominentBackground": "#f2e9e1",
"statusBarItem.prominentForeground": "#575279",
"statusBarItem.prominentHoverBackground": "#6e6a8614",
"statusBarItem.remoteBackground": "#faf4ed",
"statusBarItem.remoteForeground": "#ea9d34",
"statusBarItem.errorBackground": "#faf4ed",
"statusBarItem.errorForeground": "#b4637a",
"symbolIcon.arrayForeground": "#797593",
"symbolIcon.classForeground": "#797593",
"symbolIcon.colorForeground": "#797593",
"symbolIcon.constantForeground": "#797593",
"symbolIcon.constructorForeground": "#797593",
"symbolIcon.enumeratorForeground": "#797593",
"symbolIcon.enumeratorMemberForeground": "#797593",
"symbolIcon.eventForeground": "#797593",
"symbolIcon.fieldForeground": "#797593",
"symbolIcon.fileForeground": "#797593",
"symbolIcon.folderForeground": "#797593",
"symbolIcon.functionForeground": "#797593",
"symbolIcon.interfaceForeground": "#797593",
"symbolIcon.keyForeground": "#797593",
"symbolIcon.keywordForeground": "#797593",
"symbolIcon.methodForeground": "#797593",
"symbolIcon.moduleForeground": "#797593",
"symbolIcon.namespaceForeground": "#797593",
"symbolIcon.nullForeground": "#797593",
"symbolIcon.numberForeground": "#797593",
"symbolIcon.objectForeground": "#797593",
"symbolIcon.operatorForeground": "#797593",
"symbolIcon.packageForeground": "#797593",
"symbolIcon.propertyForeground": "#797593",
"symbolIcon.referenceForeground": "#797593",
"symbolIcon.snippetForeground": "#797593",
"symbolIcon.stringForeground": "#797593",
"symbolIcon.structForeground": "#797593",
"symbolIcon.textForeground": "#797593",
"symbolIcon.typeParameterForeground": "#797593",
"symbolIcon.unitForeground": "#797593",
"symbolIcon.variableForeground": "#797593",
"tab.activeBackground": "#6e6a860d",
"tab.activeForeground": "#575279",
"tab.activeModifiedBorder": "#56949f",
"tab.border": "#0000",
"tab.hoverBackground": "#6e6a8614",
"tab.inactiveBackground": "#0000",
"tab.inactiveForeground": "#797593",
"tab.inactiveModifiedBorder": "#56949f80",
"tab.lastPinnedBorder": "#9893a5",
"tab.unfocusedActiveBackground": "#0000",
"tab.unfocusedHoverBackground": "#0000",
"tab.unfocusedInactiveBackground": "#0000",
"tab.unfocusedInactiveModifiedBorder": "#56949f80",
"terminal.ansiBlack": "#f2e9e1",
"terminal.ansiBlue": "#56949f",
"terminal.ansiBrightBlack": "#797593",
"terminal.ansiBrightBlue": "#56949f",
"terminal.ansiBrightCyan": "#d7827e",
"terminal.ansiBrightGreen": "#286983",
"terminal.ansiBrightMagenta": "#907aa9",
"terminal.ansiBrightRed": "#b4637a",
"terminal.ansiBrightWhite": "#575279",
"terminal.ansiBrightYellow": "#ea9d34",
"terminal.ansiCyan": "#d7827e",
"terminal.ansiGreen": "#286983",
"terminal.ansiMagenta": "#907aa9",
"terminal.ansiRed": "#b4637a",
"terminal.ansiWhite": "#575279",
"terminal.ansiYellow": "#ea9d34",
"terminal.dropBackground": "#6e6a8614",
"terminal.foreground": "#575279",
"terminal.selectionBackground": "#6e6a8614",
"terminal.tab.activeBorder": "#575279",
"terminalCursor.background": "#575279",
"terminalCursor.foreground": "#9893a5",
"textBlockQuote.background": "#fffaf3",
"textBlockQuote.border": "#6e6a8614",
"textCodeBlock.background": "#fffaf3",
"textLink.activeForeground": "#907aa9e6",
"textLink.foreground": "#907aa9",
"textPreformat.foreground": "#ea9d34",
"textSeparator.foreground": "#797593",
"titleBar.activeBackground": "#faf4ed",
"titleBar.activeForeground": "#797593",
"titleBar.inactiveBackground": "#fffaf3",
"titleBar.inactiveForeground": "#797593",
"toolbar.activeBackground": "#6e6a8626",
"toolbar.hoverBackground": "#6e6a8614",
"tree.indentGuidesStroke": "#797593",
"walkThrough.embeddedEditorBackground": "#faf4ed",
"welcomePage.background": "#faf4ed",
"welcomePage.buttonBackground": "#fffaf3",
"welcomePage.buttonHoverBackground": "#f2e9e1",
"widget.shadow": "#fffaf34d",
"window.activeBorder": "#fffaf3",
"window.inactiveBorder": "#fffaf3"
},
"tokenColors": [
{
"scope": ["comment"],
"settings": {
"foreground": "#9893a5",
"fontStyle": "italic"
}
},
{
"scope": ["constant"],
"settings": {
"foreground": "#286983"
}
},
{
"scope": ["constant.numeric", "constant.language"],
"settings": {
"foreground": "#d7827e"
}
},
{
"scope": ["entity.name"],
"settings": {
"foreground": "#d7827e"
}
},
{
"scope": [
"entity.name.section",
"entity.name.tag",
"entity.name.namespace",
"entity.name.type"
],
"settings": {
"foreground": "#56949f"
}
},
{
"scope": ["entity.other.attribute-name", "entity.other.inherited-class"],
"settings": {
"foreground": "#907aa9",
"fontStyle": "italic"
}
},
{
"scope": ["invalid"],
"settings": {
"foreground": "#b4637a"
}
},
{
"scope": ["invalid.deprecated"],
"settings": {
"foreground": "#797593"
}
},
{
"scope": ["keyword"],
"settings": {
"foreground": "#286983"
}
},
{
"scope": ["markup.inserted.diff"],
"settings": {
"foreground": "#56949f"
}
},
{
"scope": ["markup.deleted.diff"],
"settings": {
"foreground": "#b4637a"
}
},
{
"scope": "markup.heading",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "markup.bold.markdown",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "markup.italic.markdown",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": ["meta.diff.range"],
"settings": {
"foreground": "#907aa9"
}
},
{
"scope": ["meta.tag", "meta.brace"],
"settings": {
"foreground": "#575279"
}
},
{
"scope": ["meta.import", "meta.export"],
"settings": {
"foreground": "#286983"
}
},
{
"scope": "meta.directive.vue",
"settings": {
"foreground": "#907aa9",
"fontStyle": "italic"
}
},
{
"scope": "meta.property-name.css",
"settings": {
"foreground": "#56949f"
}
},
{
"scope": "meta.property-value.css",
"settings": {
"foreground": "#ea9d34"
}
},
{
"scope": "meta.tag.other.html",
"settings": {
"foreground": "#797593"
}
},
{
"scope": ["punctuation"],
"settings": {
"foreground": "#797593"
}
},
{
"scope": ["punctuation.accessor"],
"settings": {
"foreground": "#286983"
}
},
{
"scope": ["punctuation.definition.string"],
"settings": {
"foreground": "#ea9d34"
}
},
{
"scope": ["punctuation.definition.tag"],
"settings": {
"foreground": "#9893a5"
}
},
{
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#286983"
}
},
{
"scope": ["string"],
"settings": {
"foreground": "#ea9d34"
}
},
{
"scope": ["support"],
"settings": {
"foreground": "#56949f"
}
},
{
"scope": ["support.constant"],
"settings": {
"foreground": "#ea9d34"
}
},
{
"scope": ["support.function"],
"settings": {
"foreground": "#b4637a",
"fontStyle": "italic"
}
},
{
"scope": ["variable"],
"settings": {
"foreground": "#d7827e",
"fontStyle": "italic"
}
},
{
"scope": ["variable.other", "variable.language", "variable.function", "variable.argument"],
"settings": {
"foreground": "#575279"
}
},
{
"scope": ["variable.parameter"],
"settings": {
"foreground": "#907aa9"
}
}
]
}

675
node_modules/shiki/themes/rose-pine-moon.json generated vendored Normal file
View file

@ -0,0 +1,675 @@
{
"name": "rose-pine-moon",
"type": "dark",
"colors": {
"activityBar.activeBorder": "#e0def4",
"activityBar.background": "#232136",
"activityBar.dropBorder": "#393552",
"activityBar.foreground": "#e0def4",
"activityBar.inactiveForeground": "#908caa",
"activityBarBadge.background": "#ea9a97",
"activityBarBadge.foreground": "#232136",
"badge.background": "#ea9a97",
"badge.foreground": "#232136",
"banner.background": "#2a273f",
"banner.foreground": "#e0def4",
"banner.iconForeground": "#908caa",
"breadcrumb.activeSelectionForeground": "#ea9a97",
"breadcrumb.background": "#232136",
"breadcrumb.focusForeground": "#908caa",
"breadcrumb.foreground": "#6e6a86",
"breadcrumbPicker.background": "#2a273f",
"button.background": "#ea9a97",
"button.foreground": "#232136",
"button.hoverBackground": "#ea9a97e6",
"button.secondaryBackground": "#2a273f",
"button.secondaryForeground": "#e0def4",
"button.secondaryHoverBackground": "#393552",
"charts.blue": "#9ccfd8",
"charts.foreground": "#e0def4",
"charts.green": "#3e8fb0",
"charts.lines": "#908caa",
"charts.orange": "#ea9a97",
"charts.purple": "#c4a7e7",
"charts.red": "#eb6f92",
"charts.yellow": "#f6c177",
"checkbox.background": "#2a273f",
"checkbox.border": "#817c9c26",
"checkbox.foreground": "#e0def4",
"debugExceptionWidget.background": "#2a273f",
"debugExceptionWidget.border": "#817c9c26",
"debugIcon.breakpointCurrentStackframeForeground": "#908caa",
"debugIcon.breakpointDisabledForeground": "#908caa",
"debugIcon.breakpointForeground": "#908caa",
"debugIcon.breakpointStackframeForeground": "#908caa",
"debugIcon.breakpointUnverifiedForeground": "#908caa",
"debugIcon.continueForeground": "#908caa",
"debugIcon.disconnectForeground": "#908caa",
"debugIcon.pauseForeground": "#908caa",
"debugIcon.restartForeground": "#908caa",
"debugIcon.startForeground": "#908caa",
"debugIcon.stepBackForeground": "#908caa",
"debugIcon.stepIntoForeground": "#908caa",
"debugIcon.stepOutForeground": "#908caa",
"debugIcon.stepOverForeground": "#908caa",
"debugIcon.stopForeground": "#eb6f92",
"debugToolBar.background": "#2a273f",
"debugToolBar.border": "#393552",
"descriptionForeground": "#908caa",
"diffEditor.border": "#393552",
"diffEditor.diagonalFill": "#817c9c4d",
"diffEditor.insertedLineBackground": "#9ccfd826",
"diffEditor.insertedTextBackground": "#9ccfd826",
"diffEditor.removedLineBackground": "#eb6f9226",
"diffEditor.removedTextBackground": "#eb6f9226",
"diffEditorOverview.insertedForeground": "#9ccfd880",
"diffEditorOverview.removedForeground": "#eb6f9280",
"dropdown.background": "#2a273f",
"dropdown.border": "#817c9c26",
"dropdown.foreground": "#e0def4",
"dropdown.listBackground": "#2a273f",
"editor.background": "#232136",
"editor.findMatchBackground": "#817c9c4d",
"editor.findMatchHighlightBackground": "#817c9c4d",
"editor.findRangeHighlightBackground": "#817c9c4d",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#817c9c26",
"editor.foldBackground": "#2a273f",
"editor.foreground": "#e0def4",
"editor.hoverHighlightBackground": "#0000",
"editor.inactiveSelectionBackground": "#817c9c14",
"editor.inlineValuesBackground": "#0000",
"editor.inlineValuesForeground": "#908caa",
"editor.lineHighlightBackground": "#817c9c14",
"editor.lineHighlightBorder": "#0000",
"editor.linkedEditingBackground": "#2a273f",
"editor.rangeHighlightBackground": "#817c9c14",
"editor.selectionBackground": "#817c9c26",
"editor.selectionForeground": "#e0def4",
"editor.selectionHighlightBackground": "#817c9c26",
"editor.selectionHighlightBorder": "#232136",
"editor.snippetFinalTabstopHighlightBackground": "#817c9c26",
"editor.snippetFinalTabstopHighlightBorder": "#2a273f",
"editor.snippetTabstopHighlightBackground": "#817c9c26",
"editor.snippetTabstopHighlightBorder": "#2a273f",
"editor.stackFrameHighlightBackground": "#817c9c26",
"editor.symbolHighlightBackground": "#817c9c26",
"editor.symbolHighlightBorder": "#0000",
"editor.wordHighlightBackground": "#817c9c26",
"editor.wordHighlightBorder": "#0000",
"editor.wordHighlightStrongBackground": "#817c9c26",
"editor.wordHighlightStrongBorder": "#817c9c26",
"editorBracketHighlight.foreground1": "#eb6f9280",
"editorBracketHighlight.foreground2": "#3e8fb080",
"editorBracketHighlight.foreground3": "#f6c17780",
"editorBracketHighlight.foreground4": "#9ccfd880",
"editorBracketHighlight.foreground5": "#ea9a9780",
"editorBracketHighlight.foreground6": "#c4a7e780",
"editorBracketMatch.background": "#0000",
"editorBracketMatch.border": "#908caa",
"editorBracketPairGuide.activeBackground1": "#3e8fb0",
"editorBracketPairGuide.activeBackground2": "#ea9a97",
"editorBracketPairGuide.activeBackground3": "#c4a7e7",
"editorBracketPairGuide.activeBackground4": "#9ccfd8",
"editorBracketPairGuide.activeBackground5": "#f6c177",
"editorBracketPairGuide.activeBackground6": "#eb6f92",
"editorBracketPairGuide.background1": "#3e8fb080",
"editorBracketPairGuide.background2": "#ea9a9780",
"editorBracketPairGuide.background3": "#c4a7e780",
"editorBracketPairGuide.background4": "#9ccfd880",
"editorBracketPairGuide.background5": "#f6c17780",
"editorBracketPairGuide.background6": "#eb6f9280",
"editorCodeLens.foreground": "#ea9a97",
"editorCursor.background": "#e0def4",
"editorCursor.foreground": "#6e6a86",
"editorError.border": "#0000",
"editorError.foreground": "#eb6f92",
"editorGhostText.foreground": "#908caa",
"editorGroup.border": "#0000",
"editorGroup.dropBackground": "#2a273f",
"editorGroup.emptyBackground": "#0000",
"editorGroup.focusedEmptyBorder": "#0000",
"editorGroupHeader.noTabsBackground": "#0000",
"editorGroupHeader.tabsBackground": "#0000",
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#9ccfd8",
"editorGutter.background": "#232136",
"editorGutter.commentRangeForeground": "#908caa",
"editorGutter.deletedBackground": "#eb6f92",
"editorGutter.foldingControlForeground": "#c4a7e7",
"editorGutter.modifiedBackground": "#ea9a97",
"editorHint.border": "#0000",
"editorHint.foreground": "#908caa",
"editorHoverWidget.background": "#2a273f",
"editorHoverWidget.border": "#6e6a8680",
"editorHoverWidget.foreground": "#908caa",
"editorHoverWidget.highlightForeground": "#e0def4",
"editorHoverWidget.statusBarBackground": "#0000",
"editorIndentGuide.activeBackground": "#6e6a86",
"editorIndentGuide.background": "#817c9c4d",
"editorInfo.border": "#393552",
"editorInfo.foreground": "#9ccfd8",
"editorInlayHint.background": "#393552",
"editorInlayHint.foreground": "#908caa",
"editorInlayHint.parameterBackground": "#393552",
"editorInlayHint.parameterForeground": "#c4a7e7",
"editorInlayHint.typeBackground": "#393552",
"editorInlayHint.typeForeground": "#9ccfd8",
"editorLightBulb.foreground": "#3e8fb0",
"editorLightBulbAutoFix.foreground": "#ea9a97",
"editorLineNumber.activeForeground": "#e0def4",
"editorLineNumber.foreground": "#908caa",
"editorLink.activeForeground": "#ea9a97",
"editorMarkerNavigation.background": "#2a273f",
"editorMarkerNavigationError.background": "#2a273f",
"editorMarkerNavigationInfo.background": "#2a273f",
"editorMarkerNavigationWarning.background": "#2a273f",
"editorOverviewRuler.addedForeground": "#9ccfd880",
"editorOverviewRuler.background": "#232136",
"editorOverviewRuler.border": "#817c9c4d",
"editorOverviewRuler.bracketMatchForeground": "#908caa",
"editorOverviewRuler.commonContentForeground": "#817c9c14",
"editorOverviewRuler.currentContentForeground": "#817c9c26",
"editorOverviewRuler.deletedForeground": "#eb6f9280",
"editorOverviewRuler.errorForeground": "#eb6f9280",
"editorOverviewRuler.findMatchForeground": "#817c9c4d",
"editorOverviewRuler.incomingContentForeground": "#c4a7e780",
"editorOverviewRuler.infoForeground": "#9ccfd880",
"editorOverviewRuler.modifiedForeground": "#ea9a9780",
"editorOverviewRuler.rangeHighlightForeground": "#817c9c4d",
"editorOverviewRuler.selectionHighlightForeground": "#817c9c4d",
"editorOverviewRuler.warningForeground": "#f6c17780",
"editorOverviewRuler.wordHighlightForeground": "#817c9c26",
"editorOverviewRuler.wordHighlightStrongForeground": "#817c9c4d",
"editorPane.background": "#0000",
"editorRuler.foreground": "#817c9c4d",
"editorSuggestWidget.background": "#2a273f",
"editorSuggestWidget.border": "#0000",
"editorSuggestWidget.focusHighlightForeground": "#ea9a97",
"editorSuggestWidget.foreground": "#908caa",
"editorSuggestWidget.highlightForeground": "#ea9a97",
"editorSuggestWidget.selectedBackground": "#817c9c26",
"editorSuggestWidget.selectedForeground": "#e0def4",
"editorSuggestWidget.selectedIconForeground": "#e0def4",
"editorUnnecessaryCode.border": "#0000",
"editorUnnecessaryCode.opacity": "#e0def480",
"editorWarning.border": "#0000",
"editorWarning.foreground": "#f6c177",
"editorWhitespace.foreground": "#6e6a86",
"editorWidget.background": "#2a273f",
"editorWidget.border": "#393552",
"editorWidget.foreground": "#908caa",
"editorWidget.resizeBorder": "#6e6a86",
"errorForeground": "#eb6f92",
"extensionBadge.remoteBackground": "#c4a7e7",
"extensionBadge.remoteForeground": "#232136",
"extensionButton.prominentBackground": "#ea9a97",
"extensionButton.prominentForeground": "#232136",
"extensionButton.prominentHoverBackground": "#ea9a97e6",
"extensionIcon.preReleaseForeground": "#3e8fb0",
"extensionIcon.starForeground": "#ea9a97",
"extensionIcon.verifiedForeground": "#c4a7e7",
"focusBorder": "#817c9c26",
"foreground": "#e0def4",
"gitDecoration.addedResourceForeground": "#9ccfd8",
"gitDecoration.conflictingResourceForeground": "#eb6f92",
"gitDecoration.deletedResourceForeground": "#908caa",
"gitDecoration.ignoredResourceForeground": "#6e6a86",
"gitDecoration.modifiedResourceForeground": "#ea9a97",
"gitDecoration.renamedResourceForeground": "#3e8fb0",
"gitDecoration.stageDeletedResourceForeground": "#eb6f92",
"gitDecoration.stageModifiedResourceForeground": "#c4a7e7",
"gitDecoration.submoduleResourceForeground": "#f6c177",
"gitDecoration.untrackedResourceForeground": "#f6c177",
"icon.foreground": "#908caa",
"input.background": "#39355280",
"input.border": "#817c9c26",
"input.foreground": "#e0def4",
"input.placeholderForeground": "#908caa",
"inputOption.activeBackground": "#ea9a9726",
"inputOption.activeForeground": "#ea9a97",
"inputValidation.errorBackground": "#2a273f",
"inputValidation.errorBorder": "#817c9c4d",
"inputValidation.errorForeground": "#eb6f92",
"inputValidation.infoBackground": "#2a273f",
"inputValidation.infoBorder": "#817c9c4d",
"inputValidation.infoForeground": "#9ccfd8",
"inputValidation.warningBackground": "#2a273f",
"inputValidation.warningBorder": "#817c9c4d",
"inputValidation.warningForeground": "#9ccfd880",
"keybindingLabel.background": "#393552",
"keybindingLabel.border": "#817c9c4d",
"keybindingLabel.bottomBorder": "#817c9c4d",
"keybindingLabel.foreground": "#c4a7e7",
"keybindingTable.headerBackground": "#393552",
"keybindingTable.rowsBackground": "#2a273f",
"list.activeSelectionBackground": "#817c9c26",
"list.activeSelectionForeground": "#e0def4",
"list.deemphasizedForeground": "#908caa",
"list.dropBackground": "#2a273f",
"list.errorForeground": "#eb6f92",
"list.filterMatchBackground": "#2a273f",
"list.filterMatchBorder": "#ea9a97",
"list.focusBackground": "#817c9c4d",
"list.focusForeground": "#e0def4",
"list.focusOutline": "#817c9c26",
"list.highlightForeground": "#ea9a97",
"list.hoverBackground": "#817c9c14",
"list.hoverForeground": "#e0def4",
"list.inactiveFocusBackground": "#817c9c14",
"list.inactiveSelectionBackground": "#2a273f",
"list.inactiveSelectionForeground": "#e0def4",
"list.invalidItemForeground": "#eb6f92",
"list.warningForeground": "#f6c177",
"listFilterWidget.background": "#2a273f",
"listFilterWidget.noMatchesOutline": "#eb6f92",
"listFilterWidget.outline": "#393552",
"menu.background": "#2a273f",
"menu.border": "#817c9c14",
"menu.foreground": "#e0def4",
"menu.selectionBackground": "#817c9c26",
"menu.selectionBorder": "#393552",
"menu.selectionForeground": "#e0def4",
"menu.separatorBackground": "#817c9c4d",
"menubar.selectionBackground": "#817c9c26",
"menubar.selectionBorder": "#817c9c14",
"menubar.selectionForeground": "#e0def4",
"merge.border": "#393552",
"merge.commonContentBackground": "#817c9c26",
"merge.commonHeaderBackground": "#817c9c26",
"merge.currentContentBackground": "#f6c17780",
"merge.currentHeaderBackground": "#f6c17780",
"merge.incomingContentBackground": "#9ccfd880",
"merge.incomingHeaderBackground": "#9ccfd880",
"minimap.background": "#2a273f",
"minimap.errorHighlight": "#eb6f9280",
"minimap.findMatchHighlight": "#817c9c26",
"minimap.selectionHighlight": "#817c9c26",
"minimap.warningHighlight": "#f6c17780",
"minimapGutter.addedBackground": "#9ccfd8",
"minimapGutter.deletedBackground": "#eb6f92",
"minimapGutter.modifiedBackground": "#ea9a97",
"minimapSlider.activeBackground": "#817c9c4d",
"minimapSlider.background": "#817c9c26",
"minimapSlider.hoverBackground": "#817c9c26",
"notebook.cellBorderColor": "#9ccfd880",
"notebook.cellEditorBackground": "#2a273f",
"notebook.cellHoverBackground": "#39355280",
"notebook.focusedCellBackground": "#817c9c14",
"notebook.focusedCellBorder": "#9ccfd8",
"notebook.outputContainerBackgroundColor": "#817c9c14",
"notificationCenter.border": "#817c9c26",
"notificationCenterHeader.background": "#2a273f",
"notificationCenterHeader.foreground": "#908caa",
"notificationLink.foreground": "#c4a7e7",
"notifications.background": "#2a273f",
"notifications.border": "#817c9c26",
"notifications.foreground": "#e0def4",
"notificationsErrorIcon.foreground": "#eb6f92",
"notificationsInfoIcon.foreground": "#9ccfd8",
"notificationsWarningIcon.foreground": "#f6c177",
"notificationToast.border": "#817c9c26",
"panel.background": "#2a273f",
"panel.border": "#0000",
"panel.dropBorder": "#393552",
"panelInput.border": "#2a273f",
"panelSection.dropBackground": "#817c9c26",
"panelSectionHeader.background": "#2a273f",
"panelSectionHeader.foreground": "#e0def4",
"panelTitle.activeBorder": "#817c9c4d",
"panelTitle.activeForeground": "#e0def4",
"panelTitle.inactiveForeground": "#908caa",
"peekView.border": "#393552",
"peekViewEditor.background": "#2a273f",
"peekViewEditor.matchHighlightBackground": "#817c9c4d",
"peekViewResult.background": "#2a273f",
"peekViewResult.fileForeground": "#908caa",
"peekViewResult.lineForeground": "#908caa",
"peekViewResult.matchHighlightBackground": "#817c9c4d",
"peekViewResult.selectionBackground": "#817c9c26",
"peekViewResult.selectionForeground": "#e0def4",
"peekViewTitle.background": "#393552",
"peekViewTitleDescription.foreground": "#908caa",
"pickerGroup.border": "#817c9c4d",
"pickerGroup.foreground": "#c4a7e7",
"ports.iconRunningProcessForeground": "#ea9a97",
"problemsErrorIcon.foreground": "#eb6f92",
"problemsInfoIcon.foreground": "#9ccfd8",
"problemsWarningIcon.foreground": "#f6c177",
"progressBar.background": "#ea9a97",
"quickInput.background": "#2a273f",
"quickInput.foreground": "#908caa",
"quickInputList.focusBackground": "#817c9c26",
"quickInputList.focusForeground": "#e0def4",
"quickInputList.focusIconForeground": "#e0def4",
"scrollbar.shadow": "#2a273f4d",
"scrollbarSlider.activeBackground": "#3e8fb080",
"scrollbarSlider.background": "#817c9c26",
"scrollbarSlider.hoverBackground": "#817c9c4d",
"searchEditor.findMatchBackground": "#817c9c26",
"selection.background": "#817c9c4d",
"settings.focusedRowBackground": "#2a273f",
"settings.headerForeground": "#e0def4",
"settings.modifiedItemIndicator": "#ea9a97",
"settings.focusedRowBorder": "#817c9c26",
"settings.rowHoverBackground": "#2a273f",
"sideBar.background": "#232136",
"sideBar.dropBackground": "#2a273f",
"sideBar.foreground": "#908caa",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#817c9c26",
"statusBar.background": "#232136",
"statusBar.debuggingBackground": "#c4a7e7",
"statusBar.debuggingForeground": "#232136",
"statusBar.foreground": "#908caa",
"statusBar.noFolderBackground": "#232136",
"statusBar.noFolderForeground": "#908caa",
"statusBarItem.activeBackground": "#817c9c4d",
"statusBarItem.hoverBackground": "#817c9c26",
"statusBarItem.prominentBackground": "#393552",
"statusBarItem.prominentForeground": "#e0def4",
"statusBarItem.prominentHoverBackground": "#817c9c26",
"statusBarItem.remoteBackground": "#232136",
"statusBarItem.remoteForeground": "#f6c177",
"statusBarItem.errorBackground": "#232136",
"statusBarItem.errorForeground": "#eb6f92",
"symbolIcon.arrayForeground": "#908caa",
"symbolIcon.classForeground": "#908caa",
"symbolIcon.colorForeground": "#908caa",
"symbolIcon.constantForeground": "#908caa",
"symbolIcon.constructorForeground": "#908caa",
"symbolIcon.enumeratorForeground": "#908caa",
"symbolIcon.enumeratorMemberForeground": "#908caa",
"symbolIcon.eventForeground": "#908caa",
"symbolIcon.fieldForeground": "#908caa",
"symbolIcon.fileForeground": "#908caa",
"symbolIcon.folderForeground": "#908caa",
"symbolIcon.functionForeground": "#908caa",
"symbolIcon.interfaceForeground": "#908caa",
"symbolIcon.keyForeground": "#908caa",
"symbolIcon.keywordForeground": "#908caa",
"symbolIcon.methodForeground": "#908caa",
"symbolIcon.moduleForeground": "#908caa",
"symbolIcon.namespaceForeground": "#908caa",
"symbolIcon.nullForeground": "#908caa",
"symbolIcon.numberForeground": "#908caa",
"symbolIcon.objectForeground": "#908caa",
"symbolIcon.operatorForeground": "#908caa",
"symbolIcon.packageForeground": "#908caa",
"symbolIcon.propertyForeground": "#908caa",
"symbolIcon.referenceForeground": "#908caa",
"symbolIcon.snippetForeground": "#908caa",
"symbolIcon.stringForeground": "#908caa",
"symbolIcon.structForeground": "#908caa",
"symbolIcon.textForeground": "#908caa",
"symbolIcon.typeParameterForeground": "#908caa",
"symbolIcon.unitForeground": "#908caa",
"symbolIcon.variableForeground": "#908caa",
"tab.activeBackground": "#817c9c14",
"tab.activeForeground": "#e0def4",
"tab.activeModifiedBorder": "#9ccfd8",
"tab.border": "#0000",
"tab.hoverBackground": "#817c9c26",
"tab.inactiveBackground": "#0000",
"tab.inactiveForeground": "#908caa",
"tab.inactiveModifiedBorder": "#9ccfd880",
"tab.lastPinnedBorder": "#6e6a86",
"tab.unfocusedActiveBackground": "#0000",
"tab.unfocusedHoverBackground": "#0000",
"tab.unfocusedInactiveBackground": "#0000",
"tab.unfocusedInactiveModifiedBorder": "#9ccfd880",
"terminal.ansiBlack": "#393552",
"terminal.ansiBlue": "#9ccfd8",
"terminal.ansiBrightBlack": "#908caa",
"terminal.ansiBrightBlue": "#9ccfd8",
"terminal.ansiBrightCyan": "#ea9a97",
"terminal.ansiBrightGreen": "#3e8fb0",
"terminal.ansiBrightMagenta": "#c4a7e7",
"terminal.ansiBrightRed": "#eb6f92",
"terminal.ansiBrightWhite": "#e0def4",
"terminal.ansiBrightYellow": "#f6c177",
"terminal.ansiCyan": "#ea9a97",
"terminal.ansiGreen": "#3e8fb0",
"terminal.ansiMagenta": "#c4a7e7",
"terminal.ansiRed": "#eb6f92",
"terminal.ansiWhite": "#e0def4",
"terminal.ansiYellow": "#f6c177",
"terminal.dropBackground": "#817c9c26",
"terminal.foreground": "#e0def4",
"terminal.selectionBackground": "#817c9c26",
"terminal.tab.activeBorder": "#e0def4",
"terminalCursor.background": "#e0def4",
"terminalCursor.foreground": "#6e6a86",
"textBlockQuote.background": "#2a273f",
"textBlockQuote.border": "#817c9c26",
"textCodeBlock.background": "#2a273f",
"textLink.activeForeground": "#c4a7e7e6",
"textLink.foreground": "#c4a7e7",
"textPreformat.foreground": "#f6c177",
"textSeparator.foreground": "#908caa",
"titleBar.activeBackground": "#232136",
"titleBar.activeForeground": "#908caa",
"titleBar.inactiveBackground": "#2a273f",
"titleBar.inactiveForeground": "#908caa",
"toolbar.activeBackground": "#817c9c4d",
"toolbar.hoverBackground": "#817c9c26",
"tree.indentGuidesStroke": "#908caa",
"walkThrough.embeddedEditorBackground": "#232136",
"welcomePage.background": "#232136",
"welcomePage.buttonBackground": "#2a273f",
"welcomePage.buttonHoverBackground": "#393552",
"widget.shadow": "#2a273f4d",
"window.activeBorder": "#2a273f",
"window.inactiveBorder": "#2a273f"
},
"tokenColors": [
{
"scope": ["comment"],
"settings": {
"foreground": "#6e6a86",
"fontStyle": "italic"
}
},
{
"scope": ["constant"],
"settings": {
"foreground": "#3e8fb0"
}
},
{
"scope": ["constant.numeric", "constant.language"],
"settings": {
"foreground": "#ea9a97"
}
},
{
"scope": ["entity.name"],
"settings": {
"foreground": "#ea9a97"
}
},
{
"scope": [
"entity.name.section",
"entity.name.tag",
"entity.name.namespace",
"entity.name.type"
],
"settings": {
"foreground": "#9ccfd8"
}
},
{
"scope": ["entity.other.attribute-name", "entity.other.inherited-class"],
"settings": {
"foreground": "#c4a7e7",
"fontStyle": "italic"
}
},
{
"scope": ["invalid"],
"settings": {
"foreground": "#eb6f92"
}
},
{
"scope": ["invalid.deprecated"],
"settings": {
"foreground": "#908caa"
}
},
{
"scope": ["keyword"],
"settings": {
"foreground": "#3e8fb0"
}
},
{
"scope": ["markup.inserted.diff"],
"settings": {
"foreground": "#9ccfd8"
}
},
{
"scope": ["markup.deleted.diff"],
"settings": {
"foreground": "#eb6f92"
}
},
{
"scope": "markup.heading",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "markup.bold.markdown",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "markup.italic.markdown",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": ["meta.diff.range"],
"settings": {
"foreground": "#c4a7e7"
}
},
{
"scope": ["meta.tag", "meta.brace"],
"settings": {
"foreground": "#e0def4"
}
},
{
"scope": ["meta.import", "meta.export"],
"settings": {
"foreground": "#3e8fb0"
}
},
{
"scope": "meta.directive.vue",
"settings": {
"foreground": "#c4a7e7",
"fontStyle": "italic"
}
},
{
"scope": "meta.property-name.css",
"settings": {
"foreground": "#9ccfd8"
}
},
{
"scope": "meta.property-value.css",
"settings": {
"foreground": "#f6c177"
}
},
{
"scope": "meta.tag.other.html",
"settings": {
"foreground": "#908caa"
}
},
{
"scope": ["punctuation"],
"settings": {
"foreground": "#908caa"
}
},
{
"scope": ["punctuation.accessor"],
"settings": {
"foreground": "#3e8fb0"
}
},
{
"scope": ["punctuation.definition.string"],
"settings": {
"foreground": "#f6c177"
}
},
{
"scope": ["punctuation.definition.tag"],
"settings": {
"foreground": "#6e6a86"
}
},
{
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#3e8fb0"
}
},
{
"scope": ["string"],
"settings": {
"foreground": "#f6c177"
}
},
{
"scope": ["support"],
"settings": {
"foreground": "#9ccfd8"
}
},
{
"scope": ["support.constant"],
"settings": {
"foreground": "#f6c177"
}
},
{
"scope": ["support.function"],
"settings": {
"foreground": "#eb6f92",
"fontStyle": "italic"
}
},
{
"scope": ["variable"],
"settings": {
"foreground": "#ea9a97",
"fontStyle": "italic"
}
},
{
"scope": ["variable.other", "variable.language", "variable.function", "variable.argument"],
"settings": {
"foreground": "#e0def4"
}
},
{
"scope": ["variable.parameter"],
"settings": {
"foreground": "#c4a7e7"
}
}
]
}

675
node_modules/shiki/themes/rose-pine.json generated vendored Normal file
View file

@ -0,0 +1,675 @@
{
"name": "rose-pine",
"type": "dark",
"colors": {
"activityBar.activeBorder": "#e0def4",
"activityBar.background": "#191724",
"activityBar.dropBorder": "#26233a",
"activityBar.foreground": "#e0def4",
"activityBar.inactiveForeground": "#908caa",
"activityBarBadge.background": "#ebbcba",
"activityBarBadge.foreground": "#191724",
"badge.background": "#ebbcba",
"badge.foreground": "#191724",
"banner.background": "#1f1d2e",
"banner.foreground": "#e0def4",
"banner.iconForeground": "#908caa",
"breadcrumb.activeSelectionForeground": "#ebbcba",
"breadcrumb.background": "#191724",
"breadcrumb.focusForeground": "#908caa",
"breadcrumb.foreground": "#6e6a86",
"breadcrumbPicker.background": "#1f1d2e",
"button.background": "#ebbcba",
"button.foreground": "#191724",
"button.hoverBackground": "#ebbcbae6",
"button.secondaryBackground": "#1f1d2e",
"button.secondaryForeground": "#e0def4",
"button.secondaryHoverBackground": "#26233a",
"charts.blue": "#9ccfd8",
"charts.foreground": "#e0def4",
"charts.green": "#31748f",
"charts.lines": "#908caa",
"charts.orange": "#ebbcba",
"charts.purple": "#c4a7e7",
"charts.red": "#eb6f92",
"charts.yellow": "#f6c177",
"checkbox.background": "#1f1d2e",
"checkbox.border": "#6e6a8633",
"checkbox.foreground": "#e0def4",
"debugExceptionWidget.background": "#1f1d2e",
"debugExceptionWidget.border": "#6e6a8633",
"debugIcon.breakpointCurrentStackframeForeground": "#908caa",
"debugIcon.breakpointDisabledForeground": "#908caa",
"debugIcon.breakpointForeground": "#908caa",
"debugIcon.breakpointStackframeForeground": "#908caa",
"debugIcon.breakpointUnverifiedForeground": "#908caa",
"debugIcon.continueForeground": "#908caa",
"debugIcon.disconnectForeground": "#908caa",
"debugIcon.pauseForeground": "#908caa",
"debugIcon.restartForeground": "#908caa",
"debugIcon.startForeground": "#908caa",
"debugIcon.stepBackForeground": "#908caa",
"debugIcon.stepIntoForeground": "#908caa",
"debugIcon.stepOutForeground": "#908caa",
"debugIcon.stepOverForeground": "#908caa",
"debugIcon.stopForeground": "#eb6f92",
"debugToolBar.background": "#1f1d2e",
"debugToolBar.border": "#26233a",
"descriptionForeground": "#908caa",
"diffEditor.border": "#26233a",
"diffEditor.diagonalFill": "#6e6a8666",
"diffEditor.insertedLineBackground": "#9ccfd826",
"diffEditor.insertedTextBackground": "#9ccfd826",
"diffEditor.removedLineBackground": "#eb6f9226",
"diffEditor.removedTextBackground": "#eb6f9226",
"diffEditorOverview.insertedForeground": "#9ccfd880",
"diffEditorOverview.removedForeground": "#eb6f9280",
"dropdown.background": "#1f1d2e",
"dropdown.border": "#6e6a8633",
"dropdown.foreground": "#e0def4",
"dropdown.listBackground": "#1f1d2e",
"editor.background": "#191724",
"editor.findMatchBackground": "#6e6a8666",
"editor.findMatchHighlightBackground": "#6e6a8666",
"editor.findRangeHighlightBackground": "#6e6a8666",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#6e6a8633",
"editor.foldBackground": "#1f1d2e",
"editor.foreground": "#e0def4",
"editor.hoverHighlightBackground": "#0000",
"editor.inactiveSelectionBackground": "#6e6a861a",
"editor.inlineValuesBackground": "#0000",
"editor.inlineValuesForeground": "#908caa",
"editor.lineHighlightBackground": "#6e6a861a",
"editor.lineHighlightBorder": "#0000",
"editor.linkedEditingBackground": "#1f1d2e",
"editor.rangeHighlightBackground": "#6e6a861a",
"editor.selectionBackground": "#6e6a8633",
"editor.selectionForeground": "#e0def4",
"editor.selectionHighlightBackground": "#6e6a8633",
"editor.selectionHighlightBorder": "#191724",
"editor.snippetFinalTabstopHighlightBackground": "#6e6a8633",
"editor.snippetFinalTabstopHighlightBorder": "#1f1d2e",
"editor.snippetTabstopHighlightBackground": "#6e6a8633",
"editor.snippetTabstopHighlightBorder": "#1f1d2e",
"editor.stackFrameHighlightBackground": "#6e6a8633",
"editor.symbolHighlightBackground": "#6e6a8633",
"editor.symbolHighlightBorder": "#0000",
"editor.wordHighlightBackground": "#6e6a8633",
"editor.wordHighlightBorder": "#0000",
"editor.wordHighlightStrongBackground": "#6e6a8633",
"editor.wordHighlightStrongBorder": "#6e6a8633",
"editorBracketHighlight.foreground1": "#eb6f9280",
"editorBracketHighlight.foreground2": "#31748f80",
"editorBracketHighlight.foreground3": "#f6c17780",
"editorBracketHighlight.foreground4": "#9ccfd880",
"editorBracketHighlight.foreground5": "#ebbcba80",
"editorBracketHighlight.foreground6": "#c4a7e780",
"editorBracketMatch.background": "#0000",
"editorBracketMatch.border": "#908caa",
"editorBracketPairGuide.activeBackground1": "#31748f",
"editorBracketPairGuide.activeBackground2": "#ebbcba",
"editorBracketPairGuide.activeBackground3": "#c4a7e7",
"editorBracketPairGuide.activeBackground4": "#9ccfd8",
"editorBracketPairGuide.activeBackground5": "#f6c177",
"editorBracketPairGuide.activeBackground6": "#eb6f92",
"editorBracketPairGuide.background1": "#31748f80",
"editorBracketPairGuide.background2": "#ebbcba80",
"editorBracketPairGuide.background3": "#c4a7e780",
"editorBracketPairGuide.background4": "#9ccfd880",
"editorBracketPairGuide.background5": "#f6c17780",
"editorBracketPairGuide.background6": "#eb6f9280",
"editorCodeLens.foreground": "#ebbcba",
"editorCursor.background": "#e0def4",
"editorCursor.foreground": "#6e6a86",
"editorError.border": "#0000",
"editorError.foreground": "#eb6f92",
"editorGhostText.foreground": "#908caa",
"editorGroup.border": "#0000",
"editorGroup.dropBackground": "#1f1d2e",
"editorGroup.emptyBackground": "#0000",
"editorGroup.focusedEmptyBorder": "#0000",
"editorGroupHeader.noTabsBackground": "#0000",
"editorGroupHeader.tabsBackground": "#0000",
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#9ccfd8",
"editorGutter.background": "#191724",
"editorGutter.commentRangeForeground": "#908caa",
"editorGutter.deletedBackground": "#eb6f92",
"editorGutter.foldingControlForeground": "#c4a7e7",
"editorGutter.modifiedBackground": "#ebbcba",
"editorHint.border": "#0000",
"editorHint.foreground": "#908caa",
"editorHoverWidget.background": "#1f1d2e",
"editorHoverWidget.border": "#6e6a8680",
"editorHoverWidget.foreground": "#908caa",
"editorHoverWidget.highlightForeground": "#e0def4",
"editorHoverWidget.statusBarBackground": "#0000",
"editorIndentGuide.activeBackground": "#6e6a86",
"editorIndentGuide.background": "#6e6a8666",
"editorInfo.border": "#26233a",
"editorInfo.foreground": "#9ccfd8",
"editorInlayHint.background": "#26233a",
"editorInlayHint.foreground": "#908caa",
"editorInlayHint.parameterBackground": "#26233a",
"editorInlayHint.parameterForeground": "#c4a7e7",
"editorInlayHint.typeBackground": "#26233a",
"editorInlayHint.typeForeground": "#9ccfd8",
"editorLightBulb.foreground": "#31748f",
"editorLightBulbAutoFix.foreground": "#ebbcba",
"editorLineNumber.activeForeground": "#e0def4",
"editorLineNumber.foreground": "#908caa",
"editorLink.activeForeground": "#ebbcba",
"editorMarkerNavigation.background": "#1f1d2e",
"editorMarkerNavigationError.background": "#1f1d2e",
"editorMarkerNavigationInfo.background": "#1f1d2e",
"editorMarkerNavigationWarning.background": "#1f1d2e",
"editorOverviewRuler.addedForeground": "#9ccfd880",
"editorOverviewRuler.background": "#191724",
"editorOverviewRuler.border": "#6e6a8666",
"editorOverviewRuler.bracketMatchForeground": "#908caa",
"editorOverviewRuler.commonContentForeground": "#6e6a861a",
"editorOverviewRuler.currentContentForeground": "#6e6a8633",
"editorOverviewRuler.deletedForeground": "#eb6f9280",
"editorOverviewRuler.errorForeground": "#eb6f9280",
"editorOverviewRuler.findMatchForeground": "#6e6a8666",
"editorOverviewRuler.incomingContentForeground": "#c4a7e780",
"editorOverviewRuler.infoForeground": "#9ccfd880",
"editorOverviewRuler.modifiedForeground": "#ebbcba80",
"editorOverviewRuler.rangeHighlightForeground": "#6e6a8666",
"editorOverviewRuler.selectionHighlightForeground": "#6e6a8666",
"editorOverviewRuler.warningForeground": "#f6c17780",
"editorOverviewRuler.wordHighlightForeground": "#6e6a8633",
"editorOverviewRuler.wordHighlightStrongForeground": "#6e6a8666",
"editorPane.background": "#0000",
"editorRuler.foreground": "#6e6a8666",
"editorSuggestWidget.background": "#1f1d2e",
"editorSuggestWidget.border": "#0000",
"editorSuggestWidget.focusHighlightForeground": "#ebbcba",
"editorSuggestWidget.foreground": "#908caa",
"editorSuggestWidget.highlightForeground": "#ebbcba",
"editorSuggestWidget.selectedBackground": "#6e6a8633",
"editorSuggestWidget.selectedForeground": "#e0def4",
"editorSuggestWidget.selectedIconForeground": "#e0def4",
"editorUnnecessaryCode.border": "#0000",
"editorUnnecessaryCode.opacity": "#e0def480",
"editorWarning.border": "#0000",
"editorWarning.foreground": "#f6c177",
"editorWhitespace.foreground": "#6e6a86",
"editorWidget.background": "#1f1d2e",
"editorWidget.border": "#26233a",
"editorWidget.foreground": "#908caa",
"editorWidget.resizeBorder": "#6e6a86",
"errorForeground": "#eb6f92",
"extensionBadge.remoteBackground": "#c4a7e7",
"extensionBadge.remoteForeground": "#191724",
"extensionButton.prominentBackground": "#ebbcba",
"extensionButton.prominentForeground": "#191724",
"extensionButton.prominentHoverBackground": "#ebbcbae6",
"extensionIcon.preReleaseForeground": "#31748f",
"extensionIcon.starForeground": "#ebbcba",
"extensionIcon.verifiedForeground": "#c4a7e7",
"focusBorder": "#6e6a8633",
"foreground": "#e0def4",
"gitDecoration.addedResourceForeground": "#9ccfd8",
"gitDecoration.conflictingResourceForeground": "#eb6f92",
"gitDecoration.deletedResourceForeground": "#908caa",
"gitDecoration.ignoredResourceForeground": "#6e6a86",
"gitDecoration.modifiedResourceForeground": "#ebbcba",
"gitDecoration.renamedResourceForeground": "#31748f",
"gitDecoration.stageDeletedResourceForeground": "#eb6f92",
"gitDecoration.stageModifiedResourceForeground": "#c4a7e7",
"gitDecoration.submoduleResourceForeground": "#f6c177",
"gitDecoration.untrackedResourceForeground": "#f6c177",
"icon.foreground": "#908caa",
"input.background": "#26233a80",
"input.border": "#6e6a8633",
"input.foreground": "#e0def4",
"input.placeholderForeground": "#908caa",
"inputOption.activeBackground": "#ebbcba26",
"inputOption.activeForeground": "#ebbcba",
"inputValidation.errorBackground": "#1f1d2e",
"inputValidation.errorBorder": "#6e6a8666",
"inputValidation.errorForeground": "#eb6f92",
"inputValidation.infoBackground": "#1f1d2e",
"inputValidation.infoBorder": "#6e6a8666",
"inputValidation.infoForeground": "#9ccfd8",
"inputValidation.warningBackground": "#1f1d2e",
"inputValidation.warningBorder": "#6e6a8666",
"inputValidation.warningForeground": "#9ccfd880",
"keybindingLabel.background": "#26233a",
"keybindingLabel.border": "#6e6a8666",
"keybindingLabel.bottomBorder": "#6e6a8666",
"keybindingLabel.foreground": "#c4a7e7",
"keybindingTable.headerBackground": "#26233a",
"keybindingTable.rowsBackground": "#1f1d2e",
"list.activeSelectionBackground": "#6e6a8633",
"list.activeSelectionForeground": "#e0def4",
"list.deemphasizedForeground": "#908caa",
"list.dropBackground": "#1f1d2e",
"list.errorForeground": "#eb6f92",
"list.filterMatchBackground": "#1f1d2e",
"list.filterMatchBorder": "#ebbcba",
"list.focusBackground": "#6e6a8666",
"list.focusForeground": "#e0def4",
"list.focusOutline": "#6e6a8633",
"list.highlightForeground": "#ebbcba",
"list.hoverBackground": "#6e6a861a",
"list.hoverForeground": "#e0def4",
"list.inactiveFocusBackground": "#6e6a861a",
"list.inactiveSelectionBackground": "#1f1d2e",
"list.inactiveSelectionForeground": "#e0def4",
"list.invalidItemForeground": "#eb6f92",
"list.warningForeground": "#f6c177",
"listFilterWidget.background": "#1f1d2e",
"listFilterWidget.noMatchesOutline": "#eb6f92",
"listFilterWidget.outline": "#26233a",
"menu.background": "#1f1d2e",
"menu.border": "#6e6a861a",
"menu.foreground": "#e0def4",
"menu.selectionBackground": "#6e6a8633",
"menu.selectionBorder": "#26233a",
"menu.selectionForeground": "#e0def4",
"menu.separatorBackground": "#6e6a8666",
"menubar.selectionBackground": "#6e6a8633",
"menubar.selectionBorder": "#6e6a861a",
"menubar.selectionForeground": "#e0def4",
"merge.border": "#26233a",
"merge.commonContentBackground": "#6e6a8633",
"merge.commonHeaderBackground": "#6e6a8633",
"merge.currentContentBackground": "#f6c17780",
"merge.currentHeaderBackground": "#f6c17780",
"merge.incomingContentBackground": "#9ccfd880",
"merge.incomingHeaderBackground": "#9ccfd880",
"minimap.background": "#1f1d2e",
"minimap.errorHighlight": "#eb6f9280",
"minimap.findMatchHighlight": "#6e6a8633",
"minimap.selectionHighlight": "#6e6a8633",
"minimap.warningHighlight": "#f6c17780",
"minimapGutter.addedBackground": "#9ccfd8",
"minimapGutter.deletedBackground": "#eb6f92",
"minimapGutter.modifiedBackground": "#ebbcba",
"minimapSlider.activeBackground": "#6e6a8666",
"minimapSlider.background": "#6e6a8633",
"minimapSlider.hoverBackground": "#6e6a8633",
"notebook.cellBorderColor": "#9ccfd880",
"notebook.cellEditorBackground": "#1f1d2e",
"notebook.cellHoverBackground": "#26233a80",
"notebook.focusedCellBackground": "#6e6a861a",
"notebook.focusedCellBorder": "#9ccfd8",
"notebook.outputContainerBackgroundColor": "#6e6a861a",
"notificationCenter.border": "#6e6a8633",
"notificationCenterHeader.background": "#1f1d2e",
"notificationCenterHeader.foreground": "#908caa",
"notificationLink.foreground": "#c4a7e7",
"notifications.background": "#1f1d2e",
"notifications.border": "#6e6a8633",
"notifications.foreground": "#e0def4",
"notificationsErrorIcon.foreground": "#eb6f92",
"notificationsInfoIcon.foreground": "#9ccfd8",
"notificationsWarningIcon.foreground": "#f6c177",
"notificationToast.border": "#6e6a8633",
"panel.background": "#1f1d2e",
"panel.border": "#0000",
"panel.dropBorder": "#26233a",
"panelInput.border": "#1f1d2e",
"panelSection.dropBackground": "#6e6a8633",
"panelSectionHeader.background": "#1f1d2e",
"panelSectionHeader.foreground": "#e0def4",
"panelTitle.activeBorder": "#6e6a8666",
"panelTitle.activeForeground": "#e0def4",
"panelTitle.inactiveForeground": "#908caa",
"peekView.border": "#26233a",
"peekViewEditor.background": "#1f1d2e",
"peekViewEditor.matchHighlightBackground": "#6e6a8666",
"peekViewResult.background": "#1f1d2e",
"peekViewResult.fileForeground": "#908caa",
"peekViewResult.lineForeground": "#908caa",
"peekViewResult.matchHighlightBackground": "#6e6a8666",
"peekViewResult.selectionBackground": "#6e6a8633",
"peekViewResult.selectionForeground": "#e0def4",
"peekViewTitle.background": "#26233a",
"peekViewTitleDescription.foreground": "#908caa",
"pickerGroup.border": "#6e6a8666",
"pickerGroup.foreground": "#c4a7e7",
"ports.iconRunningProcessForeground": "#ebbcba",
"problemsErrorIcon.foreground": "#eb6f92",
"problemsInfoIcon.foreground": "#9ccfd8",
"problemsWarningIcon.foreground": "#f6c177",
"progressBar.background": "#ebbcba",
"quickInput.background": "#1f1d2e",
"quickInput.foreground": "#908caa",
"quickInputList.focusBackground": "#6e6a8633",
"quickInputList.focusForeground": "#e0def4",
"quickInputList.focusIconForeground": "#e0def4",
"scrollbar.shadow": "#1f1d2e4d",
"scrollbarSlider.activeBackground": "#31748f80",
"scrollbarSlider.background": "#6e6a8633",
"scrollbarSlider.hoverBackground": "#6e6a8666",
"searchEditor.findMatchBackground": "#6e6a8633",
"selection.background": "#6e6a8666",
"settings.focusedRowBackground": "#1f1d2e",
"settings.headerForeground": "#e0def4",
"settings.modifiedItemIndicator": "#ebbcba",
"settings.focusedRowBorder": "#6e6a8633",
"settings.rowHoverBackground": "#1f1d2e",
"sideBar.background": "#191724",
"sideBar.dropBackground": "#1f1d2e",
"sideBar.foreground": "#908caa",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#6e6a8633",
"statusBar.background": "#191724",
"statusBar.debuggingBackground": "#c4a7e7",
"statusBar.debuggingForeground": "#191724",
"statusBar.foreground": "#908caa",
"statusBar.noFolderBackground": "#191724",
"statusBar.noFolderForeground": "#908caa",
"statusBarItem.activeBackground": "#6e6a8666",
"statusBarItem.hoverBackground": "#6e6a8633",
"statusBarItem.prominentBackground": "#26233a",
"statusBarItem.prominentForeground": "#e0def4",
"statusBarItem.prominentHoverBackground": "#6e6a8633",
"statusBarItem.remoteBackground": "#191724",
"statusBarItem.remoteForeground": "#f6c177",
"statusBarItem.errorBackground": "#191724",
"statusBarItem.errorForeground": "#eb6f92",
"symbolIcon.arrayForeground": "#908caa",
"symbolIcon.classForeground": "#908caa",
"symbolIcon.colorForeground": "#908caa",
"symbolIcon.constantForeground": "#908caa",
"symbolIcon.constructorForeground": "#908caa",
"symbolIcon.enumeratorForeground": "#908caa",
"symbolIcon.enumeratorMemberForeground": "#908caa",
"symbolIcon.eventForeground": "#908caa",
"symbolIcon.fieldForeground": "#908caa",
"symbolIcon.fileForeground": "#908caa",
"symbolIcon.folderForeground": "#908caa",
"symbolIcon.functionForeground": "#908caa",
"symbolIcon.interfaceForeground": "#908caa",
"symbolIcon.keyForeground": "#908caa",
"symbolIcon.keywordForeground": "#908caa",
"symbolIcon.methodForeground": "#908caa",
"symbolIcon.moduleForeground": "#908caa",
"symbolIcon.namespaceForeground": "#908caa",
"symbolIcon.nullForeground": "#908caa",
"symbolIcon.numberForeground": "#908caa",
"symbolIcon.objectForeground": "#908caa",
"symbolIcon.operatorForeground": "#908caa",
"symbolIcon.packageForeground": "#908caa",
"symbolIcon.propertyForeground": "#908caa",
"symbolIcon.referenceForeground": "#908caa",
"symbolIcon.snippetForeground": "#908caa",
"symbolIcon.stringForeground": "#908caa",
"symbolIcon.structForeground": "#908caa",
"symbolIcon.textForeground": "#908caa",
"symbolIcon.typeParameterForeground": "#908caa",
"symbolIcon.unitForeground": "#908caa",
"symbolIcon.variableForeground": "#908caa",
"tab.activeBackground": "#6e6a861a",
"tab.activeForeground": "#e0def4",
"tab.activeModifiedBorder": "#9ccfd8",
"tab.border": "#0000",
"tab.hoverBackground": "#6e6a8633",
"tab.inactiveBackground": "#0000",
"tab.inactiveForeground": "#908caa",
"tab.inactiveModifiedBorder": "#9ccfd880",
"tab.lastPinnedBorder": "#6e6a86",
"tab.unfocusedActiveBackground": "#0000",
"tab.unfocusedHoverBackground": "#0000",
"tab.unfocusedInactiveBackground": "#0000",
"tab.unfocusedInactiveModifiedBorder": "#9ccfd880",
"terminal.ansiBlack": "#26233a",
"terminal.ansiBlue": "#9ccfd8",
"terminal.ansiBrightBlack": "#908caa",
"terminal.ansiBrightBlue": "#9ccfd8",
"terminal.ansiBrightCyan": "#ebbcba",
"terminal.ansiBrightGreen": "#31748f",
"terminal.ansiBrightMagenta": "#c4a7e7",
"terminal.ansiBrightRed": "#eb6f92",
"terminal.ansiBrightWhite": "#e0def4",
"terminal.ansiBrightYellow": "#f6c177",
"terminal.ansiCyan": "#ebbcba",
"terminal.ansiGreen": "#31748f",
"terminal.ansiMagenta": "#c4a7e7",
"terminal.ansiRed": "#eb6f92",
"terminal.ansiWhite": "#e0def4",
"terminal.ansiYellow": "#f6c177",
"terminal.dropBackground": "#6e6a8633",
"terminal.foreground": "#e0def4",
"terminal.selectionBackground": "#6e6a8633",
"terminal.tab.activeBorder": "#e0def4",
"terminalCursor.background": "#e0def4",
"terminalCursor.foreground": "#6e6a86",
"textBlockQuote.background": "#1f1d2e",
"textBlockQuote.border": "#6e6a8633",
"textCodeBlock.background": "#1f1d2e",
"textLink.activeForeground": "#c4a7e7e6",
"textLink.foreground": "#c4a7e7",
"textPreformat.foreground": "#f6c177",
"textSeparator.foreground": "#908caa",
"titleBar.activeBackground": "#191724",
"titleBar.activeForeground": "#908caa",
"titleBar.inactiveBackground": "#1f1d2e",
"titleBar.inactiveForeground": "#908caa",
"toolbar.activeBackground": "#6e6a8666",
"toolbar.hoverBackground": "#6e6a8633",
"tree.indentGuidesStroke": "#908caa",
"walkThrough.embeddedEditorBackground": "#191724",
"welcomePage.background": "#191724",
"welcomePage.buttonBackground": "#1f1d2e",
"welcomePage.buttonHoverBackground": "#26233a",
"widget.shadow": "#1f1d2e4d",
"window.activeBorder": "#1f1d2e",
"window.inactiveBorder": "#1f1d2e"
},
"tokenColors": [
{
"scope": ["comment"],
"settings": {
"foreground": "#6e6a86",
"fontStyle": "italic"
}
},
{
"scope": ["constant"],
"settings": {
"foreground": "#31748f"
}
},
{
"scope": ["constant.numeric", "constant.language"],
"settings": {
"foreground": "#ebbcba"
}
},
{
"scope": ["entity.name"],
"settings": {
"foreground": "#ebbcba"
}
},
{
"scope": [
"entity.name.section",
"entity.name.tag",
"entity.name.namespace",
"entity.name.type"
],
"settings": {
"foreground": "#9ccfd8"
}
},
{
"scope": ["entity.other.attribute-name", "entity.other.inherited-class"],
"settings": {
"foreground": "#c4a7e7",
"fontStyle": "italic"
}
},
{
"scope": ["invalid"],
"settings": {
"foreground": "#eb6f92"
}
},
{
"scope": ["invalid.deprecated"],
"settings": {
"foreground": "#908caa"
}
},
{
"scope": ["keyword"],
"settings": {
"foreground": "#31748f"
}
},
{
"scope": ["markup.inserted.diff"],
"settings": {
"foreground": "#9ccfd8"
}
},
{
"scope": ["markup.deleted.diff"],
"settings": {
"foreground": "#eb6f92"
}
},
{
"scope": "markup.heading",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "markup.bold.markdown",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "markup.italic.markdown",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": ["meta.diff.range"],
"settings": {
"foreground": "#c4a7e7"
}
},
{
"scope": ["meta.tag", "meta.brace"],
"settings": {
"foreground": "#e0def4"
}
},
{
"scope": ["meta.import", "meta.export"],
"settings": {
"foreground": "#31748f"
}
},
{
"scope": "meta.directive.vue",
"settings": {
"foreground": "#c4a7e7",
"fontStyle": "italic"
}
},
{
"scope": "meta.property-name.css",
"settings": {
"foreground": "#9ccfd8"
}
},
{
"scope": "meta.property-value.css",
"settings": {
"foreground": "#f6c177"
}
},
{
"scope": "meta.tag.other.html",
"settings": {
"foreground": "#908caa"
}
},
{
"scope": ["punctuation"],
"settings": {
"foreground": "#908caa"
}
},
{
"scope": ["punctuation.accessor"],
"settings": {
"foreground": "#31748f"
}
},
{
"scope": ["punctuation.definition.string"],
"settings": {
"foreground": "#f6c177"
}
},
{
"scope": ["punctuation.definition.tag"],
"settings": {
"foreground": "#6e6a86"
}
},
{
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#31748f"
}
},
{
"scope": ["string"],
"settings": {
"foreground": "#f6c177"
}
},
{
"scope": ["support"],
"settings": {
"foreground": "#9ccfd8"
}
},
{
"scope": ["support.constant"],
"settings": {
"foreground": "#f6c177"
}
},
{
"scope": ["support.function"],
"settings": {
"foreground": "#eb6f92",
"fontStyle": "italic"
}
},
{
"scope": ["variable"],
"settings": {
"foreground": "#ebbcba",
"fontStyle": "italic"
}
},
{
"scope": ["variable.other", "variable.language", "variable.function", "variable.argument"],
"settings": {
"foreground": "#e0def4"
}
},
{
"scope": ["variable.parameter"],
"settings": {
"foreground": "#c4a7e7"
}
}
]
}

564
node_modules/shiki/themes/slack-dark.json generated vendored Normal file
View file

@ -0,0 +1,564 @@
{
"name": "slack-dark",
"type": "dark",
"colors": {
"activityBarBadge.background": "#1D978D",
"editor.background": "#222222",
"editor.foreground": "#E6E6E6",
"editor.inactiveSelectionBackground": "#3a3d41",
"editor.selectionHighlightBackground": "#add6ff26",
"editorIndentGuide.activeBackground": "#707070",
"editorIndentGuide.background": "#404040",
"input.placeholderForeground": "#7A7A7A",
"list.dropBackground": "#383b3d",
"list.activeSelectionBackground": "#222222",
"list.focusBackground": "#0077B5",
"menu.background": "#252526",
"menu.foreground": "#E6E6E6",
"settings.numberInputBackground": "#292929",
"settings.textInputBackground": "#292929",
"sideBarTitle.foreground": "#E6E6E6",
"statusBar.background": "#222222",
"statusBar.noFolderBackground": "#141414",
"statusBar.debuggingBackground": "#1D978D",
"list.hoverBackground": "#222222",
"gitDecoration.modifiedResourceForeground": "#ECB22E",
"gitDecoration.deletedResourceForeground": "#FFF",
"gitDecoration.untrackedResourceForeground": "#ECB22E",
"gitDecoration.ignoredResourceForeground": "#877583",
"gitDecoration.addedResourceForeground": "#ECB22E",
"gitDecoration.conflictingResourceForeground": "#FFF",
"editor.lineHighlightBorder": "#141414",
"editor.lineHighlightBackground": "#141414",
"editorSuggestWidget.selectedBackground": "#0077B5",
"sideBarSectionHeader.background": "#222222",
"activityBar.background": "#222222",
"button.background": "#0077B5",
"button.foreground": "#FFF",
"button.hoverBackground": "#005076",
"extensionButton.prominentBackground": "#0077B5",
"extensionButton.prominentForeground": "#FFF",
"extensionButton.prominentHoverBackground": "#005076",
"debugExceptionWidget.background": "#141414",
"debugExceptionWidget.border": "#FFF",
"debugToolBar.background": "#141414",
"titleBar.activeBackground": "#222222",
"titleBar.activeForeground": "#E6E6E6",
"titleBar.inactiveBackground": "#222222",
"titleBar.inactiveForeground": "#7A7A7A",
"focusBorder": "#0077B5",
"textLink.activeForeground": "#0077B5",
"textLink.foreground": "#0077B5",
"editorLink.activeForeground": "#0077B5",
"notificationLink.foreground": "#0077B5"
},
"tokenColors": [
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
"foreground": "#D4D4D4"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "strong",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "header",
"settings": {
"foreground": "#000080"
}
},
{
"scope": "comment",
"settings": {
"foreground": "#6A9955"
}
},
{
"scope": "constant.language",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": ["constant.numeric"],
"settings": {
"foreground": "#b5cea8"
}
},
{
"scope": "constant.regexp",
"settings": {
"foreground": "#646695"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "entity.name.tag.css",
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": [
"entity.other.attribute-name.class.css",
"entity.other.attribute-name.class.mixin.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.attribute.scss",
"entity.other.attribute-name.scss"
],
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": "invalid",
"settings": {
"foreground": "#f44747"
}
},
{
"scope": "markup.underline",
"settings": {
"fontStyle": "underline"
}
},
{
"scope": "markup.bold",
"settings": {
"fontStyle": "bold",
"foreground": "#569cd6"
}
},
{
"scope": "markup.heading",
"settings": {
"fontStyle": "bold",
"foreground": "#569cd6"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.inserted",
"settings": {
"foreground": "#b5cea8"
}
},
{
"scope": "markup.deleted",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "markup.changed",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "punctuation.definition.quote.begin.markdown",
"settings": {
"foreground": "#6A9955"
}
},
{
"scope": "punctuation.definition.list.begin.markdown",
"settings": {
"foreground": "#6796e6"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#ce9178"
}
},
{
"name": "brackets of XML/HTML tags",
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#808080"
}
},
{
"scope": "meta.preprocessor",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "meta.preprocessor.string",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "meta.preprocessor.numeric",
"settings": {
"foreground": "#b5cea8"
}
},
{
"scope": "meta.structure.dictionary.key.python",
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": "meta.diff.header",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "storage",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "storage.type",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "storage.modifier",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "string",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "string.tag",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "string.value",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "string.regexp",
"settings": {
"foreground": "#d16969"
}
},
{
"name": "String interpolation",
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
],
"settings": {
"foreground": "#569cd6"
}
},
{
"name": "Reset JavaScript string interpolation expression",
"scope": ["meta.template.expression"],
"settings": {
"foreground": "#d4d4d4"
}
},
{
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"variable.css",
"variable.scss",
"variable.other.less",
"source.coffee.embedded"
],
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#d4d4d4"
}
},
{
"scope": [
"keyword.operator.new",
"keyword.operator.expression",
"keyword.operator.cast",
"keyword.operator.sizeof",
"keyword.operator.instanceof",
"keyword.operator.logical.python"
],
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "keyword.other.unit",
"settings": {
"foreground": "#b5cea8"
}
},
{
"scope": ["punctuation.section.embedded.begin.php", "punctuation.section.embedded.end.php"],
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "support.function.git-rebase",
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": "constant.sha.git-rebase",
"settings": {
"foreground": "#b5cea8"
}
},
{
"name": "coloring of the Java import and package identifiers",
"scope": [
"storage.modifier.import.java",
"variable.language.wildcard.java",
"storage.modifier.package.java"
],
"settings": {
"foreground": "#d4d4d4"
}
},
{
"name": "this.self",
"scope": "variable.language",
"settings": {
"foreground": "#569cd6"
}
},
{
"name": "Function declarations",
"scope": ["entity.name.function", "support.function", "support.constant.handlebars"],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"name": "Types declaration and references",
"scope": [
"meta.return-type",
"support.class",
"support.type",
"entity.name.type",
"entity.name.class",
"storage.type.numeric.go",
"storage.type.byte.go",
"storage.type.boolean.go",
"storage.type.string.go",
"storage.type.uintptr.go",
"storage.type.error.go",
"storage.type.rune.go",
"storage.type.cs",
"storage.type.generic.cs",
"storage.type.modifier.cs",
"storage.type.variable.cs",
"storage.type.annotation.java",
"storage.type.generic.java",
"storage.type.java",
"storage.type.object.array.java",
"storage.type.primitive.array.java",
"storage.type.primitive.java",
"storage.type.token.java",
"storage.type.groovy",
"storage.type.annotation.groovy",
"storage.type.parameters.groovy",
"storage.type.generic.groovy",
"storage.type.object.array.groovy",
"storage.type.primitive.array.groovy",
"storage.type.primitive.groovy"
],
"settings": {
"foreground": "#4EC9B0"
}
},
{
"name": "Types declaration and references, TS grammar specific",
"scope": [
"meta.type.cast.expr",
"meta.type.new.expr",
"support.constant.math",
"support.constant.dom",
"support.constant.json",
"entity.other.inherited-class"
],
"settings": {
"foreground": "#4EC9B0"
}
},
{
"name": "Control flow keywords",
"scope": "keyword.control",
"settings": {
"foreground": "#C586C0"
}
},
{
"name": "Variable and parameter name",
"scope": [
"variable",
"meta.definition.variable.name",
"support.variable",
"entity.name.variable"
],
"settings": {
"foreground": "#9CDCFE"
}
},
{
"name": "Object keys, TS grammar specific",
"scope": ["meta.object-literal.key"],
"settings": {
"foreground": "#9CDCFE"
}
},
{
"name": "CSS property value",
"scope": [
"support.constant.property-value",
"support.constant.font-name",
"support.constant.media-type",
"support.constant.media",
"constant.other.color.rgb-value",
"constant.other.rgb-value",
"support.constant.color"
],
"settings": {
"foreground": "#CE9178"
}
},
{
"name": "Regular expression groups",
"scope": [
"punctuation.definition.group.regexp",
"punctuation.definition.group.assertion.regexp",
"punctuation.definition.character-class.regexp",
"punctuation.character.set.begin.regexp",
"punctuation.character.set.end.regexp",
"keyword.operator.negation.regexp",
"support.other.parenthesis.regexp"
],
"settings": {
"foreground": "#CE9178"
}
},
{
"scope": [
"constant.character.character-class.regexp",
"constant.other.character-class.set.regexp",
"constant.other.character-class.regexp",
"constant.character.set.regexp"
],
"settings": {
"foreground": "#d16969"
}
},
{
"scope": ["keyword.operator.or.regexp", "keyword.control.anchor.regexp"],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"scope": "keyword.operator.quantifier.regexp",
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": "constant.character",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#6796e6"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#cd9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#f44747"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#b267e6"
}
}
]
}

475
node_modules/shiki/themes/slack-ochin.json generated vendored Normal file
View file

@ -0,0 +1,475 @@
{
"name": "slack-ochin",
"type": "dark",
"colors": {
"foreground": "#616161",
"focusBorder": "#161F26",
"widget.shadow": "#161F2694",
"input.background": "#FFF",
"input.border": "#161F26",
"input.foreground": "#000",
"input.placeholderForeground": "#a0a0a0",
"inputOption.activeBorder": "#3E313C",
"inputValidation.errorBackground": "#F44C5E",
"inputValidation.errorForeground": "#FFF",
"inputValidation.infoBackground": "#6182b8",
"inputValidation.infoForeground": "#FFF",
"inputValidation.warningBackground": "#F6B555",
"inputValidation.warningForeground": "#000",
"list.activeSelectionBackground": "#5899C5",
"list.activeSelectionForeground": "#fff",
"list.hoverBackground": "#d5e1ea",
"list.hoverForeground": "#fff",
"list.focusBackground": "#d5e1ea",
"list.focusForeground": "#fff",
"list.inactiveSelectionBackground": "#5899C5",
"list.inactiveSelectionForeground": "#fff",
"list.highlightForeground": "#2D3E4C",
"list.inactiveFocusBackground": "#161F26",
"list.invalidItemForeground": "#fff",
"button.background": "#475663",
"button.foreground": "#FFF",
"button.hoverBackground": "#161F26",
"scrollbar.shadow": "#ffffff00",
"scrollbarSlider.activeBackground": "#161F267e",
"scrollbarSlider.background": "#161F267e",
"scrollbarSlider.hoverBackground": "#161F267e",
"badge.background": "#8AE773",
"progressBar.background": "#8AE773",
"editor.background": "#FFF",
"editor.foreground": "#000",
"editor.lineHighlightBackground": "#EEEEEE",
"editor.wordHighlightStrongBackground": "#EEEEEE",
"editor.selectionBackground": "#AED4FB",
"editorLineNumber.foreground": "#b9b9b9",
"editorActiveLineNumber.foreground": "#475663",
"editor.findMatchBackground": "#AED4FB",
"editorHint.foreground": "#F9F9F9",
"editorHint.border": "#F9F9F9",
"editor.wordHighlightBackground": "#AED4FB",
"terminal.border": "#2D3E4C",
"terminal.foreground": "#161F26",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#6182b8",
"terminal.ansiBrightBlack": "#90a4ae",
"terminal.ansiBrightBlue": "#6182b8",
"terminal.ansiBrightCyan": "#39adb5",
"terminal.ansiBrightGreen": "#91b859",
"terminal.ansiBrightMagenta": "#7c4dff",
"terminal.ansiBrightRed": "#e53935",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.ansiBrightYellow": "#ffb62c",
"terminal.ansiCyan": "#39adb5",
"terminal.ansiGreen": "#91b859",
"terminal.ansiMagenta": "#7c4dff",
"terminal.ansiRed": "#e53935",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiYellow": "#ffb62c",
"terminal.selectionBackground": "#0006",
"panelTitle.activeForeground": "#161F26",
"activityBar.background": "#161F26",
"activityBar.foreground": "#FFF",
"activityBar.dropBackground": "#FFF",
"activityBarBadge.background": "#8AE773",
"activityBarBadge.foreground": "#FFF",
"panel.border": "#2D3E4C",
"dropdown.background": "#FFF",
"dropdown.listBackground": "#FFF",
"dropdown.border": "#DCDEDF",
"dropdown.foreground": "#DCDEDF",
"sideBar.background": "#2D3E4C",
"sideBar.foreground": "#DCDEDF",
"sideBarTitle.foreground": "#FFF",
"sideBarSectionHeader.foreground": "#FFF",
"sideBarSectionHeader.background": "#161F26",
"debugToolBar.background": "#161F26",
"tab.border": "#F3F3F3",
"tab.activeBackground": "#FFF",
"tab.inactiveForeground": "#686868",
"tab.inactiveBackground": "#F3F3F3",
"tab.activeForeground": "#000",
"editorGroupHeader.tabsBackground": "#2D3E4C",
"statusBar.foreground": "#FFF",
"statusBar.background": "#5899C5",
"statusBar.debuggingBackground": "#8AE773",
"statusBar.noFolderBackground": "#161F26",
"extensionButton.prominentBackground": "#475663",
"extensionButton.prominentForeground": "#F6F6F6",
"extensionButton.prominentHoverBackground": "#161F26",
"gitDecoration.modifiedResourceForeground": "#ECB22E",
"gitDecoration.deletedResourceForeground": "#FFF",
"gitDecoration.untrackedResourceForeground": "#ECB22E",
"gitDecoration.ignoredResourceForeground": "#877583",
"gitDecoration.addedResourceForeground": "#ECB22E",
"gitDecoration.conflictingResourceForeground": "#FFF",
"notificationCenter.border": "#161F26",
"notificationToast.border": "#161F26",
"notifications.foreground": "#FFF",
"notifications.background": "#161F26",
"notifications.border": "#161F26",
"notificationCenterHeader.foreground": "#FFF",
"notificationLink.foreground": "#FFF",
"titleBar.activeBackground": "#2D3E4C",
"titleBar.activeForeground": "#FFF",
"titleBar.inactiveBackground": "#161F26",
"titleBar.inactiveForeground": "#685C66",
"titleBar.border": "#2D3E4C",
"welcomePage.buttonBackground": "#F3F3F3",
"welcomePage.buttonHoverBackground": "#ECECEC",
"editorWidget.background": "#F9F9F9",
"editorWidget.border": "#dbdbdb",
"editorSuggestWidget.foreground": "#2D3E4C",
"editorSuggestWidget.highlightForeground": "#2D3E4C",
"editorSuggestWidget.selectedBackground": "#b9b9b9",
"editorGroup.emptyBackground": "#2D3E4C",
"editorGroup.focusedEmptyBorder": "#2D3E4C",
"editorPane.background": "#2D3E4C",
"breadcrumb.foreground": "#161F26",
"breadcrumb.focusForeground": "#475663",
"settings.headerForeground": "#161F26",
"settings.dropdownForeground": "#161F26",
"settings.dropdownBorder": "#161F26",
"menu.separatorBackground": "#F9FAFA",
"menu.background": "#161F26",
"menu.foreground": "#F9FAFA",
"textPreformat.foreground": "#161F26",
"editorIndentGuide.background": "#F3F3F3",
"editorIndentGuide.activeBackground": "#dbdbdb",
"debugExceptionWidget.background": "#AED4FB",
"debugExceptionWidget.border": "#161F26",
"editorMarkerNavigation.background": "#F9F9F9",
"editorMarkerNavigationInfo.background": "#6182b8",
"editorMarkerNavigationError.background": "#F44C5E",
"editorMarkerNavigationWarning.background": "#F6B555"
},
"tokenColors": [
{
"settings": {
"foreground": "#002339"
}
},
{
"scope": ["meta.paragraph.markdown", "string.other.link.description.title.markdown"],
"settings": {
"foreground": "#110000"
}
},
{
"scope": ["entity.name.section.markdown", "punctuation.definition.heading.markdown"],
"settings": {
"foreground": "#034c7c"
}
},
{
"scope": [
"punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown",
"markup.quote.markdown"
],
"settings": {
"foreground": "#00AC8F"
}
},
{
"scope": ["markup.quote.markdown"],
"settings": {
"fontStyle": "italic",
"foreground": "#003494"
}
},
{
"scope": ["markup.bold.markdown", "punctuation.definition.bold.markdown"],
"settings": {
"fontStyle": "bold",
"foreground": "#4e76b5"
}
},
{
"scope": ["markup.italic.markdown", "punctuation.definition.italic.markdown"],
"settings": {
"fontStyle": "italic",
"foreground": "#C792EA"
}
},
{
"scope": ["markup.inline.raw.string.markdown", "markup.fenced_code.block.markdown"],
"settings": {
"fontStyle": "italic",
"foreground": "#0460b1"
}
},
{
"scope": ["punctuation.definition.metadata.markdown"],
"settings": {
"foreground": "#00AC8F"
}
},
{
"scope": ["markup.underline.link.image.markdown", "markup.underline.link.markdown"],
"settings": {
"foreground": "#924205"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"fontStyle": "italic",
"foreground": "#357b42"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#a44185"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#174781"
}
},
{
"name": "Constant",
"scope": "constant",
"settings": {
"foreground": "#174781"
}
},
{
"name": "Built-in constant",
"scope": "language.method",
"settings": {
"foreground": "#174781"
}
},
{
"name": "User-defined constant",
"scope": ["constant.character", "constant.other"],
"settings": {
"foreground": "#174781"
}
},
{
"name": "Variable",
"scope": "variable",
"settings": {
"fontStyle": "",
"foreground": "#2f86d2"
}
},
{
"name": "Variable",
"scope": "variable.language.this",
"settings": {
"fontStyle": "",
"foreground": "#000000"
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"fontStyle": "",
"foreground": "#7b30d0"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"fontStyle": "",
"foreground": "#da5221"
}
},
{
"name": "Storage type",
"scope": "storage.type",
"settings": {
"foreground": "#0991b6",
"fontStyle": ""
}
},
{
"name": "Class name",
"scope": "entity.name.class",
"settings": {
"foreground": "#1172c7"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"fontStyle": "",
"foreground": "#b02767"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"fontStyle": "",
"foreground": "#7eb233"
}
},
{
"name": "Function argument",
"scope": "variable.parameter",
"settings": {
"foreground": "#b1108e",
"fontStyle": ""
}
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"settings": {
"fontStyle": "",
"foreground": "#0444ac"
}
},
{
"name": "Html Other",
"scope": "text.html.basic",
"settings": {
"fontStyle": "",
"foreground": "#0071ce"
}
},
{
"name": "Entity Name Type",
"scope": "entity.name.type",
"settings": {
"foreground": "#0444ac"
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "italic",
"foreground": "#df8618"
}
},
{
"name": "Library function",
"scope": "support.function",
"settings": {
"fontStyle": "",
"foreground": "#1ab394"
}
},
{
"name": "Library constant",
"scope": "support.constant",
"settings": {
"fontStyle": "",
"foreground": "#174781"
}
},
{
"name": "Library class/type",
"scope": ["support.type", "support.class"],
"settings": {
"foreground": "#dc3eb7"
}
},
{
"name": "Library variable",
"scope": "support.other.variable",
"settings": {
"foreground": "#224555"
}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"fontStyle": " italic bold underline",
"foreground": "#207bb8"
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"foreground": "#207bb8",
"fontStyle": " bold italic underline"
}
},
{
"name": "[JSON] - Support",
"scope": "source.json support",
"settings": {
"foreground": "#6dbdfa"
}
},
{
"name": "[JSON] - String",
"scope": ["source.json string", "source.json punctuation.definition.string"],
"settings": {
"foreground": "#00820f"
}
},
{
"name": "Lists",
"scope": "markup.list",
"settings": {
"foreground": "#207bb8"
}
},
{
"name": "Headings",
"scope": ["markup.heading punctuation.definition.heading", "entity.name.section"],
"settings": {
"fontStyle": "",
"foreground": "#4FB4D8"
}
},
{
"name": "Support",
"scope": [
"text.html.markdown meta.paragraph meta.link.inline",
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
],
"settings": {
"foreground": "#87429A"
}
},
{
"name": "Quotes",
"scope": "markup.quote",
"settings": {
"foreground": "#87429A"
}
},
{
"name": "Bold",
"scope": "markup.bold",
"settings": {
"fontStyle": "bold",
"foreground": "#08134A"
}
},
{
"name": "Italic",
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": {
"fontStyle": "italic",
"foreground": "#174781"
}
},
{
"name": "Link Url",
"scope": "meta.link",
"settings": {
"foreground": "#87429A"
}
}
]
}

391
node_modules/shiki/themes/solarized-dark.json generated vendored Normal file
View file

@ -0,0 +1,391 @@
{
"name": "solarized-dark",
"tokenColors": [
{
"settings": {
"foreground": "#839496"
}
},
{
"scope": ["meta.embedded", "source.groovy.embedded", "string meta.image.inline.markdown"],
"settings": {
"foreground": "#839496"
}
},
{
"name": "Comments",
"scope": ["comment", "string.quoted.docstring"],
"settings": {
"fontStyle": "italic",
"foreground": "#586E75"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#2AA198"
}
},
{
"name": "Regexp",
"scope": "string.regexp",
"settings": {
"foreground": "#DC322F"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#D33682"
}
},
{
"name": "Variable",
"scope": ["variable.language", "variable.other"],
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"fontStyle": "bold",
"foreground": "#93A1A1"
}
},
{
"name": "Class name",
"scope": [
"entity.name.class",
"entity.name.type",
"entity.name.namespace",
"entity.name.scope-resolution"
],
"settings": {
"fontStyle": "",
"foreground": "#CB4B16"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Variable start",
"scope": "punctuation.definition.variable",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Embedded code markers",
"scope": ["punctuation.section.embedded.begin", "punctuation.section.embedded.end"],
"settings": {
"foreground": "#DC322F"
}
},
{
"name": "Built-in constant",
"scope": ["constant.language", "meta.preprocessor"],
"settings": {
"foreground": "#B58900"
}
},
{
"name": "Support.construct",
"scope": ["support.function.construct", "keyword.other.new"],
"settings": {
"foreground": "#CB4B16"
}
},
{
"name": "User-defined constant",
"scope": ["constant.character", "constant.other"],
"settings": {
"foreground": "#CB4B16"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"foreground": "#6C71C4"
}
},
{
"name": "Function argument",
"scope": "variable.parameter",
"settings": {}
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Tag start/end",
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#586E75"
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#93A1A1"
}
},
{
"name": "Library function",
"scope": "support.function",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Continuation",
"scope": "punctuation.separator.continuation",
"settings": {
"foreground": "#DC322F"
}
},
{
"name": "Library constant",
"scope": ["support.constant", "support.variable"],
"settings": {}
},
{
"name": "Library class/type",
"scope": ["support.type", "support.class"],
"settings": {
"foreground": "#859900"
}
},
{
"name": "Library Exception",
"scope": "support.type.exception",
"settings": {
"foreground": "#CB4B16"
}
},
{
"name": "Library variable",
"scope": "support.other.variable",
"settings": {}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"foreground": "#DC322F"
}
},
{
"name": "diff: header",
"scope": ["meta.diff", "meta.diff.header"],
"settings": {
"fontStyle": "italic",
"foreground": "#268BD2"
}
},
{
"name": "diff: deleted",
"scope": "markup.deleted",
"settings": {
"fontStyle": "",
"foreground": "#DC322F"
}
},
{
"name": "diff: changed",
"scope": "markup.changed",
"settings": {
"fontStyle": "",
"foreground": "#CB4B16"
}
},
{
"name": "diff: inserted",
"scope": "markup.inserted",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Markup Quote",
"scope": "markup.quote",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Markup Lists",
"scope": "markup.list",
"settings": {
"foreground": "#B58900"
}
},
{
"name": "Markup Styling",
"scope": ["markup.bold", "markup.italic"],
"settings": {
"foreground": "#D33682"
}
},
{
"name": "Markup: Strong",
"scope": "markup.bold",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Markup: Emphasis",
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.strikethrough",
"settings": {
"fontStyle": "strikethrough"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
"settings": {
"fontStyle": "",
"foreground": "#2AA198"
}
},
{
"name": "Markup Headings",
"scope": "markup.heading",
"settings": {
"fontStyle": "bold",
"foreground": "#268BD2"
}
},
{
"name": "Markup Setext Header",
"scope": "markup.heading.setext",
"settings": {
"fontStyle": "",
"foreground": "#268BD2"
}
}
],
"colors": {
"focusBorder": "#2AA19899",
"selection.background": "#2AA19899",
"input.background": "#003847",
"input.foreground": "#93A1A1",
"input.placeholderForeground": "#93A1A1AA",
"inputOption.activeBorder": "#2AA19899",
"inputValidation.infoBorder": "#363b5f",
"inputValidation.infoBackground": "#052730",
"inputValidation.warningBackground": "#5d5938",
"inputValidation.warningBorder": "#9d8a5e",
"inputValidation.errorBackground": "#571b26",
"inputValidation.errorBorder": "#a92049",
"errorForeground": "#ffeaea",
"badge.background": "#047aa6",
"progressBar.background": "#047aa6",
"dropdown.background": "#00212B",
"dropdown.border": "#2AA19899",
"button.background": "#2AA19899",
"list.activeSelectionBackground": "#005A6F",
"quickInputList.focusBackground": "#005A6F",
"list.hoverBackground": "#004454AA",
"list.inactiveSelectionBackground": "#00445488",
"list.dropBackground": "#00445488",
"list.highlightForeground": "#1ebcc5",
"editor.background": "#002B36",
"editor.foreground": "#839496",
"editorWidget.background": "#00212B",
"editorCursor.foreground": "#D30102",
"editorWhitespace.foreground": "#93A1A180",
"editor.lineHighlightBackground": "#073642",
"editorLineNumber.activeForeground": "#949494",
"editor.selectionBackground": "#274642",
"minimap.selectionHighlight": "#274642",
"editorIndentGuide.background": "#93A1A180",
"editorIndentGuide.activeBackground": "#C3E1E180",
"editorHoverWidget.background": "#004052",
"editorMarkerNavigationError.background": "#AB395B",
"editorMarkerNavigationWarning.background": "#5B7E7A",
"editor.selectionHighlightBackground": "#005A6FAA",
"editor.wordHighlightBackground": "#004454AA",
"editor.wordHighlightStrongBackground": "#005A6FAA",
"editorBracketHighlight.foreground1": "#cdcdcdff",
"editorBracketHighlight.foreground2": "#b58900ff",
"editorBracketHighlight.foreground3": "#d33682ff",
"peekViewResult.background": "#00212B",
"peekViewEditor.background": "#10192c",
"peekViewTitle.background": "#00212B",
"peekView.border": "#2b2b4a",
"peekViewEditor.matchHighlightBackground": "#7744AA40",
"titleBar.activeBackground": "#002C39",
"editorGroup.border": "#00212B",
"editorGroup.dropBackground": "#2AA19844",
"editorGroupHeader.tabsBackground": "#004052",
"tab.activeForeground": "#d6dbdb",
"tab.activeBackground": "#002B37",
"tab.inactiveForeground": "#93A1A1",
"tab.inactiveBackground": "#004052",
"tab.border": "#003847",
"tab.lastPinnedBorder": "#2AA19844",
"activityBar.background": "#003847",
"panel.border": "#2b2b4a",
"sideBar.background": "#00212B",
"sideBarTitle.foreground": "#93A1A1",
"statusBar.foreground": "#93A1A1",
"statusBar.background": "#00212B",
"statusBar.debuggingBackground": "#00212B",
"statusBar.noFolderBackground": "#00212B",
"statusBarItem.remoteBackground": "#2AA19899",
"ports.iconRunningProcessForeground": "#369432",
"statusBarItem.prominentBackground": "#003847",
"statusBarItem.prominentHoverBackground": "#003847",
"debugToolBar.background": "#00212B",
"debugExceptionWidget.background": "#00212B",
"debugExceptionWidget.border": "#AB395B",
"pickerGroup.foreground": "#2AA19899",
"pickerGroup.border": "#2AA19899",
"terminal.ansiBlack": "#073642",
"terminal.ansiRed": "#dc322f",
"terminal.ansiGreen": "#859900",
"terminal.ansiYellow": "#b58900",
"terminal.ansiBlue": "#268bd2",
"terminal.ansiMagenta": "#d33682",
"terminal.ansiCyan": "#2aa198",
"terminal.ansiWhite": "#eee8d5",
"terminal.ansiBrightBlack": "#002b36",
"terminal.ansiBrightRed": "#cb4b16",
"terminal.ansiBrightGreen": "#586e75",
"terminal.ansiBrightYellow": "#657b83",
"terminal.ansiBrightBlue": "#839496",
"terminal.ansiBrightMagenta": "#6c71c4",
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightWhite": "#fdf6e3"
},
"semanticHighlighting": true
}

383
node_modules/shiki/themes/solarized-light.json generated vendored Normal file
View file

@ -0,0 +1,383 @@
{
"name": "solarized-light",
"tokenColors": [
{
"settings": {
"foreground": "#657B83"
}
},
{
"scope": ["meta.embedded", "source.groovy.embedded", "string meta.image.inline.markdown"],
"settings": {
"foreground": "#657B83"
}
},
{
"name": "Comments",
"scope": ["comment", "string.quoted.docstring"],
"settings": {
"fontStyle": "italic",
"foreground": "#93A1A1"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#2AA198"
}
},
{
"name": "Regexp",
"scope": "string.regexp",
"settings": {
"foreground": "#DC322F"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#D33682"
}
},
{
"name": "Variable",
"scope": ["variable.language", "variable.other"],
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"fontStyle": "bold",
"foreground": "#586E75"
}
},
{
"name": "Class name",
"scope": [
"entity.name.class",
"entity.name.type",
"entity.name.namespace",
"entity.name.scope-resolution"
],
"settings": {
"fontStyle": "",
"foreground": "#CB4B16"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Variable start",
"scope": "punctuation.definition.variable",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Embedded code markers",
"scope": ["punctuation.section.embedded.begin", "punctuation.section.embedded.end"],
"settings": {
"foreground": "#DC322F"
}
},
{
"name": "Built-in constant",
"scope": ["constant.language", "meta.preprocessor"],
"settings": {
"foreground": "#B58900"
}
},
{
"name": "Support.construct",
"scope": ["support.function.construct", "keyword.other.new"],
"settings": {
"foreground": "#CB4B16"
}
},
{
"name": "User-defined constant",
"scope": ["constant.character", "constant.other"],
"settings": {
"foreground": "#CB4B16"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"foreground": "#6C71C4"
}
},
{
"name": "Function argument",
"scope": "variable.parameter",
"settings": {}
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Tag start/end",
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#93A1A1"
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#93A1A1"
}
},
{
"name": "Library function",
"scope": "support.function",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Continuation",
"scope": "punctuation.separator.continuation",
"settings": {
"foreground": "#DC322F"
}
},
{
"name": "Library constant",
"scope": ["support.constant", "support.variable"],
"settings": {}
},
{
"name": "Library class/type",
"scope": ["support.type", "support.class"],
"settings": {
"foreground": "#859900"
}
},
{
"name": "Library Exception",
"scope": "support.type.exception",
"settings": {
"foreground": "#CB4B16"
}
},
{
"name": "Library variable",
"scope": "support.other.variable",
"settings": {}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"foreground": "#DC322F"
}
},
{
"name": "diff: header",
"scope": ["meta.diff", "meta.diff.header"],
"settings": {
"fontStyle": "italic",
"foreground": "#268BD2"
}
},
{
"name": "diff: deleted",
"scope": "markup.deleted",
"settings": {
"fontStyle": "",
"foreground": "#DC322F"
}
},
{
"name": "diff: changed",
"scope": "markup.changed",
"settings": {
"fontStyle": "",
"foreground": "#CB4B16"
}
},
{
"name": "diff: inserted",
"scope": "markup.inserted",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Markup Quote",
"scope": "markup.quote",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Markup Lists",
"scope": "markup.list",
"settings": {
"foreground": "#B58900"
}
},
{
"name": "Markup Styling",
"scope": ["markup.bold", "markup.italic"],
"settings": {
"foreground": "#D33682"
}
},
{
"name": "Markup: Strong",
"scope": "markup.bold",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Markup: Emphasis",
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.strikethrough",
"settings": {
"fontStyle": "strikethrough"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
"settings": {
"fontStyle": "",
"foreground": "#2AA198"
}
},
{
"name": "Markup Headings",
"scope": "markup.heading",
"settings": {
"fontStyle": "bold",
"foreground": "#268BD2"
}
},
{
"name": "Markup Setext Header",
"scope": "markup.heading.setext",
"settings": {
"fontStyle": "",
"foreground": "#268BD2"
}
}
],
"colors": {
"focusBorder": "#b49471",
"input.background": "#DDD6C1",
"input.foreground": "#586E75",
"input.placeholderForeground": "#586E75AA",
"inputOption.activeBorder": "#D3AF86",
"badge.background": "#B58900AA",
"progressBar.background": "#B58900",
"dropdown.background": "#EEE8D5",
"dropdown.border": "#D3AF86",
"button.background": "#AC9D57",
"selection.background": "#878b9180",
"list.activeSelectionBackground": "#DFCA88",
"list.activeSelectionForeground": "#6C6C6C",
"quickInputList.focusBackground": "#DFCA8866",
"list.hoverBackground": "#DFCA8844",
"list.inactiveSelectionBackground": "#D1CBB8",
"list.highlightForeground": "#B58900",
"editor.background": "#FDF6E3",
"editor.foreground": "#657B83",
"notebook.cellEditorBackground": "#F7F0E0",
"editorWidget.background": "#EEE8D5",
"editorCursor.foreground": "#657B83",
"editorWhitespace.foreground": "#586E7580",
"editor.lineHighlightBackground": "#EEE8D5",
"editor.selectionBackground": "#EEE8D5",
"minimap.selectionHighlight": "#EEE8D5",
"editorIndentGuide.background": "#586E7580",
"editorIndentGuide.activeBackground": "#081E2580",
"editorHoverWidget.background": "#CCC4B0",
"editorLineNumber.activeForeground": "#567983",
"peekViewResult.background": "#EEE8D5",
"peekViewEditor.background": "#FFFBF2",
"peekViewTitle.background": "#EEE8D5",
"peekView.border": "#B58900",
"peekViewEditor.matchHighlightBackground": "#7744AA40",
"titleBar.activeBackground": "#EEE8D5",
"editorGroup.border": "#DDD6C1",
"editorGroup.dropBackground": "#DDD6C1AA",
"editorGroupHeader.tabsBackground": "#D9D2C2",
"tab.border": "#DDD6C1",
"tab.activeBackground": "#FDF6E3",
"tab.inactiveForeground": "#586E75",
"tab.inactiveBackground": "#D3CBB7",
"tab.activeModifiedBorder": "#cb4b16",
"tab.lastPinnedBorder": "#FDF6E3",
"activityBar.background": "#DDD6C1",
"activityBar.foreground": "#584c27",
"activityBarBadge.background": "#B58900",
"panel.border": "#DDD6C1",
"sideBar.background": "#EEE8D5",
"sideBarTitle.foreground": "#586E75",
"statusBar.foreground": "#586E75",
"statusBar.background": "#EEE8D5",
"statusBar.debuggingBackground": "#EEE8D5",
"statusBar.noFolderBackground": "#EEE8D5",
"statusBarItem.remoteBackground": "#AC9D57",
"ports.iconRunningProcessForeground": "#2AA19899",
"statusBarItem.prominentBackground": "#DDD6C1",
"statusBarItem.prominentHoverBackground": "#DDD6C199",
"debugToolBar.background": "#DDD6C1",
"debugExceptionWidget.background": "#DDD6C1",
"debugExceptionWidget.border": "#AB395B",
"pickerGroup.border": "#2AA19899",
"pickerGroup.foreground": "#2AA19899",
"extensionButton.prominentBackground": "#b58900",
"extensionButton.prominentHoverBackground": "#584c27aa",
"terminal.ansiBlack": "#073642",
"terminal.ansiRed": "#dc322f",
"terminal.ansiGreen": "#859900",
"terminal.ansiYellow": "#b58900",
"terminal.ansiBlue": "#268bd2",
"terminal.ansiMagenta": "#d33682",
"terminal.ansiCyan": "#2aa198",
"terminal.ansiWhite": "#eee8d5",
"terminal.ansiBrightBlack": "#002b36",
"terminal.ansiBrightRed": "#cb4b16",
"terminal.ansiBrightGreen": "#586e75",
"terminal.ansiBrightYellow": "#657b83",
"terminal.ansiBrightBlue": "#839496",
"terminal.ansiBrightMagenta": "#6c71c4",
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightWhite": "#fdf6e3",
"terminal.background": "#FDF6E3",
"walkThrough.embeddedEditorBackground": "#00000014"
},
"semanticHighlighting": true
}

1091
node_modules/shiki/themes/vitesse-dark.json generated vendored Normal file

File diff suppressed because it is too large Load diff

1089
node_modules/shiki/themes/vitesse-light.json generated vendored Normal file

File diff suppressed because it is too large Load diff