mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Add face for doc-face.
This commit is contained in:
parent
b487061eea
commit
ece9ce3600
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,10 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el
|
|||
"Face for 'X out of Y' segments, such as `anzu', `evil-substitute'
|
||||
and`iedit', etc.")
|
||||
|
||||
(defface doom-modeline-debug
|
||||
`((t (:inherit font-lock-doc-face)))
|
||||
"Face for debug-level messages in the modeline. Used by `*flycheck'.")
|
||||
|
||||
(defface doom-modeline-info
|
||||
`((t (:inherit (success bold))))
|
||||
"Face for info-level messages in the modeline. Used by `*vc'.")
|
||||
|
|
Loading…
Reference in a new issue