Function: magit-section-highlight

magit-section-highlight is a byte-compiled function defined in magit-section.el.

Signature

(magit-section-highlight ARG &rest ARGS)

Implementations

((section magit-section)) in `magit-section.el'.

Undocumented

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defface magit-section-highlight
  '((((class color) (background light))
     :extend t
     :background "grey95")
    (((class color) (background  dark))
     :extend t
     :background "grey20"))
  "Face for highlighting the current section."
  :group 'magit-section-faces)