branch: elpa/git-commit commit 5a8bbe1a8a296ed8edb416c310693f29b8edd953 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-branch-upstream: Inherit from warning face --- lisp/magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit.el b/lisp/magit.el index c3dc590..9223f54 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -134,7 +134,7 @@ and/or `magit-branch-remote-head'." :group 'magit-faces) (defface magit-branch-warning - '((t :inherit font-lock-warning-face)) + '((t :inherit warning)) "Face for warning about (missing) branch." :group 'magit-faces)