Terminal color themes based on the Vendure design system — brand blue #17c1ff on deep blue-tinted neutrals, converted from the design system's OKLCH tokens to sRGB.
Copy the theme into Ghostty's themes directory:
mkdir -p ~/.config/ghostty/themes
curl -o ~/.config/ghostty/themes/vendure \
https://raw.githubusercontent.com/vendurehq/terminal-themes/main/ghostty/vendureThen set it in your Ghostty config (~/.config/ghostty/config):
theme = vendureReload Ghostty (cmd+shift+, on macOS) and you're done.
| Color | Normal | Bright |
|---|---|---|
| Black | #111c22 |
#50565a |
| Red | #ea6a64 |
#fb9890 |
| Green | #54b05a |
#8aca8b |
| Yellow | #dbb155 |
#edd198 |
| Blue | #0086ff |
#35a9ff |
| Magenta | #b954cf |
#d080e2 |
| Cyan | #17c1ff |
#55ccff |
| White | #b8bfc3 |
#e8f0f4 |
Background #070c0f · Foreground #b8bfc3 · Cursor #17c1ff
Ports for other terminals (iTerm2, Warp, WezTerm, …) are welcome — open a PR.