Variable: ibuffer-title-face

ibuffer-title-face is a customizable variable defined in ibuffer.el.gz.

Value

font-lock-type-face

Documentation

Face used for the title string.

Source Code

;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defcustom ibuffer-title-face 'font-lock-type-face
  "Face used for the title string."
  :type 'face)