From 4a4177714f34e953280053ba975ef32bb1c0246d Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 19 Jul 2019 00:03:52 +0800 Subject: [PATCH] Refactor face group. --- doom-modeline-core.el | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doom-modeline-core.el b/doom-modeline-core.el index 2a4532a..f5eb7c6 100644 --- a/doom-modeline-core.el +++ b/doom-modeline-core.el @@ -138,14 +138,6 @@ It returns a file name which can be used directly as argument of "A minimal and modern mode-line." :group 'mode-line) -(defface doom-modeline-persp-name - '((t (:inherit (font-lock-comment-face italic)))) - "Face for the replace state tag in evil state indicator.") - -(defface doom-modeline-persp-buffer-not-in-persp - '((t (:inherit (font-lock-doc-face bold italic)))) - "Face for the replace state tag in evil state indicator.") - (defcustom doom-modeline-height 25 "How tall the mode-line should be. It's only respected in GUI. If the actual char height is larger, it respects the actual char height." @@ -414,6 +406,16 @@ If the actual char height is larger, it respects the actual char height." "Face for the replace state tag in evil state indicator." :group 'doom-modeline-faces) +(defface doom-modeline-persp-name + '((t (:inherit (font-lock-comment-face italic)))) + "Face for the replace state tag in evil state indicator." + :group 'doom-modeline-faces) + +(defface doom-modeline-persp-buffer-not-in-persp + '((t (:inherit (font-lock-doc-face bold italic)))) + "Face for the replace state tag in evil state indicator." + :group 'doom-modeline-faces) + ;; ;; Externals