f4635967c7
Build APK / build (push) Waiting to run
- App: top-bar brand mark is now the Radar Eye (drawable/vigil_logo.xml) instead of a generic shield. - README: centered logo header (docs/logo.png, rendered from docs/logo.svg). Release 0.1.7. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0187UiEtasyowhEBYs6s9iF5
14 lines
740 B
XML
14 lines
740 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 108 108" width="108" height="108" role="img" aria-label="VIGIL">
|
|
<defs>
|
|
<radialGradient id="bg" cx="50%" cy="36%" r="78%">
|
|
<stop offset="0" stop-color="#2a2a40"/>
|
|
<stop offset="1" stop-color="#11111b"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<rect x="4" y="4" width="100" height="100" rx="26" fill="url(#bg)" stroke="#313244"/>
|
|
<path d="M26 54 Q54 30 82 54 Q54 78 26 54 Z" fill="none" stroke="#89b4fa" stroke-width="4.5" stroke-linejoin="round"/>
|
|
<circle cx="54" cy="54" r="11" fill="none" stroke="#89b4fa" stroke-width="3.2"/>
|
|
<circle cx="54" cy="54" r="6.5" fill="none" stroke="#b4befe" stroke-width="2.8"/>
|
|
<circle cx="54" cy="54" r="3.2" fill="#a6e3a1"/>
|
|
</svg>
|