mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Highlight full extent of hint matches, not just the prefix label
Add --hints-text-background-color option (default: auto) that can apply a background color to the matched text after the hint label. This makes it more clear exactly which text each hint covers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -234,9 +234,19 @@ color.
|
||||
--hints-text-color
|
||||
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. The default is to pick a suitable color automatically.
|
||||
The foreground color for text pointed to by the hints (excluding the hint label itself). 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. The default is to pick a suitable
|
||||
color automatically.
|
||||
|
||||
|
||||
--hints-text-background-color
|
||||
default=auto
|
||||
type=str
|
||||
The background color for text pointed to by the hints (excluding the hint label itself). 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. The default is to pick a suitable
|
||||
color automatically.
|
||||
|
||||
|
||||
--customize-processing
|
||||
|
||||
Reference in New Issue
Block a user