diff --git a/Assets/Templates/pywalfox.json b/Assets/Templates/pywalfox.json index 1a6173dbf..b8b05e001 100644 --- a/Assets/Templates/pywalfox.json +++ b/Assets/Templates/pywalfox.json @@ -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}}" } -} \ No newline at end of file +}