Skip to content

Commit 90d33f5

Browse files
committed
Make the brand icon the bare figure everywhere, matching the site logo
The repo's app-icon files still had the figure inside a dark rounded tile, while the site nav uses the bare figure — so the logo looked inconsistent between the webpage and the repo. Unify on the bare figure (flat lime, the exact nav mark): no tile anywhere. - favicon.svg is now the bare figure, color-adaptive (lime on dark UI, ink on light) so it stays legible in the tab without a background. - Re-rendered favicon-16/32/48/192/512 and docs/brand/posecode-icon-512.png as the bare lime figure on transparent; the social banner uses the bare figure on the dark gradient. apple-touch stays a lime figure on flat dark (iOS requires an opaque icon). - Simplified docs/brand to one logo concept: removed the tiled posecode-icon.svg, posecode-icon-360.png, and the duplicate posecode-mark-512.png; updated the README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B7RkyiTt9soiYdw5vt6BEP
1 parent f2916cb commit 90d33f5

13 files changed

Lines changed: 31 additions & 51 deletions

docs/brand/README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,38 @@
11
# Posecode brand kit
22

3-
The Posecode mark is a **kinematic figure in an open, energetic pose**: bones are
4-
strokes, joints are markers, the same rig the app animates. It hints at the
5-
project (human movement + a technical rig) while staying friendly and legible
6-
down to 16px.
3+
The Posecode logo is a **kinematic figure in an open, energetic pose**: bones as
4+
strokes, joints connected, the same rig the app animates. It hints at the
5+
project (human movement) while staying friendly and legible down to 16px. It is
6+
the exact mark used in the site's nav, favicon, and app icon: one logo,
7+
everywhere, no separate "tiled" variant.
78

89
## Palette
910

1011
| Token | Hex | Use |
1112
| --- | --- | --- |
1213
| Lime | `#c6f24a` | The figure / accent |
13-
| Lime (light) | `#d6ff5e` | Top of the figure gradient |
14-
| Lime (deep) | `#a9e02f` | Bottom of the figure gradient |
15-
| Ink | `#0a0d12` | Dark background / tile |
14+
| Ink | `#0a0d12` | Dark background |
1615

1716
Type: **Hanken Grotesk** (wordmark), **JetBrains Mono** (code).
1817

1918
## Files
2019

2120
| File | What it is |
2221
| --- | --- |
23-
| `posecode-mark.svg` | Figure only, `currentColor` (inherits text color). For inline logos. |
24-
| `posecode-mark-512.png` | Figure only, lime, transparent background. |
25-
| `posecode-icon.svg` | Rounded dark app-icon tile with glow + joint markers. |
26-
| `posecode-icon-512.png` | The app icon, rendered, transparent corners. Good for avatars. |
27-
| `posecode-icon-360.png` | Full-bleed square (no rounded corners) for iOS / masked contexts. |
28-
| `posecode-social.png` | 1280×640 GitHub social preview (mark + wordmark + tagline). |
22+
| `posecode-mark.svg` | The logo, `currentColor` so it inherits the surrounding text color. Source of truth for inline use. |
23+
| `posecode-icon-512.png` | The logo as a flat-lime PNG on a transparent background. Use for READMEs, avatars, anywhere. |
24+
| `posecode-social.png` | 1280×640 GitHub social preview (logo + wordmark + tagline). |
2925

30-
The live favicon (`playground/public/favicon.svg`) and iOS icon
31-
(`playground/public/apple-touch-icon.png`) are wired into the site.
26+
The live favicon (`playground/public/favicon.svg`, plus `favicon-16/32/48/192/512.png`)
27+
and the iOS icon (`playground/public/apple-touch-icon.png`) use this same figure.
28+
The SVG favicon adapts to the tab color (lime on dark UI, ink on light) so it
29+
stays legible without a background tile.
3230

3331
## Using them on GitHub
3432

3533
- **Repo social preview:** Settings → General → Social preview → upload
3634
`posecode-social.png`.
37-
- **Org / project avatar:** upload `posecode-icon-512.png` (square, rounded) or
38-
`posecode-icon-360.png` (full-bleed).
39-
- **README badge / inline:** reference `posecode-mark-512.png`.
35+
- **Org / project avatar:** upload `posecode-icon-512.png`. (It's transparent, so
36+
on a light avatar background the lime figure will read light; if you want more
37+
contrast there, place it on an `#0a0d12` square first.)
38+
- **README / inline:** reference `posecode-icon-512.png` or `posecode-mark.svg`.

docs/brand/posecode-icon-360.png

-52 KB
Binary file not shown.

docs/brand/posecode-icon-512.png

-121 KB
Loading

docs/brand/posecode-icon.svg

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/brand/posecode-mark-512.png

-12.2 KB
Binary file not shown.

docs/brand/posecode-social.png

-34.1 KB
Loading
-48 KB
Loading

playground/public/favicon-16.png

-114 Bytes
Loading

playground/public/favicon-192.png

-19.2 KB
Loading

playground/public/favicon-32.png

-260 Bytes
Loading

0 commit comments

Comments
 (0)