|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <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 | + /> |
7 | 57 | <link rel="preconnect" href="https://fonts.googleapis.com" /> |
8 | 58 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
9 | 59 | <link |
|
0 commit comments