mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-09 15:22:13 -04:00
The current template doesn't work for an OOTB config of pywalfox without manual configuration. This commit fixes the colors to work better with its defaults.
23 lines
932 B
JSON
23 lines
932 B
JSON
{
|
|
"wallpaper": "{{image}}",
|
|
"alpha": "100",
|
|
"colors": {
|
|
"color0": "{{colors.background.dark.hex}}",
|
|
"color1": "{{colors.surface_container_highest.light.hex}}",
|
|
"color2": "{{colors.surface_container_lowest.light.hex}}",
|
|
"color3": "{{colors.primary.light.hex}}",
|
|
"color4": "{{colors.tertiary_fixed.default.hex}}",
|
|
"color5": "{{colors.secondary.light.hex}}",
|
|
"color6": "{{colors.on_tertiary_fixed.default.hex}}",
|
|
"color7": "{{colors.surface_dim.light.hex}}",
|
|
"color8": "{{colors.on_secondary.light.hex}}",
|
|
"color9": "{{colors.error_container.default.hex}}",
|
|
"color10": "{{colors.primary.dark.hex}}",
|
|
"color11": "{{colors.on_error_container.default.hex}}",
|
|
"color12": "{{colors.on_primary_fixed_variant.default.hex}}",
|
|
"color13": "{{colors.secondary.dark.hex}}",
|
|
"color14": "{{colors.inverse_primary.default.hex}}",
|
|
"color15": "{{colors.on_surface.dark.hex}}"
|
|
}
|
|
}
|