nicolium: update logo

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-06 21:58:40 +01:00
parent a960411b82
commit 730e0de224
4 changed files with 13 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11" style="fill: #ff3ca8;" height="1024" width="1024">
<style>
svg { fill: #d80482; }
@media (prefers-color-scheme: dark) { path { fill: #ff3ca8; } }
</style>
<g transform="rotate(56.2 5.5 5.5)">
<path d="M6 2 L7 2 L7 6 L5 6 L5 9 L4 9 L4 5 L6 5 L6 2 Z"/><path d="M8 2 L9 2 L9 3 L8 3 Z"/><path d="M8 4 L9 4 L9 6 L8 6 Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -137,6 +137,10 @@ const config = defineConfig(() => ({
src: './favicon.ico',
dest: '.',
},
{
src: './favicon.svg',
dest: '.',
},
{
src: './src/instance',
dest: '.',