mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-06 01:31:41 -05:00
Update face: doom-modeline-debug.
This commit is contained in:
parent
ce2cee661c
commit
3b956e5d85
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue