From 1ae1c06e8874918e2187f33a8d203c7e805b2ffb Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Mon, 3 Mar 2014 23:28:59 +0100 Subject: [PATCH] Don't use mode line faces explicitly --- eyebrowse.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eyebrowse.el b/eyebrowse.el index bf8cd66..1ab8a7e 100644 --- a/eyebrowse.el +++ b/eyebrowse.el @@ -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 ", "