From ddb370060907169bd638876ec6d484e07301c7b1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 13 Sep 2024 10:08:43 -0700 Subject: [PATCH] config: copy --- src/config/Config.zig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.