From d8878379bcc9218c51919a94c5e2fdd47bf88cc1 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 7 Oct 2018 12:26:29 +0800 Subject: [PATCH] Update vcs faces. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index 1a59fe2..2868866 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -701,7 +701,7 @@ mouse-3: Toggle minor modes" (if active (setq face 'doom-modeline-urgent)) (doom-modeline-maybe-icon-octicon "alert" :face face)) (t - (if active (setq face 'doom-modeline-info)) + (if active (setq face 'font-lock-doc-face)) (doom-modeline-maybe-icon-octicon "git-branch" :face face