|
| 1 | +# Terminal Logos |
| 2 | + |
| 3 | +Official marks for the eight terminals covered in |
| 4 | +`website/developer-tools/terminals.md`. `ToolMark` renders transparent |
| 5 | +silhouettes as monochrome CSS masks (`background: var(--text-heading)`). It |
| 6 | +renders compound/app-icon artwork directly with one image element and shared |
| 7 | +achromatic filters, so theme changes never change logo geometry. Kitty uses a |
| 8 | +dark-theme brightness adjustment because its official artwork is dark. iTerm2 |
| 9 | +uses the same official raster in both themes; its colors are normalized by the |
| 10 | +shared filter rather than by a second asset, and its raster edge is replaced by |
| 11 | +a theme-colored CSS outline for a consistent border. |
| 12 | + |
| 13 | +| File | Product | Source (official) | Adaptation | |
| 14 | +| --- | --- | --- | --- | |
| 15 | +| `ghostty.svg` | Ghostty | https://github.com/ghostty-org/website (`public/ghostty-logo.svg`, `main` branch) | Geometry verbatim; luminance mask preserves the light terminal face over the opaque colored ghost body | |
| 16 | +| `kitty.svg` | Kitty | https://github.com/kovidgoyal/kitty (`logo/kitty.svg`, `master` branch) | Geometry verbatim; direct grayscale/contrast image preserves the cat and terminal composition; dark theme lifts mid-tones (`brightness(2.1) contrast(1.15)`) | |
| 17 | +| `wezterm.svg` | WezTerm | https://github.com/wezterm/wezterm (`assets/icon/wezterm-icon.svg`, `main` branch) | Geometry verbatim; direct grayscale/contrast image preserves the dark terminal and `$W` foreground | |
| 18 | +| `alacritty.svg` | Alacritty | https://github.com/alacritty/alacritty (`extra/logo/alacritty-term.svg`, `master` branch) | Geometry verbatim; direct grayscale/contrast image preserves the app-icon layer relationships | |
| 19 | +| `iterm2.png` | iTerm2 | https://github.com/gnachman/iTerm2 (`images/AppIcon.png`, `master` branch) | One official raster rendered in both themes; shared achromatic filters change presentation colors without changing the `$|` geometry; `imageFrame` supplies the theme-colored border | |
| 20 | +| `warp.svg` | Warp | https://github.com/warpdotdev/brand-assets (`Logos/Warp-Glyph-Black@2x.svg`, `main` branch) | Geometry verbatim | |
| 21 | +| `windows-terminal.svg` | Windows Terminal | https://github.com/microsoft/terminal (`res/terminal/Terminal.svg`, `main` branch) | Geometry verbatim; direct grayscale/contrast image preserves the app-icon layer relationships | |
| 22 | +| `wave-terminal.svg` | Wave Terminal | https://github.com/wavetermdev/waveterm (`assets/wave-logo_icon-solid.svg`, `main` branch) | Geometry verbatim | |
| 23 | + |
| 24 | +Logos are trademarks of their respective owners (Ghostty, Kovid Goyal, Wez |
| 25 | +Furlong, Alacritty contributors, George Nachman, Warp Technologies Inc., |
| 26 | +Microsoft Corporation, Wave Terminal). Underlying project licenses: Ghostty |
| 27 | +MIT; Kitty GPL-3.0; WezTerm MIT; Alacritty Apache-2.0; iTerm2 GPL-2.0; Warp |
| 28 | +proprietary brand assets; Windows Terminal MIT; Wave Terminal Apache-2.0. |
| 29 | +Fetched 2026-08-11. |
0 commit comments