Don't use mode line faces explicitly

This commit is contained in:
Vasilij Schneidermann
2014-03-03 23:28:59 +01:00
parent 710826edf9
commit 1ae1c06e88

View File

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