mirror of
https://github.com/taigrr/glaze.nvim.git
synced 2026-04-01 18:59:03 -07:00
37 lines
1.7 KiB
XML
37 lines
1.7 KiB
XML
<svg width="400" height="100" viewBox="0 0 400 100" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="glazeGradientLight" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#D946EF"/>
|
|
<stop offset="100%" style="stop-color:#A855F7"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Donut icon -->
|
|
<g transform="translate(20, 15)">
|
|
<!-- Outer ring -->
|
|
<circle cx="35" cy="35" r="32" fill="url(#glazeGradientLight)"/>
|
|
<!-- Inner hole -->
|
|
<circle cx="35" cy="35" r="14" fill="#FAFAFA"/>
|
|
<!-- Glaze drips -->
|
|
<ellipse cx="20" cy="58" rx="6" ry="10" fill="url(#glazeGradientLight)"/>
|
|
<ellipse cx="35" cy="62" rx="5" ry="8" fill="url(#glazeGradientLight)"/>
|
|
<ellipse cx="50" cy="58" rx="6" ry="10" fill="url(#glazeGradientLight)"/>
|
|
<!-- Sprinkles -->
|
|
<rect x="22" y="20" width="8" height="3" rx="1" fill="#22C55E" transform="rotate(-30 26 21.5)"/>
|
|
<rect x="45" y="18" width="8" height="3" rx="1" fill="#3B82F6" transform="rotate(20 49 19.5)"/>
|
|
<rect x="38" y="38" width="8" height="3" rx="1" fill="#EAB308" transform="rotate(-10 42 39.5)"/>
|
|
<rect x="18" y="40" width="8" height="3" rx="1" fill="#EF4444" transform="rotate(40 22 41.5)"/>
|
|
<rect x="50" y="35" width="8" height="3" rx="1" fill="#14B8A6" transform="rotate(-45 54 36.5)"/>
|
|
</g>
|
|
|
|
<!-- Text -->
|
|
<text x="105" y="62" font-family="JetBrains Mono, SF Mono, Consolas, monospace" font-size="48" font-weight="bold" fill="#1E293B">
|
|
glaze<tspan fill="#64748B">.nvim</tspan>
|
|
</text>
|
|
|
|
<!-- Tagline -->
|
|
<text x="105" y="85" font-family="JetBrains Mono, SF Mono, Consolas, monospace" font-size="14" fill="#64748B">
|
|
Go binary manager for Neovim
|
|
</text>
|
|
</svg>
|