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
+29
View File
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20">
<g id="active-center">
<circle cx="7.5" cy="7.5" r="1.5" fill="#a8a8a8"/>
<circle cx="12.5" cy="7.5" r="1.5" fill="#a8a8a8"/>
<circle cx="7.5" cy="12.5" r="1.5" fill="#a8a8a8"/>
<circle cx="12.5" cy="12.5" r="1.5" fill="#a8a8a8"/>
</g>
<g id="hover-center">
<circle cx="10" cy="10" r="9" fill="#88008f"/>
<circle cx="7.5" cy="7.5" r="1.5" fill="#ffffff"/>
<circle cx="12.5" cy="7.5" r="1.5" fill="#ffffff"/>
<circle cx="7.5" cy="12.5" r="1.5" fill="#ffffff"/>
<circle cx="12.5" cy="12.5" r="1.5" fill="#ffffff"/>
</g>
<g id="pressed-center">
<circle cx="10" cy="10" r="9" fill="#5e0066"/>
<circle cx="7.5" cy="7.5" r="1.5" fill="#ffffff"/>
<circle cx="12.5" cy="7.5" r="1.5" fill="#ffffff"/>
<circle cx="7.5" cy="12.5" r="1.5" fill="#ffffff"/>
<circle cx="12.5" cy="12.5" r="1.5" fill="#ffffff"/>
</g>
<g id="inactive-center">
<circle cx="7.5" cy="7.5" r="1.5" fill="#6e7173"/>
<circle cx="12.5" cy="7.5" r="1.5" fill="#6e7173"/>
<circle cx="7.5" cy="12.5" r="1.5" fill="#6e7173"/>
<circle cx="12.5" cy="12.5" r="1.5" fill="#6e7173"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB