Skip to content

Commit 0e53977

Browse files
authored
Merge pull request #600 from atleugim/logo/ghostty
🎨 Add Ghostty SVG with light and dark variants
2 parents 1803a01 + 3c2461e commit 0e53977

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

src/data/svgs.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,5 +3445,15 @@ export const svgs: iSVG[] = [
34453445
dark: '/library/cursor_wordmark_dark.svg'
34463446
},
34473447
url: 'https://www.cursor.com'
3448+
},
3449+
{
3450+
title: 'Ghostty',
3451+
category: ['Software'],
3452+
route: '/library/ghostty.svg',
3453+
wordmark: {
3454+
dark: '/library/ghostty_wordmark_dark.svg',
3455+
light: '/library/ghostty_wordmark_light.svg'
3456+
},
3457+
url: 'https://ghostty.org/'
34483458
}
34493459
];

static/library/ghostty.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)