Merge pull request #600 from atleugim/logo/ghostty
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / API - Cloudflare Workers (push) Has been cancelled

🎨 Add Ghostty SVG with light and dark variants
This commit is contained in:
Pablo Hdez
2025-03-16 19:06:26 +01:00
committed by GitHub
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -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/'
}
];