Enhance face: doom-modeline-debug-visual.

This commit is contained in:
Vincent Zhang 2020-07-04 18:56:35 +08:00
parent 40a8abf0cc
commit 1c4711c719

View file

@ -514,7 +514,10 @@ It requires `circe' or `erc' package."
:group 'doom-modeline-faces)
(defface doom-modeline-debug-visual
`((t (:background ,(face-foreground 'all-the-icons-orange))))
`((((class color) (background light))
(:background ,(face-foreground 'all-the-icons-orange)))
(((class color) (background dark))
(:background ,(face-foreground 'all-the-icons-dorange))))
"Face to use for the mode-line while debugging."
:group 'doom-modeline)