From 13d0c0bd21fe50561502e95457af0887ebc639e2 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Wed, 30 Jan 2019 16:22:19 +0800 Subject: [PATCH] Update face: doom-modeline-unread-number. --- doom-modeline-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline-core.el b/doom-modeline-core.el index 947fce6..47798a9 100644 --- a/doom-modeline-core.el +++ b/doom-modeline-core.el @@ -185,7 +185,7 @@ The icons may not be showed correctly in terminal and on Windows.") "Face for errors in the modeline. Used by `*flycheck'") (defface doom-modeline-unread-number - `((t (:inherit (italic)))) + `((t (:inherit italic))) "Face for unread number in the modeline. Used by `github', `mu4e', etc.") (defface doom-modeline-bar '((t (:inherit highlight)))