Dont require restart to change text_fg_override_threshold from zero to non-zero

This commit is contained in:
Kovid Goyal
2023-05-24 13:50:19 +05:30
parent 53073f34d7
commit b45d7ae21f
5 changed files with 30 additions and 14 deletions

View File

@@ -276,8 +276,7 @@ ranging from :code:`0` to :code:`100`. If the difference in luminance of the
foreground and background is below this threshold, the foreground color will be set
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. Changing this option
from zero to a non-zero value or vice versa requires a restart of kitty.
that use colors that do not contrast well with your preferred color scheme.
''')
egr() # }}}