mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
Update default faces of evil.
This commit is contained in:
parent
b400368524
commit
a6f6f25877
1 changed files with 4 additions and 4 deletions
|
@ -449,17 +449,17 @@ It requires `circe' or `erc' package."
|
|||
:group 'doom-modeline-faces)
|
||||
|
||||
(defface doom-modeline-evil-emacs-state
|
||||
'((t (:inherit (doom-modeline-highlight bold))))
|
||||
'((t (:inherit (font-lock-builtin-face bold))))
|
||||
"Face for the Emacs state tag in evil state indicator."
|
||||
:group 'doom-modeline-faces)
|
||||
|
||||
(defface doom-modeline-evil-insert-state
|
||||
'((t (:inherit doom-modeline-urgent)))
|
||||
'((t (:inherit (font-lock-keyword-face bold))))
|
||||
"Face for the insert state tag in evil state indicator."
|
||||
:group 'doom-modeline-faces)
|
||||
|
||||
(defface doom-modeline-evil-motion-state
|
||||
'((t :inherit doom-modeline-buffer-file))
|
||||
'((t :inherit (font-lock-doc-face bold)))
|
||||
"Face for the motion state tag in evil state indicator."
|
||||
:group 'doom-modeline-faces)
|
||||
|
||||
|
@ -479,7 +479,7 @@ It requires `circe' or `erc' package."
|
|||
:group 'doom-modeline-faces)
|
||||
|
||||
(defface doom-modeline-evil-replace-state
|
||||
'((t (:inherit doom-modeline-buffer-modified)))
|
||||
'((t (:inherit doom-modeline-urgent)))
|
||||
"Face for the replace state tag in evil state indicator."
|
||||
:group 'doom-modeline-faces)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue