Refactor face group.

This commit is contained in:
Vincent Zhang 2019-07-19 00:03:52 +08:00
parent 01cff7701b
commit 4a4177714f

View file

@ -138,14 +138,6 @@ It returns a file name which can be used directly as argument of
"A minimal and modern mode-line." "A minimal and modern mode-line."
:group '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 (defcustom doom-modeline-height 25
"How tall the mode-line should be. It's only respected in GUI. "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." 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." "Face for the replace state tag in evil state indicator."
:group 'doom-modeline-faces) :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 ;; Externals