Switch to warm minimal theme: linen texture, muted warm tones, add service links (Gitea/Cloudreve/MC)
This commit is contained in:
+24
-36
@@ -1,47 +1,35 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
||||
<defs>
|
||||
<radialGradient id="bg-grad" cx="50%" cy="50%" r="50%">
|
||||
<stop offset="0%" stop-color="#1a237e"/>
|
||||
<stop offset="100%" stop-color="#0a0a2e"/>
|
||||
<stop offset="0%" stop-color="#3d3530"/>
|
||||
<stop offset="100%" stop-color="#262220"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="glow" cx="50%" cy="50%" r="50%">
|
||||
<stop offset="60%" stop-color="#4fc3f7" stop-opacity="0"/>
|
||||
<stop offset="100%" stop-color="#4fc3f7" stop-opacity="0.3"/>
|
||||
</radialGradient>
|
||||
<filter id="blur">
|
||||
<feGaussianBlur stdDeviation="2"/>
|
||||
<filter id="soft-glow">
|
||||
<feGaussianBlur stdDeviation="3" result="blur"/>
|
||||
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<!-- Outer glow ring -->
|
||||
<circle cx="100" cy="100" r="96" fill="none" stroke="#4fc3f7" stroke-width="1" opacity="0.4" filter="url(#blur)"/>
|
||||
<circle cx="100" cy="100" r="96" fill="none" stroke="#4fc3f7" stroke-width="0.5" opacity="0.6"/>
|
||||
<!-- Main circle background -->
|
||||
<!-- Outer ring -->
|
||||
<circle cx="100" cy="100" r="96" fill="none" stroke="#c8b89a" stroke-width="1.2" opacity="0.35"/>
|
||||
<!-- Main circle -->
|
||||
<circle cx="100" cy="100" r="90" fill="url(#bg-grad)"/>
|
||||
<circle cx="100" cy="100" r="90" fill="url(#glow)"/>
|
||||
<!-- Snowflake pattern: 6 arms -->
|
||||
<g stroke="#4fc3f7" stroke-width="2" fill="none" opacity="0.85" stroke-linecap="round">
|
||||
<!-- Main 6 arms -->
|
||||
<line x1="100" y1="45" x2="100" y2="155"/>
|
||||
<line x1="52" y1="72" x2="148" y2="128"/>
|
||||
<line x1="52" y1="128" x2="148" y2="72"/>
|
||||
<!-- Branches on vertical arm -->
|
||||
<line x1="100" y1="55" x2="88" y2="62"/>
|
||||
<line x1="100" y1="55" x2="112" y2="62"/>
|
||||
<line x1="100" y1="145" x2="88" y2="138"/>
|
||||
<line x1="100" y1="145" x2="112" y2="138"/>
|
||||
<!-- Branches on upper-right arm -->
|
||||
<line x1="140" y1="78" x2="148" y2="68"/>
|
||||
<line x1="140" y1="78" x2="130" y2="75"/>
|
||||
<line x1="60" y1="122" x2="52" y2="132"/>
|
||||
<line x1="60" y1="122" x2="70" y2="125"/>
|
||||
<!-- Branches on upper-left arm -->
|
||||
<line x1="60" y1="78" x2="52" y2="68"/>
|
||||
<line x1="60" y1="78" x2="70" y2="75"/>
|
||||
<line x1="140" y1="122" x2="148" y2="132"/>
|
||||
<line x1="140" y1="122" x2="130" y2="125"/>
|
||||
<!-- Snowflake: 6 arms -->
|
||||
<g stroke="#d4c8b0" stroke-width="2.2" fill="none" stroke-linecap="round" filter="url(#soft-glow)">
|
||||
<line x1="100" y1="42" x2="100" y2="158"/>
|
||||
<line x1="50" y1="71" x2="150" y2="129"/>
|
||||
<line x1="50" y1="129" x2="150" y2="71"/>
|
||||
<!-- Branches vertical -->
|
||||
<line x1="100" y1="52" x2="87" y2="59"/><line x1="100" y1="52" x2="113" y2="59"/>
|
||||
<line x1="100" y1="148" x2="87" y2="141"/><line x1="100" y1="148" x2="113" y2="141"/>
|
||||
<!-- Branches right -->
|
||||
<line x1="142" y1="77" x2="150" y2="67"/><line x1="142" y1="77" x2="132" y2="74"/>
|
||||
<line x1="58" y1="123" x2="50" y2="133"/><line x1="58" y1="123" x2="68" y2="126"/>
|
||||
<!-- Branches left -->
|
||||
<line x1="58" y1="77" x2="50" y2="67"/><line x1="58" y1="77" x2="68" y2="74"/>
|
||||
<line x1="142" y1="123" x2="150" y2="133"/><line x1="142" y1="123" x2="132" y2="126"/>
|
||||
</g>
|
||||
<!-- Center dot -->
|
||||
<circle cx="100" cy="100" r="4" fill="#4fc3f7"/>
|
||||
<circle cx="100" cy="100" r="4.5" fill="#c8b89a"/>
|
||||
<!-- S.A. text -->
|
||||
<text x="100" y="108" text-anchor="middle" font-family="'Segoe UI', system-ui, sans-serif" font-size="24" font-weight="700" fill="#e0e0e0" letter-spacing="2">S.A.</text>
|
||||
<text x="100" y="108" text-anchor="middle" font-family="'Segoe UI',system-ui,sans-serif" font-size="22" font-weight="700" fill="#d4c8b0" letter-spacing="3">S.A.</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user