From a989c9397122de3d67bd771d2b0f6467a9faba51 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 9 Dec 2018 14:30:47 +0800 Subject: [PATCH] Make vcs more obvious. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index 278cce1..2eba58e 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -942,7 +942,7 @@ mouse-3: Toggle minor modes" (if active (setq face 'doom-modeline-urgent)) (doom-modeline-icon-octicon "alert" :face face)) (t - (if active (setq face 'font-lock-doc-face)) + (if active (setq face 'doom-modeline-info)) (doom-modeline-icon-octicon "git-branch" :face face