(t
(:inverse-video t)))
"Basic mode line face."
+ :version "21.1"
:group 'basic-faces)
;; Make `modeline' an alias for `mode-line', for compatibility.
(t
(:inverse-video t)))
"Basic header-line face."
+ :version "21.1"
:group 'basic-faces)
(t
()))
"Basic tool-bar face."
+ :version "21.1"
:group 'basic-faces)
(((class color) (background dark))
(:background "darkolivegreen"))
(t (:inverse-video t)))
- "Basic face for highlighting.")
+ "Basic face for highlighting."
+ :group 'basic-faces)
(defface secondary-selection
(((class color) (background dark))
(:background "darkslateblue"))
(t (:inverse-video t)))
- "Basic face for displaying the secondary selection.")
+ "Basic face for displaying the secondary selection."
+ :group 'basic-faces)
(defface fixed-pitch '((t (:family "courier*")))
(((class color) (background dark))
(:background "red"))
(t (:inverse-video t)))
- "Basic face for highlighting trailing whitespace.")
+ "Basic face for highlighting trailing whitespace."
+ :version "21.1"
+ :group 'basic-faces)
\f