From e4ed1707488374fa10a8748d53bfa40cc1193a6b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 May 2018 09:15:05 +0530 Subject: [PATCH] ... --- kitty/kitty.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 6e7ae08e3..8e9effa02 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -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.