mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-18 19:11:20 +00:00
Merge pull request #1484 from jparise/window-title-font
macos: configurable titlebar fonts
This commit is contained in:
@@ -624,6 +624,11 @@ keybind: Keybinds = .{},
|
||||
/// borders.
|
||||
@"window-decoration": bool = true,
|
||||
|
||||
/// The font that will be used for the application's window and tab titles.
|
||||
///
|
||||
/// This is currently only supported on macOS.
|
||||
@"window-title-font-family": ?[:0]const u8 = null,
|
||||
|
||||
/// The theme to use for the windows. Valid values:
|
||||
///
|
||||
/// * `auto` - Determine the theme based on the configured terminal
|
||||
|
||||
Reference in New Issue
Block a user