Merge pull request #1484 from jparise/window-title-font

macos: configurable titlebar fonts
This commit is contained in:
Mitchell Hashimoto
2024-03-28 09:49:19 -07:00
committed by GitHub
5 changed files with 78 additions and 3 deletions

View File

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