Switch Queue logo to Catppuccin colors and draw the logo manually.

This commit is contained in:
Bauke 2023-05-10 12:22:48 +02:00
parent c728f7302c
commit 786bcce6b4
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 16 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 988 B

View File

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" viewBox="0 0 100 100"> <svg xmlns="http://www.w3.org/2000/svg" width="128" viewBox="0 0 100 100">
<rect fill="#E6DEFF" width="100" height="100" /> <rect fill="#eff1f5" width="100" height="100" />
<!-- Alignment grid. --> <!-- Alignment grid. -->
<g display="none"> <g display="none">
@ -13,16 +13,19 @@
<rect fill="#f0f" x="86" width="1" height="100" /> <rect fill="#f0f" x="86" width="1" height="100" />
</g> </g>
<text <g fill="#4c4f69">
fill="#1F1731" <path transform="translate(14, 46)" d="
font-family="Iosevka SS01" M0,0
font-size="75" l51,0
font-weight="900" l-12,-12
x="47.9" l4,-4
y="55.6" l20,20
alignment-baseline="middle" l-20,20
text-anchor="middle" l-4,-4
> l12,-12
l-51,0
</text> z
" />
<rect width="7" height="40" x="78" y="30" />
</g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 730 B

After

Width:  |  Height:  |  Size: 781 B