1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

matugen: vscode theme repairs

This commit is contained in:
bbedward
2025-11-13 17:06:04 -05:00
parent 4bc40325cb
commit 13ab54e83a
4 changed files with 36 additions and 36 deletions

View File

@@ -30,13 +30,13 @@
"sideBarSectionHeader.background": "{{colors.background.dark.hex}}", "sideBarSectionHeader.background": "{{colors.background.dark.hex}}",
"sideBarSectionHeader.foreground": "{{colors.on_surface.dark.hex}}", "sideBarSectionHeader.foreground": "{{colors.on_surface.dark.hex}}",
"list.activeSelectionBackground": "{{colors.background.dark.hex}}", "list.activeSelectionBackground": "{{colors.primary_container.dark.hex}}",
"list.activeSelectionForeground": "{{colors.on_surface.dark.hex}}", "list.activeSelectionForeground": "{{colors.on_primary_container.dark.hex}}",
"list.inactiveSelectionBackground": "{{colors.background.dark.hex}}", "list.inactiveSelectionBackground": "{{colors.surface_container.dark.hex}}",
"list.inactiveSelectionForeground": "{{colors.on_surface.dark.hex}}", "list.inactiveSelectionForeground": "{{colors.on_surface.dark.hex}}",
"list.hoverBackground": "{{colors.background.dark.hex}}", "list.hoverBackground": "{{colors.surface_container.dark.hex}}",
"list.hoverForeground": "{{colors.on_surface.dark.hex}}", "list.hoverForeground": "{{colors.on_surface.dark.hex}}",
"list.focusBackground": "{{colors.background.dark.hex}}", "list.focusBackground": "{{colors.surface_container_high.dark.hex}}",
"list.focusForeground": "{{colors.on_surface.dark.hex}}", "list.focusForeground": "{{colors.on_surface.dark.hex}}",
"list.highlightForeground": "{{colors.primary.dark.hex}}", "list.highlightForeground": "{{colors.primary.dark.hex}}",
@@ -78,7 +78,7 @@
"quickInput.background": "{{colors.background.dark.hex}}", "quickInput.background": "{{colors.background.dark.hex}}",
"quickInput.foreground": "{{colors.on_surface.dark.hex}}", "quickInput.foreground": "{{colors.on_surface.dark.hex}}",
"quickInputList.focusBackground": "{{colors.background.dark.hex}}", "quickInputList.focusBackground": "{{colors.surface_container_high.dark.hex}}",
"quickInputList.focusForeground": "{{colors.on_surface.dark.hex}}", "quickInputList.focusForeground": "{{colors.on_surface.dark.hex}}",
"button.background": "{{colors.primary.dark.hex}}", "button.background": "{{colors.primary.dark.hex}}",
@@ -112,7 +112,7 @@
"editorWidget.border": "{{colors.outline.dark.hex}}", "editorWidget.border": "{{colors.outline.dark.hex}}",
"editorSuggestWidget.background": "{{colors.background.dark.hex}}", "editorSuggestWidget.background": "{{colors.background.dark.hex}}",
"editorSuggestWidget.border": "{{colors.outline.dark.hex}}", "editorSuggestWidget.border": "{{colors.outline.dark.hex}}",
"editorSuggestWidget.selectedBackground": "{{colors.background.dark.hex}}", "editorSuggestWidget.selectedBackground": "{{colors.surface_container_high.dark.hex}}",
"editorSuggestWidget.highlightForeground": "{{colors.primary.dark.hex}}", "editorSuggestWidget.highlightForeground": "{{colors.primary.dark.hex}}",
"peekView.border": "{{colors.primary.dark.hex}}", "peekView.border": "{{colors.primary.dark.hex}}",
@@ -146,10 +146,10 @@
"merge.currentHeaderBackground": "{{colors.primary.dark.hex}}40", "merge.currentHeaderBackground": "{{colors.primary.dark.hex}}40",
"merge.incomingHeaderBackground": "{{colors.secondary.dark.hex}}40", "merge.incomingHeaderBackground": "{{colors.secondary.dark.hex}}40",
"menubar.selectionBackground": "{{colors.background.dark.hex}}", "menubar.selectionBackground": "{{colors.surface_container.dark.hex}}",
"menu.background": "{{colors.background.dark.hex}}", "menu.background": "{{colors.background.dark.hex}}",
"menu.foreground": "{{colors.on_surface.dark.hex}}", "menu.foreground": "{{colors.on_surface.dark.hex}}",
"menu.selectionBackground": "{{colors.background.dark.hex}}", "menu.selectionBackground": "{{colors.surface_container_high.dark.hex}}",
"menu.selectionForeground": "{{colors.on_surface.dark.hex}}", "menu.selectionForeground": "{{colors.on_surface.dark.hex}}",
"debugToolBar.background": "{{colors.background.dark.hex}}", "debugToolBar.background": "{{colors.background.dark.hex}}",

