From ece9ce3600798a7b94afd24584ce04706f0a4241 Mon Sep 17 00:00:00 2001 From: vjoki Date: Mon, 22 Apr 2019 13:22:40 +0300 Subject: [PATCH] Add face for doc-face. --- doom-modeline-core.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doom-modeline-core.el b/doom-modeline-core.el index db7dbce..e625277 100644 --- a/doom-modeline-core.el +++ b/doom-modeline-core.el @@ -216,6 +216,10 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el "Face for 'X out of Y' segments, such as `anzu', `evil-substitute' and`iedit', etc.") +(defface doom-modeline-debug + `((t (:inherit font-lock-doc-face))) + "Face for debug-level messages in the modeline. Used by `*flycheck'.") + (defface doom-modeline-info `((t (:inherit (success bold)))) "Face for info-level messages in the modeline. Used by `*vc'.")