Merge pull request #2203 from haikalllp/fix/update-pywalfox-colors

fix: remap pywalfox colors to better support light color theme
This commit is contained in:
Lysec
2026-03-17 11:24:41 +01:00
committed by GitHub
+3 -3
View File
@@ -2,12 +2,12 @@
"wallpaper": "{{image}}",
"alpha": "100",
"colors": {
"color0": "{{colors.surface.default.hex}}",
"color0": "{{colors.on_primary_fixed.default.hex | lighten: -3.0}}",
"color1": "",
"color2": "",
"color3": "{{colors.primary.default.hex}}",
"color4": "",
"color5": "{{colors.tertiary.default.hex}}",
"color5": "{{colors.primary.default.hex}}",
"color6": "",
"color7": "{{colors.surface_container_highest.default.hex}}",
"color8": "",
@@ -15,7 +15,7 @@
"color10": "{{colors.primary.default.hex}}",
"color11": "",
"color12": "",
"color13": "{{colors.secondary.default.hex}}",
"color13": "{{colors.primary_fixed.default.hex}}",
"color14": "",
"color15": "{{colors.on_background.default.hex}}",
"color16": "{{colors.on_surface.default.hex}}",