Rebrand app icons around Burrow owl
This commit is contained in:
parent
ff4896a901
commit
940f46bbbc
37 changed files with 72 additions and 129 deletions
14
design/brand/README.md
Normal file
14
design/brand/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Burrow Brand Source
|
||||
|
||||
`burrow-owl-icon-master.png` is the current generated master for the Burrow app
|
||||
icon. The mark centers a burrowing owl in a dark brown/black field with minimal
|
||||
warm brown and gold accents.
|
||||
|
||||
Regenerate the Apple app icon PNGs from the master with:
|
||||
|
||||
```bash
|
||||
for f in Apple/UI/Assets.xcassets/AppIcon.appiconset/*.png; do
|
||||
size="$(basename "$f" .png)"
|
||||
magick design/brand/burrow-owl-icon-master.png -colorspace sRGB -resize "${size}x${size}!" -strip "PNG24:$f"
|
||||
done
|
||||
```
|
||||
BIN
design/brand/burrow-owl-icon-master.png
Normal file
BIN
design/brand/burrow-owl-icon-master.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
Loading…
Add table
Add a link
Reference in a new issue