docs: correct MacOS location for themes on config docs

This commit is contained in:
Felipe Coury
2024-02-17 10:53:27 -03:00
committed by GitHub
parent 7cc9ea02c4
commit 733f4464c3

View File

@ -213,8 +213,8 @@ const c = @cImport({
/// A named theme to use. The available themes are currently hardcoded to the /// A named theme to use. The available themes are currently hardcoded to the
/// themes that ship with Ghostty. On macOS, this list is in the `Ghostty.app/ /// themes that ship with Ghostty. On macOS, this list is in the `Ghostty.app/
/// Contents/Resources/themes` directory. On Linux, this list is in the `share/ /// Contents/Resources/ghostty/themes` directory. On Linux, this list is in the
/// ghostty/themes` directory (wherever you installed the Ghostty "share" /// `share/ghostty/themes` directory (wherever you installed the Ghostty "share"
/// directory. /// directory.
/// ///
/// To see a list of available themes, run `ghostty +list-themes`. /// To see a list of available themes, run `ghostty +list-themes`.