From e51fda041e24a17573de2fe5e5eb4685eea91b30 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 22 Aug 2024 20:29:08 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index a6a4d13e3..5eafafa42 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -1529,7 +1529,7 @@ opt('second_transparent_bg', 'none', option_type='to_color_or_none', long_text=''' When the background color matches this color, :opt:`background_opacity` is applied to it -to render it as semi-transparent, just as for colors matching the background color. +to render it as semi-transparent, just as for colors matching the main :opt:`background` color. Useful in more complex UIs like editors where you could want more than a single background color to be rendered as transparent, for instance, for a cursor highlight line background. Terminal applications can set this color using :ref:`The kitty color control `