config: copy

This commit is contained in:
Mitchell Hashimoto
2024-09-13 10:08:43 -07:00
parent ac985937cd
commit ddb3700609

View File

@ -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.