View File

@@ -30,13 +30,13 @@
"sideBarSectionHeader.background": "{{colors.background.default.hex}}", "sideBarSectionHeader.background": "{{colors.background.default.hex}}",
"sideBarSectionHeader.foreground": "{{colors.on_surface.default.hex}}", "sideBarSectionHeader.foreground": "{{colors.on_surface.default.hex}}",
"list.activeSelectionBackground": "{{colors.background.default.hex}}", "list.activeSelectionBackground": "{{colors.primary_container.default.hex}}",
"list.activeSelectionForeground": "{{colors.on_surface.default.hex}}", "list.activeSelectionForeground": "{{colors.on_primary_container.default.hex}}",
"list.inactiveSelectionBackground": "{{colors.background.default.hex}}", "list.inactiveSelectionBackground": "{{colors.surface_container.default.hex}}",
"list.inactiveSelectionForeground": "{{colors.on_surface.default.hex}}", "list.inactiveSelectionForeground": "{{colors.on_surface.default.hex}}",
"list.hoverBackground": "{{colors.background.default.hex}}", "list.hoverBackground": "{{colors.surface_container.default.hex}}",
"list.hoverForeground": "{{colors.on_surface.default.hex}}", "list.hoverForeground": "{{colors.on_surface.default.hex}}",
"list.focusBackground": "{{colors.background.default.hex}}", "list.focusBackground": "{{colors.surface_container_high.default.hex}}",
"list.focusForeground": "{{colors.on_surface.default.hex}}", "list.focusForeground": "{{colors.on_surface.default.hex}}",
"list.highlightForeground": "{{colors.primary.default.hex}}", "list.highlightForeground": "{{colors.primary.default.hex}}",
@@ -78,7 +78,7 @@
"quickInput.background": "{{colors.background.default.hex}}", "quickInput.background": "{{colors.background.default.hex}}",
"quickInput.foreground": "{{colors.on_surface.default.hex}}", "quickInput.foreground": "{{colors.on_surface.default.hex}}",
"quickInputList.focusBackground": "{{colors.background.default.hex}}", "quickInputList.focusBackground": "{{colors.surface_container_high.default.hex}}",
"quickInputList.focusForeground": "{{colors.on_surface.default.hex}}", "quickInputList.focusForeground": "{{colors.on_surface.default.hex}}",
"button.background": "{{colors.primary.default.hex}}", "button.background": "{{colors.primary.default.hex}}",
@@ -112,7 +112,7 @@
"editorWidget.border": "{{colors.outline.default.hex}}", "editorWidget.border": "{{colors.outline.default.hex}}",
"editorSuggestWidget.background": "{{colors.background.default.hex}}", "editorSuggestWidget.background": "{{colors.background.default.hex}}",
"editorSuggestWidget.border": "{{colors.outline.default.hex}}", "editorSuggestWidget.border": "{{colors.outline.default.hex}}",
"editorSuggestWidget.selectedBackground": "{{colors.background.default.hex}}", "editorSuggestWidget.selectedBackground": "{{colors.surface_container_high.default.hex}}",
"editorSuggestWidget.highlightForeground": "{{colors.primary.default.hex}}", "editorSuggestWidget.highlightForeground": "{{colors.primary.default.hex}}",
"peekView.border": "{{colors.primary.default.hex}}", "peekView.border": "{{colors.primary.default.hex}}",
@@ -146,10 +146,10 @@
"merge.currentHeaderBackground": "{{colors.primary.default.hex}}40", "merge.currentHeaderBackground": "{{colors.primary.default.hex}}40",
"merge.incomingHeaderBackground": "{{colors.secondary.default.hex}}40", "merge.incomingHeaderBackground": "{{colors.secondary.default.hex}}40",
"menubar.selectionBackground": "{{colors.background.default.hex}}", "menubar.selectionBackground": "{{colors.surface_container.default.hex}}",
"menu.background": "{{colors.background.default.hex}}", "menu.background": "{{colors.background.default.hex}}",
"menu.foreground": "{{colors.on_surface.default.hex}}", "menu.foreground": "{{colors.on_surface.default.hex}}",
"menu.selectionBackground": "{{colors.background.default.hex}}", "menu.selectionBackground": "{{colors.surface_container_high.default.hex}}",
"menu.selectionForeground": "{{colors.on_surface.default.hex}}", "menu.selectionForeground": "{{colors.on_surface.default.hex}}",
"debugToolBar.background": "{{colors.background.default.hex}}", "debugToolBar.background": "{{colors.background.default.hex}}",

