From f87f15bd1d8eca284f08e05f16b023d141ff7459 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Apr 2026 09:19:21 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index b33b928f8..1500c70c9 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -2628,6 +2628,8 @@ The color of the kitty window's titlebar on macOS. 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`. + +Note that when using :ref:`auto_color_scheme` this option is overridden by the color scheme file and must be set inside it to take effect. ''' )