let junie rework the theme one more time

This commit is contained in:
2025-07-04 15:36:04 +02:00
parent df765bed8a
commit 50b1bec73c
12 changed files with 496 additions and 72 deletions

View File

@@ -1,8 +1,8 @@
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="50%">
<stop offset="0%" stop-color="#5B68CE" />
<stop offset="100%" stop-color="#6A449E" />
<stop offset="0%" stop-color="darkorchid" />
<stop offset="100%" stop-color="darkslateblue" />
</linearGradient>
<mask id="moonMask">
<circle cx="100" cy="100" r="50" fill="white" />

Before

Width:  |  Height:  |  Size: 618 B

After

Width:  |  Height:  |  Size: 627 B