| 1234567891011121314 |
- # Ghostty — matched to the Alacritty setup it replaces.
- #
- # Ghostty's own defaults differ from Alacritty's in several visible ways
- # (different palette, GTK titlebar, 2px padding, close confirmation), so
- # each of those is set explicitly below rather than left to default.
- font-family = JetBrains Mono
- font-size = 10
- # Alacritty's built-in default scheme (base16 default dark).
- # Ghostty defaults to a different scheme, so this must be spelled out.
- background = #181818
- foreground = #d8d8d8
|