Files
Vorrania/brand/README.md
Scarriffle 729dfe766b 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>
2026-07-27 07:25:43 +02:00

26 lines
825 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
```