A green-based theme for Ghostty, designed to stay warm and readable during long coding sessions.
-
Create the Ghostty themes directory:
mkdir -p ~/.config/ghostty/themes -
Copy the bundled theme file into that directory:
cp themes/everforest-night ~/.config/ghostty/themes/everforest-night -
Enable it in your Ghostty config (
~/.config/ghostty/config):theme = everforest-night -
Optional: add the background image:
cp themes/dark_strand.png ~/.config/ghostty/dark_strand.pngThen add these settings to
~/.config/ghostty/config:background-image = dark_strand.png background-image-opacity = 0.6 background-image-fit = stretch
-
Restart Ghostty.
| Color | Hex | Preview |
|---|---|---|
| Background | #323d43 |
|
| Foreground | #d8caac |
|
| Cursor | #d8caac |
|
| Cursor Text | #323d43 |
|
| Selection Background | #465258 |
|
| Selection Foreground | #d8caac |
Inspired by Forest Night by @jef and Everforest by @sainnhe