Variable: gnus-selected-tree-face

gnus-selected-tree-face is a customizable variable defined in gnus-salt.el.gz.

Value

mode-line

Documentation

Face used for highlighting selected articles in the thread tree.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-salt.el.gz
(defcustom gnus-selected-tree-face 'mode-line
  "Face used for highlighting selected articles in the thread tree."
  :type 'face
  :group 'gnus-summary-tree)