[docs] Add a note to the README about restarting the app after config changes

I was confused by the lack of color theme refresh until I read this helpful comment on Discord:
https://discord.com/channels/1005603569187160125/1304477676584570900/1304478280073744487

Added a quick note to the README for future people like me.
This commit is contained in:
Rushabh Doshi
2024-12-03 10:33:25 -08:00
committed by GitHub
parent 50dc4b75d7
commit a97d396baa

View File

@ -190,8 +190,10 @@ ghostty +list-themes
...
```
On macOS, the themes are built-in to the `Ghostty.app` bundle. On Linux,
theme support requires a valid Ghostty resources dir ("share" directory).
On macOS, the themes are built-in to the `Ghostty.app` bundle. Note: to reload the
configuration, you must quit (Cmd-Q) and restart ghostty.
On Linux, theme support requires a valid Ghostty resources dir ("share" directory).
More details about how to validate the resources directory on Linux
is covered in the [shell integration section](#shell-integration-installation-and-verification).