View File

@@ -30,13 +30,13 @@
"sideBarSectionHeader.background": "{{colors.background.light.hex}}", "sideBarSectionHeader.background": "{{colors.background.light.hex}}",
"sideBarSectionHeader.foreground": "{{colors.on_surface.light.hex}}", "sideBarSectionHeader.foreground": "{{colors.on_surface.light.hex}}",
"list.activeSelectionBackground": "{{colors.background.light.hex}}", "list.activeSelectionBackground": "{{colors.primary_container.light.hex}}",
"list.activeSelectionForeground": "{{colors.on_surface.light.hex}}", "list.activeSelectionForeground": "{{colors.on_primary_container.light.hex}}",
"list.inactiveSelectionBackground": "{{colors.background.light.hex}}", "list.inactiveSelectionBackground": "{{colors.surface_container.light.hex}}",
"list.inactiveSelectionForeground": "{{colors.on_surface.light.hex}}", "list.inactiveSelectionForeground": "{{colors.on_surface.light.hex}}",
"list.hoverBackground": "{{colors.background.light.hex}}", "list.hoverBackground": "{{colors.surface_container.light.hex}}",
"list.hoverForeground": "{{colors.on_surface.light.hex}}", "list.hoverForeground": "{{colors.on_surface.light.hex}}",
"list.focusBackground": "{{colors.background.light.hex}}", "list.focusBackground": "{{colors.surface_container_high.light.hex}}",
"list.focusForeground": "{{colors.on_surface.light.hex}}", "list.focusForeground": "{{colors.on_surface.light.hex}}",
"list.highlightForeground": "{{colors.primary.light.hex}}", "list.highlightForeground": "{{colors.primary.light.hex}}",
@@ -78,7 +78,7 @@
"quickInput.background": "{{colors.background.light.hex}}", "quickInput.background": "{{colors.background.light.hex}}",
"quickInput.foreground": "{{colors.on_surface.light.hex}}", "quickInput.foreground": "{{colors.on_surface.light.hex}}",
"quickInputList.focusBackground": "{{colors.background.light.hex}}", "quickInputList.focusBackground": "{{colors.surface_container_high.light.hex}}",
"quickInputList.focusForeground": "{{colors.on_surface.light.hex}}", "quickInputList.focusForeground": "{{colors.on_surface.light.hex}}",
"button.background": "{{colors.primary.light.hex}}", "button.background": "{{colors.primary.light.hex}}",
@@ -112,7 +112,7 @@
"editorWidget.border": "{{colors.outline.light.hex}}", "editorWidget.border": "{{colors.outline.light.hex}}",
"editorSuggestWidget.background": "{{colors.background.light.hex}}", "editorSuggestWidget.background": "{{colors.background.light.hex}}",
"editorSuggestWidget.border": "{{colors.outline.light.hex}}", "editorSuggestWidget.border": "{{colors.outline.light.hex}}",
"editorSuggestWidget.selectedBackground": "{{colors.background.light.hex}}", "editorSuggestWidget.selectedBackground": "{{colors.surface_container_high.light.hex}}",
"editorSuggestWidget.highlightForeground": "{{colors.primary.light.hex}}", "editorSuggestWidget.highlightForeground": "{{colors.primary.light.hex}}",
"peekView.border": "{{colors.primary.light.hex}}", "peekView.border": "{{colors.primary.light.hex}}",
@@ -146,10 +146,10 @@
"merge.currentHeaderBackground": "{{colors.primary.light.hex}}40", "merge.currentHeaderBackground": "{{colors.primary.light.hex}}40",
"merge.incomingHeaderBackground": "{{colors.secondary.light.hex}}40", "merge.incomingHeaderBackground": "{{colors.secondary.light.hex}}40",
"menubar.selectionBackground": "{{colors.background.light.hex}}", "menubar.selectionBackground": "{{colors.surface_container.light.hex}}",
"menu.background": "{{colors.background.light.hex}}", "menu.background": "{{colors.background.light.hex}}",
"menu.foreground": "{{colors.on_surface.light.hex}}", "menu.foreground": "{{colors.on_surface.light.hex}}",
"menu.selectionBackground": "{{colors.background.light.hex}}", "menu.selectionBackground": "{{colors.surface_container_high.light.hex}}",
"menu.selectionForeground": "{{colors.on_surface.light.hex}}", "menu.selectionForeground": "{{colors.on_surface.light.hex}}",
"debugToolBar.background": "{{colors.background.light.hex}}", "debugToolBar.background": "{{colors.background.light.hex}}",

