Warm tones. Zero visual noise. - Flynt for Ghostty.
macOS - Ghostty stores user themes in Application Support:
mkdir -p ~/Library/Application\ Support/com.mitchellh.ghostty/themes
cp themes/flynt-dark ~/Library/Application\ Support/com.mitchellh.ghostty/themes/
cp themes/flynt-light ~/Library/Application\ Support/com.mitchellh.ghostty/themes/Linux - Ghostty uses the XDG config directory:
mkdir -p ~/.config/ghostty/themes
cp themes/flynt-dark ~/.config/ghostty/themes/
cp themes/flynt-light ~/.config/ghostty/themes/Open your Ghostty config and add:
theme = light:flynt-light,dark:flynt-dark
Ghostty switches automatically based on your OS light/dark mode. To pin a single variant:
theme = flynt-dark
Config file locations (Ghostty loads all that exist, later files override earlier ones):
| Platform | Path |
|---|---|
| All platforms (XDG) | ~/.config/ghostty/config.ghostty |
| macOS (App Support) | ~/Library/Application Support/com.mitchellh.ghostty/config.ghostty |
On macOS, Ghostty creates the config in Application Support by default. After editing, reload with Cmd+Shift+, or restart Ghostty.
Themes are generated from theme.conf.tmpl using strike.
brew tap flynt-theme/tap && brew install strike
strike build theme.conf.tmpl --out themes/MIT - Flynt Theme