Skip to content

Commit ed43ba8

Browse files
committed
Add screenshot, OpenGraph meta tags, expanded description
1 parent aa8c8dd commit ed43ba8

3 files changed

Lines changed: 53 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Live theme & font mixer for the [Ghostty](https://ghostty.org) terminal. Preview
44

55
**[Try it live](https://mcvalosborne.github.io/ghostty-theme-mixer/)**
66

7+
![Ghostty Theme Mixer — live preview of terminal themes and fonts](screenshot.png)
8+
79
## What's in it
810

911
- **16 themes** — four Gruvbox variants, Tokyo Night (+ Storm), Catppuccin (Mocha + Latte), Nord, Dracula, Rosé Pine, Solarized (Dark + Light), Kanagawa, Everforest, GitHub Dark

index.html

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,57 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Ghostty — Theme & font mixer</title>
6+
<title>
7+
Ghostty Theme Mixer — preview themes, fonts & backgrounds live
8+
</title>
9+
<meta
10+
name="description"
11+
content="Live theme and font mixer for Ghostty terminal. Preview 16 color schemes (Gruvbox, Tokyo Night, Catppuccin, Nord, Dracula, Rosé Pine, Solarized, Kanagawa, and more), 4 coding fonts, nudge the background tint, and copy a ready-to-paste config in one click."
12+
/>
13+
<meta
14+
name="keywords"
15+
content="ghostty, ghostty terminal, terminal, theme, color scheme, fonts, ligatures, gruvbox, tokyo night, catppuccin, nord, dracula, rose pine, solarized, kanagawa, everforest, github dark, fira code, jetbrains mono, ibm plex mono, geist mono, config, mixer, preview"
16+
/>
17+
<meta name="author" content="McVal Osborne" />
18+
19+
<!-- Open Graph / Facebook / iMessage / Slack -->
20+
<meta property="og:type" content="website" />
21+
<meta
22+
property="og:url"
23+
content="https://mcvalosborne.github.io/ghostty-theme-mixer/"
24+
/>
25+
<meta property="og:title" content="Ghostty Theme Mixer" />
26+
<meta
27+
property="og:description"
28+
content="Live theme and font mixer for the Ghostty terminal. Preview 16 color schemes, 4 coding fonts, and copy your config in one click."
29+
/>
30+
<meta
31+
property="og:image"
32+
content="https://raw.githubusercontent.com/mcvalosborne/ghostty-theme-mixer/main/screenshot.png"
33+
/>
34+
<meta property="og:image:width" content="1440" />
35+
<meta property="og:image:height" content="1600" />
36+
37+
<!-- Twitter -->
38+
<meta name="twitter:card" content="summary_large_image" />
39+
<meta
40+
name="twitter:url"
41+
content="https://mcvalosborne.github.io/ghostty-theme-mixer/"
42+
/>
43+
<meta name="twitter:title" content="Ghostty Theme Mixer" />
44+
<meta
45+
name="twitter:description"
46+
content="Live theme and font mixer for Ghostty. 16 color schemes, 4 fonts, one-click config copy."
47+
/>
48+
<meta
49+
name="twitter:image"
50+
content="https://raw.githubusercontent.com/mcvalosborne/ghostty-theme-mixer/main/screenshot.png"
51+
/>
52+
53+
<link
54+
rel="canonical"
55+
href="https://mcvalosborne.github.io/ghostty-theme-mixer/"
56+
/>
757
<link rel="preconnect" href="https://fonts.googleapis.com" />
858
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
959
<link

screenshot.png

199 KB
Loading

0 commit comments

Comments
 (0)