Merge branch 'override_warning' of https://github.com/joveian/kitty

This commit is contained in:
Kovid Goyal 2023-10-30 22:44:51 +05:30
commit 30b736eed7
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -277,6 +277,13 @@
to white if the background is dark or black if the background is light. The default
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.
WARNING: Some programs use characters (such as block characters) for graphics
display and may expect to be able to set the foreground and background to the
same color (or similar colors). If you see unexpected stripes, dots, lines,
incorrect color, no color where you expect color, or any kind of graphic
display problem try setting :opt:`text_fg_override_threshold` to :code:`0` to
see if this is the cause of the problem.
''')
egr() # }}}