mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rename face: +modeline-bar -> +modeline-bar-active
It shared the name of a variable, which could be confusing.
This commit is contained in:
@ -50,7 +50,7 @@ side of the modeline, and whose CDR is the right-hand side.")
|
||||
;;
|
||||
;;; Faces
|
||||
|
||||
(defface +modeline-bar '((t (:inherit highlight)))
|
||||
(defface +modeline-bar-active '((t (:inherit highlight)))
|
||||
"Face used for left-most bar on the mode-line of an active window.")
|
||||
|
||||
(defface +modeline-bar-inactive '((t (:inherit mode-line-inactive)))
|
||||
@ -186,7 +186,7 @@ LHS and RHS will accept."
|
||||
(setq +modeline-bar
|
||||
(+modeline--make-xpm
|
||||
(and +modeline-bar-width
|
||||
(face-background '+modeline-bar nil t))
|
||||
(face-background '+modeline-bar-active nil t))
|
||||
width height)
|
||||
+modeline-inactive-bar
|
||||
(+modeline--make-xpm
|
||||
|
Reference in New Issue
Block a user