diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-15 22:57:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-15 22:57:48 +0300 |
| commit | 4c3d6893aeac4c00fe287e1d942504191b8d8b4d (patch) | |
| tree | b23728724b03e054bcf77b13f487877c745ae979 /store | |
| parent | 374cd637a10645626ea9fa593b48696f5d41ba9e (diff) | |
iconmain
Diffstat (limited to 'store')
| -rw-r--r-- | store/icon-144.png | bin | 0 -> 2048 bytes | |||
| -rw-r--r-- | store/icon-80.png | bin | 0 -> 1772 bytes | |||
| -rw-r--r-- | store/icon.svg | 22 |
3 files changed, 22 insertions, 0 deletions
diff --git a/store/icon-144.png b/store/icon-144.png Binary files differnew file mode 100644 index 0000000..0ab3cb7 --- /dev/null +++ b/store/icon-144.png diff --git a/store/icon-80.png b/store/icon-80.png Binary files differnew file mode 100644 index 0000000..4d69571 --- /dev/null +++ b/store/icon-80.png diff --git a/store/icon.svg b/store/icon.svg new file mode 100644 index 0000000..8d9b715 --- /dev/null +++ b/store/icon.svg @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- FastForge store icon: matches in-app timer (VividCerulean), progress bar + (LightGray + JaegerGreen), and pixel-style FF monogram. --> +<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 144 144"> + <rect width="144" height="144" rx="32" fill="#00AAFF"/> + <!-- Pixel "FF" monogram (FastForge), chunky grid like on-watch text --> + <g fill="#FFFFFF"> + <!-- left F --> + <rect x="28" y="20" width="9" height="9"/><rect x="37" y="20" width="9" height="9"/><rect x="46" y="20" width="9" height="9"/><rect x="55" y="20" width="9" height="9"/> + <rect x="28" y="29" width="9" height="9"/><rect x="28" y="38" width="9" height="9"/><rect x="28" y="47" width="9" height="9"/><rect x="28" y="56" width="9" height="9"/><rect x="28" y="65" width="9" height="9"/> + <rect x="37" y="38" width="9" height="9"/><rect x="46" y="38" width="9" height="9"/> + <!-- right F (gap 1 cell) --> + <rect x="73" y="20" width="9" height="9"/><rect x="82" y="20" width="9" height="9"/><rect x="91" y="20" width="9" height="9"/><rect x="100" y="20" width="9" height="9"/> + <rect x="73" y="29" width="9" height="9"/><rect x="73" y="38" width="9" height="9"/><rect x="73" y="47" width="9" height="9"/><rect x="73" y="56" width="9" height="9"/><rect x="73" y="65" width="9" height="9"/> + <rect x="82" y="38" width="9" height="9"/><rect x="91" y="38" width="9" height="9"/> + </g> + <!-- Horizontal progress bar (timer screen) --> + <rect x="18" y="98" width="108" height="16" rx="3" fill="#AAAAAA"/> + <rect x="18" y="98" width="78" height="16" rx="3" fill="#00AA55"/> + <!-- Playhead / divider like on-watch --> + <rect x="92" y="96" width="3" height="20" fill="#000000"/> +</svg> |
