some awesome config and windows icon update.

This commit is contained in:
Johannes Findeisen 2026-06-21 02:26:34 +02:00
commit c612c91421
12 changed files with 92 additions and 90 deletions

View file

@ -1,17 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<defs>
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#95b9e2"/>
<stop offset="100%" stop-color="#0b3769"/>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#64B5F6"/>
<stop offset="100%" stop-color="#245a86"/>
</linearGradient>
<filter id="sh" x="-20%" y="-20%" width="140%" height="140%">
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#sh)" fill="none" stroke="url(#g)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="18" height="18" rx="1.5"/>
<rect x="26" y="4" width="18" height="18" rx="1.5"/>
<rect x="4" y="26" width="18" height="18" rx="1.5"/>
<rect x="26" y="26" width="18" height="18" rx="1.5"/>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="8" width="14" height="14" rx="2"/>
<rect x="26" y="8" width="14" height="14" rx="2"/>
<rect x="8" y="26" width="14" height="14" rx="2"/>
<rect x="26" y="26" width="14" height="14" rx="2"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 798 B

After

Width:  |  Height:  |  Size: 817 B

Before After
Before After