I’ve been testing Ghostty for a bit lately.
However, I’ve encountered a small issue when trying to set a theme on Fedora, turns out no themes were installed by default for some reason.
Patching that up was fairly easy:
~ cd src
~ git clone https://github.com/mbadolato/iTerm2-Color-Schemes/
~ mkdir ~/.config/ghostty/themes
~ cp iTerm2-Color-Schemes/ghostty/* ~/.config/ghostty/themes/Code language: Bash (bash)
Now running ghostty +list-themes, I can finally see everything as I should be.
Personally, I use the Apple System Colors theme on my installation.

Leave a Reply