diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 2a3547c..829699a 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -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/'
}
];
diff --git a/static/library/ghostty.svg b/static/library/ghostty.svg
new file mode 100644
index 0000000..1dc652a
--- /dev/null
+++ b/static/library/ghostty.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/ghostty_wordmark_dark.svg b/static/library/ghostty_wordmark_dark.svg
new file mode 100644
index 0000000..aa97178
--- /dev/null
+++ b/static/library/ghostty_wordmark_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/ghostty_wordmark_light.svg b/static/library/ghostty_wordmark_light.svg
new file mode 100644
index 0000000..94a2c0e
--- /dev/null
+++ b/static/library/ghostty_wordmark_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file