This commit is contained in:
Kovid Goyal 2018-05-03 09:15:05 +05:30
parent f011a6c86c
commit e4ed170748
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -506,12 +506,12 @@ clear_all_shortcuts no
# Change the color of the kitty window's titlebar on macOS. A value of "system"
# means to use the default system color, a value of "background" means to use
# the default background color and finally you can use an arbitrary color, such
# as #12af59 or "red". WARNING: This option works by using a hack, as there is
# no proper Cocoa API for it. It sets the background color of the entire window
# and makes the titlebar transparent. As such it is incompatible with
# background_opacity. If you want to use both, you are probably better off just
# hiding the titlebar with macos_hide_titlebar.
# the background color of the currently active window and finally you can use
# an arbitrary color, such as #12af59 or "red". WARNING: This option works by
# using a hack, as there is no proper Cocoa API for it. It sets the background
# color of the entire window and makes the titlebar transparent. As such it is
# incompatible with background_opacity. If you want to use both, you are
# probably better off just hiding the titlebar with macos_hide_titlebar.
macos_titlebar_color system
# Hide the kitty window's title bar on macOS.