Update face: doom-modeline-debug.

This commit is contained in:
Vincent Zhang 2019-10-22 22:26:19 +08:00
parent ce2cee661c
commit 3b956e5d85

View file

@ -359,23 +359,23 @@ Specify another one if you encounter the issue."
:group 'doom-modeline-faces) :group 'doom-modeline-faces)
(defface doom-modeline-debug (defface doom-modeline-debug
'((t (:inherit font-lock-doc-face))) '((t (:inherit (font-lock-doc-face bold))))
"Face for debug-level messages in the modeline. Used by `*flycheck'." "Face for debug-level messages in the modeline. Used by `*checker'."
:group 'doom-modeline-faces) :group 'doom-modeline-faces)
(defface doom-modeline-info (defface doom-modeline-info
'((t (:inherit (success bold)))) '((t (:inherit (success bold))))
"Face for info-level messages in the modeline. Used by `*vc'." "Face for info-level messages in the modeline. Used by `*vc' and `*chcker'."
:group 'doom-modeline-faces) :group 'doom-modeline-faces)
(defface doom-modeline-warning (defface doom-modeline-warning
'((t (:inherit (warning bold)))) '((t (:inherit (warning bold))))
"Face for warnings in the modeline. Used by `*flycheck'." "Face for warnings in the modeline. Used by `*checker'."
:group 'doom-modeline-faces) :group 'doom-modeline-faces)
(defface doom-modeline-urgent (defface doom-modeline-urgent
'((t (:inherit (error bold)))) '((t (:inherit (error bold))))
"Face for errors in the modeline. Used by `*flycheck'." "Face for errors in the modeline. Used by `*checker'."
:group 'doom-modeline-faces) :group 'doom-modeline-faces)
(defface doom-modeline-unread-number (defface doom-modeline-unread-number