From cd07d77c9f5639896e8bffe34a467641c208ac0d Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 30 Sep 2018 00:23:07 +0800 Subject: [PATCH] Update faces of windown numbers. --- doom-modeline.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doom-modeline.el b/doom-modeline.el index c52fecb..3b97cf7 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -964,8 +964,7 @@ with `evil-ex-substitute', and/or 4. The number of active `iedit' regions." (if (< 0 (length num)) (propertize (format " %s " num) 'face (if (doom-modeline--active) - `(:inherit doom-modeline-bar :foreground ,(face-background 'default)) - 'doom-modeline-inactive-bar)) + 'doom-modeline-buffer-file)) "")))