mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
themes: incorporate theme registry, browser, dms URI scheme handling
This commit is contained in:
@@ -9,8 +9,8 @@ tab_bar_margin_color {{colors.background.default.hex}}
|
||||
|
||||
tab_bar_background {{colors.background.default.hex}}
|
||||
|
||||
active_tab_foreground {{colors.on_primary_container.default.hex}}
|
||||
active_tab_background {{colors.primary_container.default.hex}}
|
||||
active_tab_foreground {{colors.on_primary.default.hex}}
|
||||
active_tab_background {{colors.primary.default.hex}}
|
||||
active_tab_font_style bold
|
||||
|
||||
inactive_tab_foreground {{colors.on_surface_variant.default.hex}}
|
||||
|
||||
@@ -58,8 +58,8 @@
|
||||
//
|
||||
// Lists (files, search results, etc.)
|
||||
//
|
||||
"list.activeSelectionBackground": "{{colors.primary_container.dark.hex}}",
|
||||
"list.activeSelectionForeground": "{{colors.on_primary_container.dark.hex}}",
|
||||
"list.activeSelectionBackground": "{{colors.primary.dark.hex}}",
|
||||
"list.activeSelectionForeground": "{{colors.on_primary.dark.hex}}",
|
||||
"list.inactiveSelectionBackground": "{{colors.surface_container.dark.hex}}",
|
||||
"list.hoverBackground": "{{colors.surface_container.dark.hex}}",
|
||||
"list.hoverForeground": "{{colors.on_surface.dark.hex}}",
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
"tab.activeForeground": "{{colors.on_surface.default.hex}}",
|
||||
"tab.inactiveForeground": "{{colors.outline.default.hex}}",
|
||||
"tab.activeBorderTop": "{{colors.primary.default.hex}}",
|
||||
"list.activeSelectionBackground": "{{colors.primary_container.default.hex}}",
|
||||
"list.activeSelectionForeground": "{{colors.on_primary_container.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}}",
|
||||
|
||||
@@ -69,8 +69,8 @@
|
||||
"sideBarTitle.foreground": "{{colors.on_surface.light.hex}}",
|
||||
"sideBarSectionHeader.background": "{{colors.surface_container_low.light.hex}}",
|
||||
"sideBarSectionHeader.foreground": "{{colors.on_surface.light.hex}}",
|
||||
"list.activeSelectionBackground": "{{colors.primary_container.light.hex}}",
|
||||
"list.activeSelectionForeground": "{{colors.on_primary_container.light.hex}}",
|
||||
"list.activeSelectionBackground": "{{colors.primary.light.hex}}",
|
||||
"list.activeSelectionForeground": "{{colors.on_primary.light.hex}}",
|
||||
"list.inactiveSelectionBackground": "{{colors.surface_container.light.hex}}",
|
||||
"list.inactiveSelectionForeground": "{{colors.on_surface.light.hex}}",
|
||||
"list.hoverBackground": "{{colors.surface_container.light.hex}}",
|
||||
|
||||
Reference in New Issue
Block a user