feat(assets): NexusOS asset + theme rebrand

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jon
2026-07-11 07:25:15 -05:00
parent 5c2df30342
commit 3d1168ff8c
564 changed files with 4823 additions and 56 deletions
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
<defs>
<radialGradient id="frame" cx="50%" cy="30%" r="70%">
<stop offset="0%" stop-color="#b040c0"/>
<stop offset="100%" stop-color="#4a0050"/>
</radialGradient>
</defs>
<!-- Outer purple gradient frame -->
<rect x="0" y="0" width="128" height="128" rx="30" fill="url(#frame)"/>
<!-- Dark inner border -->
<rect x="8" y="8" width="112" height="112" rx="24" fill="#120018"/>
<!-- App icon face -->
<rect x="14" y="14" width="100" height="100" rx="18" fill="#262626"/>
</svg>

After

Width:  |  Height:  |  Size: 642 B