feat(theme): add SRC brand theme (Swiss red/white), keep VNClagoon default
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>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
be7bfd1f02
commit
1bc5a6a0ce
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 562 B |
Reference in New Issue
Block a user