mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
Merge pull request #1927 from OkanEsen/main
document unfocused split option only working on macOS
This commit is contained in:
@ -409,6 +409,8 @@ palette: Palette = .{},
|
|||||||
/// is 0.15. This value still looks weird but you can at least see what's going
|
/// is 0.15. This value still looks weird but you can at least see what's going
|
||||||
/// on. A value outside of the range 0.15 to 1 will be clamped to the nearest
|
/// on. A value outside of the range 0.15 to 1 will be clamped to the nearest
|
||||||
/// valid value.
|
/// valid value.
|
||||||
|
///
|
||||||
|
/// This is only supported on macOS.
|
||||||
@"unfocused-split-opacity": f64 = 0.7,
|
@"unfocused-split-opacity": f64 = 0.7,
|
||||||
|
|
||||||
/// The color to dim the unfocused split. Unfocused splits are dimmed by
|
/// The color to dim the unfocused split. Unfocused splits are dimmed by
|
||||||
@ -416,6 +418,8 @@ palette: Palette = .{},
|
|||||||
/// that rectangle and can be used to carefully control the dimming effect.
|
/// that rectangle and can be used to carefully control the dimming effect.
|
||||||
///
|
///
|
||||||
/// This will default to the background color.
|
/// This will default to the background color.
|
||||||
|
///
|
||||||
|
/// This is only supported on macOS.
|
||||||
@"unfocused-split-fill": ?Color = null,
|
@"unfocused-split-fill": ?Color = null,
|
||||||
|
|
||||||
/// The command to run, usually a shell. If this is not an absolute path, it'll
|
/// The command to run, usually a shell. If this is not an absolute path, it'll
|
||||||
|
Reference in New Issue
Block a user