🎨 Add Ghostty SVG with light and dark variants

This commit is contained in:
Miguel Vega
2025-03-14 16:50:31 -05:00
parent 41fd336bc1
commit 3c2461ebb2
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -3432,5 +3432,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/'
}
];