Variable: magit-diff-use-indicator-faces
magit-diff-use-indicator-faces is a customizable variable defined in
magit-diff.el.
Value
nil
Documentation
Whether to use separate faces for diff side indicators.
If non-nil, use, for example, magit-diff-removed-indicator for the
plus sign at the beginning of a removed line. If nil, use the same
face as for the rest of the line.
This variable was added, or its default value changed, in magit version 4.6.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
;;;; Indicators
(defcustom magit-diff-use-indicator-faces nil
"Whether to use separate faces for diff side indicators.
If non-nil, use, for example, `magit-diff-removed-indicator' for the
plus sign at the beginning of a removed line. If nil, use the same
face as for the rest of the line."
:package-version '(magit . "4.6.0")
:group 'magit-faces
:type 'boolean)