A green-on-black CRT-inspired terminal theme.
Drop the theme file into Ghostty's user themes directory:
mkdir -p ~/.config/ghostty/themes
curl -fsSL https://raw.githubusercontent.com/tylerlaprade/phosphor/main/phosphor \
-o ~/.config/ghostty/themes/phosphorThen reference it in ~/.config/ghostty/config:
theme = phosphorOr as one half of a light/dark pair:
theme = dark:phosphor,light:Your Light ThemeReload Ghostty (Cmd+Shift+, → reload, or kill -SIGUSR1 $(pgrep -x ghostty)).
MIT — see LICENSE.