feat(assets): NexusOS asset + theme rebrand
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+29
@@ -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 |
Reference in New Issue
Block a user