From 843f0681f024a0fb5f3fb9173f33021c34b98e18 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 29 Sep 2025 16:54:12 +0530 Subject: [PATCH] Remove warning in macos_titlebar_color docs about titlebar arbit colors. --- kitty/options/definition.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 11f947909..124df26b0 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -3586,12 +3586,7 @@ The color of the kitty window's titlebar on macOS. A value of :code:`dark` can also be used to set it explicitly. A value of :code:`background` means to use the background color of the currently active window and finally you can use an arbitrary color, such as :code:`#12af59` or -:code:`red`. WARNING: This option works by using a hack when arbitrary color (or -:code:`background`) is configured, 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 :opt:`background_opacity`. If you -want to use both, you are probably better off just hiding the titlebar with -:opt:`hide_window_decorations`. +:code:`red`. ''' )