From c48459b7c868b410b5c9a5109214ae7a6361cf12 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 14 Aug 2018 01:13:09 +0800 Subject: [PATCH] Improve vcs faces on mode-line. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index b220a45..487d272 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -669,7 +669,7 @@ directory, the file name, and its state (modified, read-only or non-existent)." (if active (setq face 'doom-modeline-urgent)) (doom-modeline-maybe-icon-octicon "alert" :face face)) (t - (if active (setq face 'font-lock-doc-face)) + (if active (setq face 'doom-modeline-info)) (doom-modeline-maybe-icon-octicon "git-branch" :face face