nicolium: update logo
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
9
packages/nicolium/favicon.svg
Normal file
9
packages/nicolium/favicon.svg
Normal 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 |
@ -137,6 +137,10 @@ const config = defineConfig(() => ({
|
||||
src: './favicon.ico',
|
||||
dest: '.',
|
||||
},
|
||||
{
|
||||
src: './favicon.svg',
|
||||
dest: '.',
|
||||
},
|
||||
{
|
||||
src: './src/instance',
|
||||
dest: '.',
|
||||
|
||||
Reference in New Issue
Block a user