mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-31 04:39:01 +00:00
Implement configuration option split-divider-color for macOS
This commit is contained in:
committed by
Mitchell Hashimoto
parent
0df4012edc
commit
da80531c22
@@ -610,8 +610,8 @@ palette: Palette = .{},
|
||||
/// Specified as either hex (`#RRGGBB` or `RRGGBB`) or a named X11 color.
|
||||
@"unfocused-split-fill": ?Color = null,
|
||||
|
||||
/// The color of the divider between splits. If unset the default system color
|
||||
/// will be used. GTK only.
|
||||
/// The color of the split divider. If this is not set, a default will be chosen.
|
||||
/// Specified as either hex (`#RRGGBB` or `RRGGBB`) or a named X11 color.
|
||||
@"split-divider-color": ?Color = null,
|
||||
|
||||
/// The command to run, usually a shell. If this is not an absolute path, it'll
|
||||
|
||||
Reference in New Issue
Block a user