mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Refactor face group.
This commit is contained in:
parent
01cff7701b
commit
4a4177714f
1 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue