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