diff --git a/src/config/Config.zig b/src/config/Config.zig index d0291fc1b..1506e734e 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -859,8 +859,9 @@ keybind: Keybinds = .{}, /// * `system` - Use the system theme. /// * `light` - Use the light theme regardless of system theme. /// * `dark` - Use the dark theme regardless of system theme. -/// * `ghostty` - Use the background and foreground colors specified in the ghostty -/// config file. This value is only supported with `gtk-adwaita` enabled. +/// * `ghostty` - Use the background and foreground colors specified in the +/// Ghostty configuration. This is only supported on Linux builds with +/// libadwaita and `gtk-adwaita` enabled. /// /// On macOS, if `macos-titlebar-style` is "tabs", the window theme will be /// automatically set based on the luminosity of the terminal background color.