Rename face: +modeline-bar -> +modeline-bar-active
It shared the name of a variable, which could be confusing.
This commit is contained in:
parent
29773baa55
commit
d0380c42e7
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ side of the modeline, and whose CDR is the right-hand side.")
|
||||||
;;
|
;;
|
||||||
;;; Faces
|
;;; 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.")
|
"Face used for left-most bar on the mode-line of an active window.")
|
||||||
|
|
||||||
(defface +modeline-bar-inactive '((t (:inherit mode-line-inactive)))
|
(defface +modeline-bar-inactive '((t (:inherit mode-line-inactive)))
|
||||||
|
@ -186,7 +186,7 @@ LHS and RHS will accept."
|
||||||
(setq +modeline-bar
|
(setq +modeline-bar
|
||||||
(+modeline--make-xpm
|
(+modeline--make-xpm
|
||||||
(and +modeline-bar-width
|
(and +modeline-bar-width
|
||||||
(face-background '+modeline-bar nil t))
|
(face-background '+modeline-bar-active nil t))
|
||||||
width height)
|
width height)
|
||||||
+modeline-inactive-bar
|
+modeline-inactive-bar
|
||||||
(+modeline--make-xpm
|
(+modeline--make-xpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue