diff --git a/website/app/globals.css b/website/app/globals.css index 805c714e6..adf126e26 100644 --- a/website/app/globals.css +++ b/website/app/globals.css @@ -10,11 +10,11 @@ @media (prefers-color-scheme: dark) { :root { --foreground-rgb: 255, 255, 255; - --background-rgb: #F7F7F7; + --background-rgb: #0e1324; } } body { color: rgb(var(--foreground-rgb)); background-color: var(--background-rgb); -} +} \ No newline at end of file diff --git a/website/app/page.tsx b/website/app/page.tsx index 21a1ade5e..c0f86a03a 100644 --- a/website/app/page.tsx +++ b/website/app/page.tsx @@ -8,7 +8,7 @@ export default function Home() {

Ghostty Icon

- Ghostty Logo + Ghostty Logo
diff --git a/website/public/icon-new.png b/website/public/icon-new.png new file mode 100644 index 000000000..b51b8d7dc Binary files /dev/null and b/website/public/icon-new.png differ