mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Fix: don't use doom-modeline-error which is defined in doom-themes.
This commit is contained in:
parent
bc06fadfc7
commit
dcb106fb5f
1 changed files with 11 additions and 11 deletions
|
@ -206,7 +206,7 @@ active.")
|
||||||
(defface doom-modeline-evil-visual-state'((t (:inherit doom-modeline-buffer-file)))
|
(defface doom-modeline-evil-visual-state'((t (:inherit doom-modeline-buffer-file)))
|
||||||
"Face for the visual state tag in evil state indicator.")
|
"Face for the visual state tag in evil state indicator.")
|
||||||
|
|
||||||
(defface doom-modeline-evil-replace-state'((t (:inherit doom-modeline-error)))
|
(defface doom-modeline-evil-replace-state'((t (:inherit doom-modeline-buffer-modified)))
|
||||||
"Face for the replace state tag in evil state indicator.")
|
"Face for the replace state tag in evil state indicator.")
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue