kjelsrud.dev/node_modules/shiki/themes/material-theme-ocean.json
2023-07-19 21:31:30 +02:00

814 lines
25 KiB
JSON

{
"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"
}
}