Variable: gnus-summary-selected-face

gnus-summary-selected-face is a customizable variable defined in gnus-sum.el.gz.

Value

gnus-summary-selected

Documentation

Face used for highlighting the current article in the summary buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-selected-face 'gnus-summary-selected
  "Face used for highlighting the current article in the summary buffer."
  :group 'gnus-summary-visual
  :type 'face)