mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
@@ -67,7 +67,7 @@
|
||||
"list.focusOutline": "{{colors.primary.dark.hex}}",
|
||||
"list.focusBackground": "{{colors.surface_container_high.dark.hex}}",
|
||||
"list.highlightForeground": "{{colors.primary.dark.hex}}",
|
||||
"list.focusHighlightForeground": "{{colors.on_primary.dark.hex}}",
|
||||
"list.focusHighlightForeground": "{{colors.primary.dark.hex}}",
|
||||
"list.errorForeground": "{{colors.error.dark.hex}}",
|
||||
"list.warningForeground": "{{colors.secondary.dark.hex}}",
|
||||
//
|
||||
@@ -159,6 +159,7 @@
|
||||
"editorSuggestWidget.background": "{{colors.surface_container.dark.hex}}",
|
||||
"editorSuggestWidget.foreground": "{{colors.on_surface.dark.hex}}",
|
||||
"editorSuggestWidget.selectedBackground": "{{colors.surface_container_high.dark.hex}}",
|
||||
"editorSuggestWidget.selectedForeground": "{{colors.on_surface.dark.hex}}",
|
||||
"editorSuggestWidget.highlightForeground": "{{colors.primary.dark.hex}}",
|
||||
//
|
||||
// Scrollbar
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"list.focusOutline": "{{colors.primary.default.hex}}",
|
||||
"list.focusBackground": "{{colors.surface_container_high.default.hex}}",
|
||||
"list.highlightForeground": "{{colors.primary.default.hex}}",
|
||||
"list.focusHighlightForeground": "{{colors.on_primary.default.hex}}",
|
||||
"list.focusHighlightForeground": "{{colors.primary.default.hex}}",
|
||||
"list.errorForeground": "{{colors.error.default.hex}}",
|
||||
"list.warningForeground": "{{colors.secondary.default.hex}}",
|
||||
"input.background": "{{colors.surface_container_low.default.hex}}",
|
||||
@@ -114,6 +114,7 @@
|
||||
"editorSuggestWidget.background": "{{colors.surface_container.default.hex}}",
|
||||
"editorSuggestWidget.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"editorSuggestWidget.selectedBackground": "{{colors.surface_container_high.default.hex}}",
|
||||
"editorSuggestWidget.selectedForeground": "{{colors.on_surface.default.hex}}",
|
||||
"editorSuggestWidget.highlightForeground": "{{colors.primary.default.hex}}",
|
||||
"scrollbarSlider.background": "{{colors.on_surface_variant.default.hex}}50",
|
||||
"scrollbarSlider.hoverBackground": "{{colors.on_surface_variant.default.hex}}80",
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
"editorSuggestWidget.foreground": "{{colors.on_surface.light.hex}}",
|
||||
"editorSuggestWidget.border": "{{colors.outline_variant.light.hex}}",
|
||||
"editorSuggestWidget.selectedBackground": "{{colors.surface_container_high.light.hex}}",
|
||||
"editorSuggestWidget.selectedForeground": "{{colors.on_surface.light.hex}}",
|
||||
"editorSuggestWidget.highlightForeground": "{{colors.primary.light.hex}}",
|
||||
"editorGroup.border": "{{colors.outline_variant.light.hex}}",
|
||||
"editorGroup.dropBackground": "{{colors.primary_container.light.hex}}33",
|
||||
@@ -78,7 +79,7 @@
|
||||
"list.focusBackground": "{{colors.surface_container_high.light.hex}}",
|
||||
"list.focusForeground": "{{colors.on_surface.light.hex}}",
|
||||
"list.highlightForeground": "{{colors.primary.light.hex}}",
|
||||
"list.focusHighlightForeground": "{{colors.on_primary.light.hex}}",
|
||||
"list.focusHighlightForeground": "{{colors.primary.light.hex}}",
|
||||
"list.errorForeground": "{{colors.error.light.hex}}",
|
||||
"list.warningForeground": "{{colors.tertiary.light.hex}}",
|
||||
"statusBar.background": "{{colors.surface_container.light.hex}}",
|
||||
|
||||
Reference in New Issue
Block a user