From c3242453bd0375e3037f47a54a897d1d58bb18df Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 May 2023 21:11:06 +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 0d6026cf6..ea4f8e007 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -278,7 +278,7 @@ to white if the background is dark or black if the background is light. The defa value is :code:`0`, which means no overriding is performed. Useful when working with applications that use colors that do not contrast well with your preferred color scheme. Note that this will not work in situations where kitty has to render in multiple passes, for example, -when rendering with images under text. +when rendering with images under text or with non-opaque background and images. ''') egr() # }}}