mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * lisp/faces.el (mode-line-highlight): Fix colors of the box (bug#80441).
This commit is contained in:
parent
a9d92bfa11
commit
80c0beef45
|
|
@ -2760,7 +2760,7 @@ This inherits from the `mode-line' face."
|
|||
:box (:line-width 2 :color "grey40" :style released-button))
|
||||
(((supports :box t) (class color grayscale) (min-colors 88)
|
||||
(background dark))
|
||||
:box (:line-width 2 :color "grey60" :style released-button))
|
||||
:box (:line-width 2 :color "grey80" :style released-button))
|
||||
(t
|
||||
:inherit highlight))
|
||||
"Basic mode line face for highlighting."
|
||||
|
|
|
|||
Loading…
Reference in a new issue