Don't use mode line faces explicitly
This commit is contained in:
@ -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 (:inherit mode-line :background nil)))
|
'((t (:inherit default)))
|
||||||
"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 (:inherit mode-line :background nil)))
|
'((t (:inherit default)))
|
||||||
"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 (:inherit mode-line :background nil)))
|
'((t (:inherit default)))
|
||||||
"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 (:inherit mode-line-emphasis :background nil)))
|
'((t (:inherit mode-line-emphasis)))
|
||||||
"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 ", "
|
||||||
|
|||||||
Reference in New Issue
Block a user