A terminal color scheme for Ghostty, built around the Version 14 brand palette, the same palette used across the Zed, VS Code, and Neovim/Vim ports.
| Variant | File | Description |
|---|---|---|
| Version 14 | version14 |
Deep dark background with a violet accent |
| Version 14 Black | version14-black |
Pure black background, for OLED displays |
| Version 14 Light | version14-light |
Bright neutral surfaces with a deep violet accent |
The violet accent is a placeholder hue. It replaces a retired lime green accent and will change again once a permanent hue is chosen. The rest of the palette is stable.
-
Copy the variant file you want into
~/.config/ghostty/themes/.One file at a time:
curl -o ~/.config/ghostty/themes/version14 \ https://raw.githubusercontent.com/version14/ghostty-theme/main/version14Or all three at once:
git clone https://github.com/version14/ghostty-theme /tmp/ghostty-theme cp /tmp/ghostty-theme/version14* ~/.config/ghostty/themes/
-
In
~/.config/ghostty/config, set:theme = version14 -
Reload Ghostty's config (
Cmd+Shift+,or restart) to apply.
Repeat step 2 with version14-black or version14-light to switch variants.
ghostty +show-config | grep '^theme'This should print theme = version14 (or whichever variant you set). If it does not, confirm the file landed in ~/.config/ghostty/themes/ and that config was saved before reloading.
| Role | Color |
|---|---|
| Background | #14171B |
| Foreground | #F2F4F6 |
| Accent (placeholder) | #B7A2FF |
| Red | #FF5C59 |
| Green | #4BDE7F |
| Yellow | #FFA85E |
| Blue | #78AFFF |
| Magenta | #ED8EF3 |
| Cyan | #B7A2FF |
| Role | Color |
|---|---|
| Background | #000000 |
| Foreground | #F2F4F6 |
| Accent (placeholder) | #B7A2FF |
| Red | #FF5C59 |
| Green | #4BDE7F |
| Yellow | #FFA85E |
| Blue | #78AFFF |
| Magenta | #ED8EF3 |
| Cyan | #B7A2FF |
| Role | Color |
|---|---|
| Background | #EBEDEF |
| Foreground | #0D0F11 |
| Accent (placeholder) | #5F3BBB |
| Red | #B91A25 |
| Green | #166534 |
| Yellow | #8F4400 |
| Blue | #0054CB |
| Magenta | #8C2293 |
| Cyan | #5F3BBB |