Variable: custom-group-tag-faces
custom-group-tag-faces is a customizable variable defined in
cus-edit.el.gz.
Value
nil
Documentation
Face used for group tags.
The first member is used for level 1 groups, the second for level 2,
and so forth. The remaining group tags are shown with custom-group-tag.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
;;; The `custom-group' Widget.
(defcustom custom-group-tag-faces nil
"Face used for group tags.
The first member is used for level 1 groups, the second for level 2,
and so forth. The remaining group tags are shown with `custom-group-tag'."
:type '(repeat face)
:group 'custom-faces)