Second builtin theme builtin-src (red #D52B1E light-first, #EF4444 dark) + SRC mountain logo asset. VNClagoon remains the default theme. Placeholder logo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
10 lines
562 B
XML
10 lines
562 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" role="img" aria-label="SRC">
|
|
<!-- Placeholder SRC mark — red ring, pale-red field, white peaks. Swap for the official styleguide SVG when available. -->
|
|
<defs><clipPath id="src-clip"><circle cx="50" cy="50" r="45"/></clipPath></defs>
|
|
<circle cx="50" cy="50" r="45" fill="#f8d7d2"/>
|
|
<g clip-path="url(#src-clip)">
|
|
<path d="M0 80 L28 46 L39 58 L52 39 L61 50 L72 36 L100 80 Z" fill="#ffffff"/>
|
|
</g>
|
|
<circle cx="50" cy="50" r="45" fill="none" stroke="#e0342b" stroke-width="8"/>
|
|
</svg>
|