mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #600 from atleugim/logo/ghostty
🎨 Add Ghostty SVG with light and dark variants
This commit is contained in:
@@ -3445,5 +3445,15 @@ export const svgs: iSVG[] = [
|
||||
dark: '/library/cursor_wordmark_dark.svg'
|
||||
},
|
||||
url: 'https://www.cursor.com'
|
||||
},
|
||||
{
|
||||
title: 'Ghostty',
|
||||
category: ['Software'],
|
||||
route: '/library/ghostty.svg',
|
||||
wordmark: {
|
||||
dark: '/library/ghostty_wordmark_dark.svg',
|
||||
light: '/library/ghostty_wordmark_light.svg'
|
||||
},
|
||||
url: 'https://ghostty.org/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user