fix(highlight): blend_alpha controls line bg and prefix matches gutter (#178)
This commit is contained in:
parent
e43e6be63d
commit
883b14253b
5 changed files with 137 additions and 43 deletions
|
|
@ -241,11 +241,13 @@ Configuration is done via `vim.g.diffs`. Set this before the plugin loads:
|
|||
Only visible if line numbers are enabled.
|
||||
|
||||
{blend_alpha} (number, default: 0.6)
|
||||
Alpha value for character-level blend intensity.
|
||||
Controls how strongly changed characters stand
|
||||
out from the line-level background. Must be
|
||||
between 0 and 1 (inclusive). Higher values
|
||||
produce more vivid character-level highlights.
|
||||
Alpha value for diff line background intensity.
|
||||
Controls how strongly diff lines (adds/deletes)
|
||||
stand out from the editor background. Intra-line
|
||||
highlights use alpha + 0.3 (capped at 1.0) for
|
||||
extra contrast. Must be between 0 and 1
|
||||
(inclusive). Higher values produce more vivid
|
||||
backgrounds.
|
||||
|
||||
{context} (table, default: see below)
|
||||
Syntax parsing context options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue