feat: add dark mode and light mode wordmarks and light mode logo

This commit is contained in:
Malcolm Hauser 2025-02-12 12:16:35 +10:00
parent 708c5d44aa
commit 0940508240
No known key found for this signature in database
GPG Key ID: B307874652530F86
5 changed files with 17 additions and 7 deletions

View File

@ -3295,13 +3295,13 @@ export const svgs: iSVG[] = [
url: 'https://vercel.com/'
},
{
"title": "Socket.io",
"category": "Software",
"route": {
dark: "/library/socketio-dark.svg",
light: "/library/socketio-light.svg"
title: 'Socket.io',
category: 'Software',
route: {
dark: '/library/socketio-dark.svg',
light: '/library/socketio-light.svg'
},
"url": "https://socket.io/"
url: 'https://socket.io/'
},
{
title: 'VSCodium',
@ -3312,7 +3312,14 @@ export const svgs: iSVG[] = [
{
title: 'Zen Browser',
category: 'Browser',
route: '/library/zen-browser.svg',
route: {
light: '/library/zen-browser-light.svg',
dark: '/library/zen-browser-dark.svg'
},
wordmark: {
light: '/library/zen-browser-wordmark-light.svg',
dark: '/library/zen-browser-wordmark-dark.svg'
},
url: 'https://zen-browser.app/'
}
];

View File

Before

Width:  |  Height:  |  Size: 1023 B

After

Width:  |  Height:  |  Size: 1023 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="none"><path fill="#202020" fill-rule="evenodd" d="M32 44.308c6.797 0 12.308-5.51 12.308-12.308 0-6.797-5.51-12.308-12.308-12.308-6.797 0-12.308 5.51-12.308 12.308 0 6.797 5.51 12.308 12.308 12.308ZM41.846 32c0 5.438-4.408 9.846-9.846 9.846S22.154 37.438 22.154 32s4.408-9.846 9.846-9.846 9.846 4.408 9.846 9.846Z" clip-rule="evenodd"/><path fill="#202020" fill-rule="evenodd" d="M53.333 32c0 11.782-9.55 21.333-21.333 21.333-11.782 0-21.333-9.55-21.333-21.333 0-11.782 9.55-21.333 21.333-21.333 11.782 0 21.333 9.55 21.333 21.333ZM32 49.23c9.516 0 17.23-7.714 17.23-17.23S41.517 14.77 32 14.77 14.77 22.483 14.77 32 22.483 49.23 32 49.23Z" clip-rule="evenodd"/><path fill="#202020" fill-rule="evenodd" d="M64 32c0 17.673-14.327 32-32 32C14.327 64 0 49.673 0 32 0 14.327 14.327 0 32 0c17.673 0 32 14.327 32 32ZM32 58.256c14.501 0 26.256-11.755 26.256-26.256S46.501 5.744 32 5.744 5.744 17.499 5.744 32 17.499 58.256 32 58.256Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 1023 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB