mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
252 lines
12 KiB
JSON
252 lines
12 KiB
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Dynamic Base16 DankShell",
|
|
"semanticHighlighting": true,
|
|
"colors": {
|
|
"foreground": "{{colors.on_surface.default.hex}}",
|
|
"editor.background": "{{colors.background.default.hex}}",
|
|
"editor.foreground": "{{colors.on_surface.default.hex}}",
|
|
"errorForeground": "{{colors.error.default.hex}}",
|
|
"panel.border": "{{colors.outline_variant.default.hex}}",
|
|
"panelTitle.activeBorder": "{{colors.primary.default.hex}}",
|
|
"sideBar.border": "{{colors.outline_variant.default.hex}}",
|
|
"editorGroup.border": "{{colors.outline_variant.default.hex}}",
|
|
"tab.border": "{{colors.outline_variant.default.hex}}",
|
|
"titleBar.border": "{{colors.outline_variant.default.hex}}",
|
|
"focusBorder": "{{colors.primary.default.hex}}",
|
|
"selection.background": "{{colors.primary_container.default.hex}}66",
|
|
"titleBar.activeBackground": "{{colors.background.default.hex}}",
|
|
"titleBar.activeForeground": "{{colors.on_surface.default.hex}}",
|
|
"titleBar.inactiveForeground": "{{colors.outline.default.hex}}",
|
|
"activityBar.background": "{{colors.background.default.hex}}",
|
|
"activityBar.foreground": "{{colors.on_surface.default.hex}}",
|
|
"activityBar.inactiveForeground": "{{colors.outline.default.hex}}",
|
|
"activityBar.activeBorder": "{{colors.primary.default.hex}}",
|
|
"activityBarBadge.background": "{{colors.primary.default.hex}}",
|
|
"activityBarBadge.foreground": "{{colors.on_primary.default.hex}}",
|
|
"sideBar.background": "{{colors.surface_container_low.default.hex}}",
|
|
"sideBar.foreground": "{{colors.on_surface.default.hex}}",
|
|
"statusBarItem.hoverBackground": "{{colors.surface_container_low.default.hex}}",
|
|
"statusBarItem.activeBackground": "{{colors.surface_container.default.hex}}",
|
|
"sideBarTitle.foreground": "{{colors.on_surface.default.hex}}",
|
|
"panel.background": "{{colors.surface_container_low.default.hex}}",
|
|
"panelTitle.activeForeground": "{{colors.on_surface.default.hex}}",
|
|
"panelTitle.inactiveForeground": "{{colors.outline.default.hex}}",
|
|
"sideBarSectionHeader.background": "{{colors.surface_container.default.hex}}",
|
|
"sideBarSectionHeader.foreground": "{{colors.on_surface.default.hex}}",
|
|
"editorGroupHeader.tabsBackground": "{{colors.background.default.hex}}",
|
|
"tab.activeBackground": "{{colors.surface_container_low.default.hex}}",
|
|
"tab.inactiveBackground": "{{colors.background.default.hex}}",
|
|
"tab.activeForeground": "{{colors.on_surface.default.hex}}",
|
|
"tab.inactiveForeground": "{{colors.outline.default.hex}}",
|
|
"tab.activeBorderTop": "{{colors.primary.default.hex}}",
|
|
"list.activeSelectionBackground": "{{colors.primary.default.hex}}",
|
|
"list.activeSelectionForeground": "{{colors.on_primary.default.hex}}",
|
|
"list.inactiveSelectionBackground": "{{colors.surface_container.default.hex}}",
|
|
"list.hoverBackground": "{{colors.surface_container.default.hex}}",
|
|
"list.hoverForeground": "{{colors.on_surface.default.hex}}",
|
|
"list.focusForeground": "{{colors.on_surface.default.hex}}",
|
|
"list.focusOutline": "{{colors.primary.default.hex}}",
|
|
"list.focusBackground": "{{colors.surface_container_high.default.hex}}",
|
|
"list.highlightForeground": "{{colors.primary.default.hex}}",
|
|
"list.errorForeground": "{{colors.error.default.hex}}",
|
|
"list.warningForeground": "{{colors.secondary.default.hex}}",
|
|
"input.background": "{{colors.surface_container_low.default.hex}}",
|
|
"input.foreground": "{{colors.on_surface.default.hex}}",
|
|
"input.border": "{{colors.outline_variant.default.hex}}",
|
|
"input.placeholderForeground": "{{colors.outline.default.hex}}",
|
|
"dropdown.background": "{{colors.surface_container_low.default.hex}}",
|
|
"dropdown.foreground": "{{colors.on_surface.default.hex}}",
|
|
"dropdown.border": "{{colors.outline_variant.default.hex}}",
|
|
"quickInput.background": "{{colors.surface_container_low.default.hex}}",
|
|
"quickInput.foreground": "{{colors.on_surface.default.hex}}",
|
|
"widget.shadow": "{{colors.background.default.hex}}80",
|
|
"button.background": "{{colors.primary.default.hex}}",
|
|
"button.foreground": "{{colors.on_primary.default.hex}}",
|
|
"button.hoverBackground": "{{colors.primary_container.default.hex}}",
|
|
"statusBar.background": "{{colors.background.default.hex}}",
|
|
"statusBar.foreground": "{{colors.on_surface.default.hex}}",
|
|
"statusBar.border": "{{colors.outline_variant.default.hex}}",
|
|
"statusBar.noFolderBackground": "{{colors.background.default.hex}}",
|
|
"statusBar.noFolderForeground": "{{colors.on_surface.default.hex}}",
|
|
"statusBar.debuggingBackground": "{{colors.error.default.hex}}",
|
|
"statusBar.debuggingForeground": "{{colors.on_error.default.hex}}",
|
|
"notificationCenterHeader.background": "{{colors.surface_container_low.default.hex}}",
|
|
"notificationCenterHeader.foreground": "{{colors.on_surface.default.hex}}",
|
|
"notificationCenter.border": "{{colors.outline_variant.default.hex}}",
|
|
"notifications.background": "{{colors.surface_container_low.default.hex}}",
|
|
"notifications.foreground": "{{colors.on_surface.default.hex}}",
|
|
"notifications.border": "{{colors.outline_variant.default.hex}}",
|
|
"notificationsErrorIcon.foreground": "{{colors.error.default.hex}}",
|
|
"notificationsWarningIcon.foreground": "{{colors.secondary.default.hex}}",
|
|
"notificationsInfoIcon.foreground": "{{colors.primary.default.hex}}",
|
|
"breadcrumb.background": "{{colors.surface_container.default.hex}}",
|
|
"breadcrumb.foreground": "{{colors.outline.default.hex}}",
|
|
"breadcrumb.focusForeground": "{{colors.on_surface.default.hex}}",
|
|
"breadcrumb.activeSelectionForeground": "{{colors.primary.default.hex}}",
|
|
"editorLineNumber.foreground": "{{colors.outline.default.hex}}",
|
|
"editorLineNumber.activeForeground": "{{colors.primary.default.hex}}",
|
|
"editorCursor.foreground": "{{colors.primary.default.hex}}",
|
|
"editor.lineHighlightBackground": "{{colors.surface_container.default.hex}}66",
|
|
"editor.wordHighlightBackground": "{{colors.secondary.default.hex}}22",
|
|
"editor.wordHighlightStrongBackground": "{{colors.tertiary.default.hex}}22",
|
|
"editor.selectionBackground": "{{colors.primary_container.default.hex}}66",
|
|
"editor.inactiveSelectionBackground": "{{colors.primary_container.default.hex}}33",
|
|
"editorWhitespace.foreground": "{{colors.outline.default.hex}}66",
|
|
"editorIndentGuide.background1": "{{colors.outline.default.hex}}33",
|
|
"editorIndentGuide.activeBackground1": "{{colors.primary.default.hex}}99",
|
|
"editorOverviewRuler.border": "{{colors.outline_variant.default.hex}}",
|
|
"editorOverviewRuler.errorForeground": "{{colors.error.default.hex}}88",
|
|
"editorOverviewRuler.warningForeground": "{{colors.tertiary.default.hex}}88",
|
|
"editorOverviewRuler.infoForeground": "{{colors.primary.default.hex}}88",
|
|
"editorStickyScroll.background": "{{colors.background.default.hex}}",
|
|
"editorStickyScrollHover.background": "{{colors.surface_container_low.default.hex}}",
|
|
"editorBracketHighlight.unexpectedBracket.foreground": "{{colors.outline.default.hex}}",
|
|
"diffEditor.insertedTextBackground": "{{colors.secondary.default.hex}}20",
|
|
"diffEditor.removedTextBackground": "{{colors.error.default.hex}}20",
|
|
"gitDecoration.modifiedResourceForeground": "{{colors.primary.default.hex}}",
|
|
"gitDecoration.addedResourceForeground": "{{colors.secondary.default.hex}}",
|
|
"gitDecoration.deletedResourceForeground": "{{colors.error.default.hex}}",
|
|
"gitDecoration.ignoredResourceForeground": "{{colors.outline.default.hex}}",
|
|
"editorHoverWidget.background": "{{colors.surface_container_high.default.hex}}",
|
|
"editorHoverWidget.border": "{{colors.outline.default.hex}}",
|
|
"editorSuggestWidget.background": "{{colors.surface_container.default.hex}}",
|
|
"editorSuggestWidget.foreground": "{{colors.on_surface.default.hex}}",
|
|
"editorSuggestWidget.selectedBackground": "{{colors.surface_container_high.default.hex}}",
|
|
"editorSuggestWidget.highlightForeground": "{{colors.primary.default.hex}}",
|
|
"scrollbarSlider.background": "{{colors.outline.default.hex}}40",
|
|
"scrollbarSlider.hoverBackground": "{{colors.outline.default.hex}}60",
|
|
"scrollbarSlider.activeBackground": "{{colors.outline.default.hex}}80",
|
|
"terminal.background": "{{colors.background.default.hex}}",
|
|
"terminal.foreground": "{{colors.on_surface.default.hex}}",
|
|
"terminal.ansiBlack": "{{dank16.color0.default.hex}}",
|
|
"terminal.ansiRed": "{{dank16.color1.default.hex}}",
|
|
"terminal.ansiGreen": "{{dank16.color2.default.hex}}",
|
|
"terminal.ansiYellow": "{{dank16.color3.default.hex}}",
|
|
"terminal.ansiBlue": "{{dank16.color4.default.hex}}",
|
|
"terminal.ansiMagenta": "{{dank16.color5.default.hex}}",
|
|
"terminal.ansiCyan": "{{dank16.color6.default.hex}}",
|
|
"terminal.ansiWhite": "{{dank16.color7.default.hex}}",
|
|
"terminal.ansiBrightBlack": "{{dank16.color8.default.hex}}",
|
|
"terminal.ansiBrightRed": "{{dank16.color9.default.hex}}",
|
|
"terminal.ansiBrightGreen": "{{dank16.color10.default.hex}}",
|
|
"terminal.ansiBrightYellow": "{{dank16.color11.default.hex}}",
|
|
"terminal.ansiBrightBlue": "{{dank16.color12.default.hex}}",
|
|
"terminal.ansiBrightMagenta": "{{dank16.color13.default.hex}}",
|
|
"terminal.ansiBrightCyan": "{{dank16.color14.default.hex}}",
|
|
"terminal.ansiBrightWhite": "{{dank16.color15.default.hex}}"
|
|
},
|
|
"tokenColors": [
|
|
{
|
|
"scope": [
|
|
"comment"
|
|
],
|
|
"settings": {
|
|
"foreground": "{{colors.outline.default.hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"keyword"
|
|
],
|
|
"settings": {
|
|
"foreground": "{{dank16.color5.default.hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"string"
|
|
],
|
|
"settings": {
|
|
"foreground": "{{dank16.color2.default.hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"constant",
|
|
"number"
|
|
],
|
|
"settings": {
|
|
"foreground": "{{dank16.color12.default.hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"variable"
|
|
],
|
|
"settings": {
|
|
"foreground": "{{colors.on_surface.default.hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"entity.name.function"
|
|
],
|
|
"settings": {
|
|
"foreground": "{{dank16.color4.default.hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"entity.name.class",
|
|
"support.type"
|
|
],
|
|
"settings": {
|
|
"foreground": "{{colors.secondary.default.hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"invalid"
|
|
],
|
|
"settings": {
|
|
"foreground": "{{colors.error.default.hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"markup.heading"
|
|
],
|
|
"settings": {
|
|
"foreground": "{{colors.primary.default.hex}}",
|
|
"fontStyle": "bold"
|
|
}
|
|
}
|
|
],
|
|
"semanticTokenColors": {
|
|
"variable": {
|
|
"foreground": "{{colors.on_surface.default.hex}}"
|
|
},
|
|
"parameter": {
|
|
"foreground": "{{colors.on_surface.default.hex}}"
|
|
},
|
|
"property": {
|
|
"foreground": "{{dank16.color4.default.hex}}"
|
|
},
|
|
"function": {
|
|
"foreground": "{{dank16.color4.default.hex}}"
|
|
},
|
|
"method": {
|
|
"foreground": "{{dank16.color4.default.hex}}"
|
|
},
|
|
"type": {
|
|
"foreground": "{{colors.secondary.default.hex}}"
|
|
},
|
|
"class": {
|
|
"foreground": "{{colors.secondary.default.hex}}"
|
|
},
|
|
"string": {
|
|
"foreground": "{{dank16.color2.default.hex}}"
|
|
},
|
|
"number": {
|
|
"foreground": "{{dank16.color12.default.hex}}"
|
|
},
|
|
"keyword": {
|
|
"foreground": "{{dank16.color5.default.hex}}"
|
|
},
|
|
"comment": {
|
|
"foreground": "{{colors.outline.default.hex}}"
|
|
}
|
|
}
|
|
}
|