Merge pull request #1737 from MachXNU/pywalfox-fix

Fix for pywalfox template on light mode
This commit is contained in:
Lysec
2026-02-08 16:42:15 +01:00
committed by GitHub
+15 -11
View File
@@ -2,21 +2,25 @@
"wallpaper": "{{image}}",
"alpha": "100",
"colors": {
"color0": "{{colors.background.default.hex}}",
"color1": "{{colors.surface_container.default.hex}}",
"color2": "{{colors.surface_container_highest.default.hex}}",
"color3": "",
"color0": "{{colors.shadow.default.hex}}",
"color1": "",
"color2": "",
"color3": "{{colors.primary.default.hex}}",
"color4": "",
"color5": "",
"color5": "{{colors.tertiary.default.hex}}",
"color6": "",
"color7": "",
"color7": "{{colors.surface_container_highest.default.hex}}",
"color8": "",
"color9": "",
"color10": "{{colors.primary.default.hex}}",
"color11": "{{colors.secondary.default.hex}}",
"color12": "{{colors.tertiary.default.hex}}",
"color13": "{{colors.surface_bright.default.hex}}",
"color11": "",
"color12": "",
"color13": "{{colors.secondary.default.hex}}",
"color14": "",
"color15": "{{colors.on_surface.default.hex}}"
"color15": "{{colors.on_background.default.hex}}",
"color16": "{{colors.on_surface.default.hex}}",
"color17": "{{colors.surface_container.default.hex}}",
"color18": "",
"color19": "{{colors.background.default.hex}}"
}
}
}