Variable: magit-diff-specify-hunk-foreground

magit-diff-specify-hunk-foreground is a customizable variable defined in magit-diff.el.

Value

t

Documentation

Whether to specify foreground colors for hunk faces.

Setting this only has an effect if done before Magit is loaded.

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
;;;; Lines

(defcustom magit-diff-specify-hunk-foreground t
  "Whether to specify foreground colors for hunk faces.
Setting this only has an effect if done before Magit is loaded."
  :package-version '(magit . "4.6.0")
  :group 'magit-faces
  :type 'boolean)