brand: App-Icon-SVG (sechseckiges Zeichen) ablegen
Saubere App-Icon-Version des Vorrania-Zeichens (vollflächig, feste Farbe, 1024px, ohne abgerundete Ecken) unter brand/app-icon.svg, plus README. Quelle des Zeichens ist das "box"-Icon; das Favicon liegt weiterhin in web/public. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
25
brand/README.md
Normal file
25
brand/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Vorrania – Markenzeichen
|
||||
|
||||
Das Zeichen ist die sechseckige „box"-Silhouette (aus `web/src/components/Icon.jsx`,
|
||||
Name `box`) in Weiß auf der Akzentfläche.
|
||||
|
||||
## Dateien
|
||||
|
||||
- **`app-icon.svg`** – 1024×1024, vollflächig, feste Farbe (`#4d5cd4`), ohne
|
||||
abgerundete Ecken. Für App-Icon (iOS/macOS via Icon Composer oder Xcode
|
||||
„AppIcon", App Store). Die Rundung macht das System selbst.
|
||||
- **Favicon / Web-Logo:** `../web/public/favicon.svg` – dasselbe Zeichen mit
|
||||
abgerundeter Platte und Hell-/Dunkel-Umschaltung (für den Browser-Tab).
|
||||
|
||||
## Farben
|
||||
|
||||
- Akzent (hell): `#4d5cd4`
|
||||
- Akzent (dunkel, nur Favicon): `#7c8ae8`
|
||||
- Zeichen: `#ffffff`
|
||||
|
||||
## Als PNG exportieren (falls ein Werkzeug PNG verlangt)
|
||||
|
||||
```sh
|
||||
# benötigt librsvg (brew install librsvg)
|
||||
rsvg-convert -w 1024 -h 1024 app-icon.svg -o app-icon-1024.png
|
||||
```
|
||||
Reference in New Issue
Block a user