From ed1a2b54de22f0841f61fbcb8c26f4959a1dc205 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Fri, 27 Mar 2026 21:13:06 -0400 Subject: [PATCH] Revert "Merge pull request #2203 from haikalllp/fix/update-pywalfox-colors" This reverts commit d51bc95788bfb274f0c9cc517f4d463fb4d6ac29, reversing changes made to 5e95658fa97fa032cd13e0143b2ee20a46cac9aa. --- Assets/Templates/pywalfox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Templates/pywalfox.json b/Assets/Templates/pywalfox.json index d696e1e67..576f99a45 100644 --- a/Assets/Templates/pywalfox.json +++ b/Assets/Templates/pywalfox.json @@ -2,12 +2,12 @@ "wallpaper": "{{image}}", "alpha": "100", "colors": { - "color0": "{{colors.on_primary_fixed.default.hex | lighten: -3.0}}", + "color0": "{{colors.surface.default.hex}}", "color1": "", "color2": "", "color3": "{{colors.primary.default.hex}}", "color4": "", - "color5": "{{colors.primary.default.hex}}", + "color5": "{{colors.tertiary.default.hex}}", "color6": "", "color7": "{{colors.surface_container_highest.default.hex}}", "color8": "", @@ -15,7 +15,7 @@ "color10": "{{colors.primary.default.hex}}", "color11": "", "color12": "", - "color13": "{{colors.primary_fixed.default.hex}}", + "color13": "{{colors.secondary.default.hex}}", "color14": "", "color15": "{{colors.on_background.default.hex}}", "color16": "{{colors.on_surface.default.hex}}",