Change Kati's dress to white

This commit is contained in:
Stefan Lohmaier
2026-08-14 12:50:48 +02:00
parent e8fee223b1
commit 9262e8ae62
3 changed files with 3 additions and 3 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 B

After

Width:  |  Height:  |  Size: 999 B

+2 -2
View File
@@ -5,8 +5,8 @@ HAIR = (230, 200, 90)
HAIR_DARK = (200, 170, 70)
SKIN = (240, 210, 190)
SKIN_DARK = (215, 185, 165)
DRESS = (200, 60, 90)
DRESS_DARK = (165, 45, 70)
DRESS = (235, 235, 235)
DRESS_DARK = (200, 200, 200)
BLACK = (20, 20, 20)
WHITE = (240, 240, 240)
GRAY = (120, 125, 130)
+1 -1
View File
@@ -35,5 +35,5 @@
> (Generated via Python Pillow, see generate_slohmaier.py)
## Akpolke — Kati
> 8-bit pixel art icon, dark background (#1a1a2e), a blonde model woman with flowing golden hair, light skin, elegant red dress with flared skirt and high heels, blonde/light-skin/red palette, retro game sprite style, 256x256
> 8-bit pixel art icon, dark background (#1a1a2e), a blonde model woman with flowing golden hair, light skin, elegant white dress with flared skirt and high heels, blonde/light-skin/white palette, retro game sprite style, 256x256
> (Generated via Python Pillow, see generate_akpolke.py)