From aec2d266fbae00606271f92d9f169017d1e7e5db Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 25 Dec 2018 03:35:24 +0800 Subject: [PATCH] Fix: invalid face of doom-modeline-eldoc-bar. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index be657ad..adffb49 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -289,7 +289,7 @@ It returns a file name which can be used directly as argument of (defface doom-modeline-bar '((t (:inherit highlight))) "The face used for the left-most bar on the mode-line of an active window.") -(defface doom-modeline-eldoc-bar `((t (:background ,(face-foreground 'doom-modeline-info)))) +(defface doom-modeline-eldoc-bar `((t (:background ,(face-foreground 'success)))) "The face used for the left-most bar on the mode-line when eldoc-eval is active.") (defface doom-modeline-inactive-bar `((t (:background ,(face-foreground 'mode-line-inactive))))