mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Enhance face: doom-modeline-debug-visual.
This commit is contained in:
parent
40a8abf0cc
commit
1c4711c719
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue