mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
hints kitten: Workaround for some broken light color themes that make the hints text color too low contrast to read
Fixes #7330
This commit is contained in:
@@ -229,11 +229,11 @@ color.
|
||||
|
||||
|
||||
--hints-text-color
|
||||
default=bright-gray
|
||||
default=auto
|
||||
type=str
|
||||
The foreground color for text pointed to by the hints. You can use color names or hex values. For the eight basic
|
||||
named terminal colors you can also use the :code:`bright-` prefix to get the bright variant of the
|
||||
color.
|
||||
color. The default is to pick a suitable color automatically.
|
||||
|
||||
|
||||
--customize-processing
|
||||
|
||||
Reference in New Issue
Block a user