View File

@@ -30,13 +30,13 @@
"sideBarSectionHeader.background": "{{colors.background.default.hex}}", "sideBarSectionHeader.background": "{{colors.background.default.hex}}",
"sideBarSectionHeader.foreground": "{{colors.on_surface.default.hex}}", "sideBarSectionHeader.foreground": "{{colors.on_surface.default.hex}}",
"list.activeSelectionBackground": "{{colors.background.default.hex}}", "list.activeSelectionBackground": "{{colors.primary_container.default.hex}}",
"list.activeSelectionForeground": "{{colors.on_surface.default.hex}}", "list.activeSelectionForeground": "{{colors.on_primary_container.default.hex}}",
"list.inactiveSelectionBackground": "{{colors.background.default.hex}}", "list.inactiveSelectionBackground": "{{colors.surface_container.default.hex}}",
"list.inactiveSelectionForeground": "{{colors.on_surface.default.hex}}", "list.inactiveSelectionForeground": "{{colors.on_surface.default.hex}}",
"list.hoverBackground": "{{colors.background.default.hex}}", "list.hoverBackground": "{{colors.surface_container.default.hex}}",
"list.hoverForeground": "{{colors.on_surface.default.hex}}", "list.hoverForeground": "{{colors.on_surface.default.hex}}",
"list.focusBackground": "{{colors.background.default.hex}}", "list.focusBackground": "{{colors.surface_container_high.default.hex}}",
"list.focusForeground": "{{colors.on_surface.default.hex}}", "list.focusForeground": "{{colors.on_surface.default.hex}}",
"list.highlightForeground": "{{colors.primary.default.hex}}", "list.highlightForeground": "{{colors.primary.default.hex}}",
@@ -78,7 +78,7 @@
"quickInput.background": "{{colors.background.default.hex}}", "quickInput.background": "{{colors.background.default.hex}}",
"quickInput.foreground": "{{colors.on_surface.default.hex}}", "quickInput.foreground": "{{colors.on_surface.default.hex}}",
"quickInputList.focusBackground": "{{colors.background.default.hex}}", "quickInputList.focusBackground": "{{colors.surface_container_high.default.hex}}",
"quickInputList.focusForeground": "{{colors.on_surface.default.hex}}", "quickInputList.focusForeground": "{{colors.on_surface.default.hex}}",
"button.background": "{{colors.primary.default.hex}}", "button.background": "{{colors.primary.default.hex}}",
@@ -112,7 +112,7 @@
"editorWidget.border": "{{colors.outline.default.hex}}", "editorWidget.border": "{{colors.outline.default.hex}}",
"editorSuggestWidget.background": "{{colors.background.default.hex}}", "editorSuggestWidget.background": "{{colors.background.default.hex}}",
"editorSuggestWidget.border": "{{colors.outline.default.hex}}", "editorSuggestWidget.border": "{{colors.outline.default.hex}}",
"editorSuggestWidget.selectedBackground": "{{colors.background.default.hex}}", "editorSuggestWidget.selectedBackground": "{{colors.surface_container_high.default.hex}}",
"editorSuggestWidget.highlightForeground": "{{colors.primary.default.hex}}", "editorSuggestWidget.highlightForeground": "{{colors.primary.default.hex}}",
"peekView.border": "{{colors.primary.default.hex}}", "peekView.border": "{{colors.primary.default.hex}}",
@@ -146,10 +146,10 @@
"merge.currentHeaderBackground": "{{colors.primary.default.hex}}40", "merge.currentHeaderBackground": "{{colors.primary.default.hex}}40",
"merge.incomingHeaderBackground": "{{colors.secondary.default.hex}}40", "merge.incomingHeaderBackground": "{{colors.secondary.default.hex}}40",
"menubar.selectionBackground": "{{colors.background.default.hex}}", "menubar.selectionBackground": "{{colors.surface_container.default.hex}}",
"menu.background": "{{colors.background.default.hex}}", "menu.background": "{{colors.background.default.hex}}",
"menu.foreground": "{{colors.on_surface.default.hex}}", "menu.foreground": "{{colors.on_surface.default.hex}}",
"menu.selectionBackground": "{{colors.background.default.hex}}", "menu.selectionBackground": "{{colors.surface_container_high.default.hex}}",
"menu.selectionForeground": "{{colors.on_surface.default.hex}}", "menu.selectionForeground": "{{colors.on_surface.default.hex}}",
"debugToolBar.background": "{{colors.background.default.hex}}", "debugToolBar.background": "{{colors.background.default.hex}}",