avant codex
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Lune - Nouvelle lune">
|
||||
<title>Lune - Nouvelle lune</title>
|
||||
<defs>
|
||||
<linearGradient id="nightSkyNM" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#081821"/>
|
||||
<stop offset="100%" stop-color="#132A35"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="haloNM" cx="50%" cy="50%" r="60%">
|
||||
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.18"/>
|
||||
<stop offset="70%" stop-color="#FFFFFF" stop-opacity="0.06"/>
|
||||
<stop offset="100%" stop-color="#FFFFFF" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Night sky -->
|
||||
<rect width="128" height="128" rx="20" fill="url(#nightSkyNM)"/>
|
||||
|
||||
<!-- Stars -->
|
||||
<g fill="#FFFFFF" opacity="0.85">
|
||||
<circle cx="22" cy="26" r="2"/>
|
||||
<circle cx="46" cy="18" r="1.4"/>
|
||||
<circle cx="104" cy="22" r="1.8"/>
|
||||
<circle cx="112" cy="48" r="1.5"/>
|
||||
<circle cx="18" cy="70" r="1.6"/>
|
||||
<circle cx="94" cy="88" r="2"/>
|
||||
<circle cx="34" cy="46" r="1.2"/>
|
||||
</g>
|
||||
|
||||
<!-- Very dark moon disc -->
|
||||
<circle cx="64" cy="64" r="38" fill="#0B0F14"/>
|
||||
|
||||
<!-- Subtle rim/earthshine hint -->
|
||||
<circle cx="64" cy="64" r="40" fill="none" stroke="#FFFFFF" stroke-width="2" opacity="0.12"/>
|
||||
|
||||
<!-- Soft halo -->
|
||||
<circle cx="64" cy="64" r="46" fill="url(#haloNM)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user