From 174d8b33bcb358a0a96107468d9ad5ca0a89580f Mon Sep 17 00:00:00 2001 From: breadandsoup Date: Mon, 30 Mar 2026 22:32:42 -0700 Subject: [PATCH] Update pywalfox.json Now uses correct colors for dark mode and as-close-to-correct-as-possible colors for light mode. Removed colors 16-19; pywalfox can only read colors 0-15. --- Assets/Templates/pywalfox.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Assets/Templates/pywalfox.json b/Assets/Templates/pywalfox.json index 576f99a45..53f051177 100644 --- a/Assets/Templates/pywalfox.json +++ b/Assets/Templates/pywalfox.json @@ -2,7 +2,7 @@ "wallpaper": "{{image}}", "alpha": "100", "colors": { - "color0": "{{colors.surface.default.hex}}", + "color0": "{{colors.surface.dark.hex}}", "color1": "", "color2": "", "color3": "{{colors.primary.default.hex}}", @@ -18,9 +18,5 @@ "color13": "{{colors.secondary.default.hex}}", "color14": "", "color15": "{{colors.on_background.default.hex}}", - "color16": "{{colors.on_surface.default.hex}}", - "color17": "{{colors.surface_container.default.hex}}", - "color18": "", - "color19": "{{colors.background.default.hex}}" } }