Replace faces with built-ins

This commit is contained in:
Vasilij Schneidermann
2014-03-03 23:21:39 +01:00
parent 6072b59896
commit 710826edf9

View File

@ -50,19 +50,19 @@ manager."
"Lighter for `eyebrowse-minor-mode'.") "Lighter for `eyebrowse-minor-mode'.")
(defface eyebrowse-mode-line-delimiters (defface eyebrowse-mode-line-delimiters
'((t (:foreground "grey"))) '((t (:inherit mode-line :background nil)))
"Face for the mode line indicator delimiters.") "Face for the mode line indicator delimiters.")
(defface eyebrowse-mode-line-separator (defface eyebrowse-mode-line-separator
'((t (:foreground "grey"))) '((t (:inherit mode-line :background nil)))
"Face for the mode line indicator separator.") "Face for the mode line indicator separator.")
(defface eyebrowse-mode-line-inactive (defface eyebrowse-mode-line-inactive
'((t (:foreground "white"))) '((t (:inherit mode-line :background nil)))
"Face for the inactive items of the mode line indicator.") "Face for the inactive items of the mode line indicator.")
(defface eyebrowse-mode-line-active (defface eyebrowse-mode-line-active
'((t (:foreground "white"))) '((t (:inherit mode-line-emphasis :background nil)))
"Face for the active items of the mode line indicator.") "Face for the active items of the mode line indicator.")
(defcustom eyebrowse-mode-line-separator ", " (defcustom eyebrowse-mode-line-separator ", "