diff --git a/doc/diffs.nvim.txt b/doc/diffs.nvim.txt index 61897e2..07f818e 100644 --- a/doc/diffs.nvim.txt +++ b/doc/diffs.nvim.txt @@ -956,15 +956,14 @@ Fugitive unified diff highlights: ~ *DiffsAddText* DiffsAddText Character-level background for changed characters - within `+` lines. Derived by blending `diffAdded` - foreground with `Normal` background at 60% alpha. - Only sets `bg`, so treesitter foreground colors show - through. + within `+` lines. Uses the raw `DiffAdd` background + color. Only sets `bg`, so treesitter foreground + colors show through. *DiffsDeleteText* DiffsDeleteText Character-level background for changed characters - within `-` lines. Derived by blending `diffRemoved` - foreground with `Normal` background at 60% alpha. + within `-` lines. Uses the raw `DiffDelete` + background color. Conflict highlights: ~ *DiffsConflictOurs*