solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit a717041bfc2bcf8d518f4ea8d19c8ece1823185e
parent e281635dbaecb1715805a604f3404e7143a19356
Author: Jonas Bernoulli <jonas@bernoul.li>
Date:   Sun,  8 Aug 2021 17:13:37 +0200

Don't theme magit-branch-current explicitly

Due to the upstream definition inheriting from `magit-branch-local'
it is unnecessary to redefine this face when the `:box' attribute
is supported.  And when that is not supported (on a terminal), then
not overriding the definition means that the upstream fallback for
this situation is automatically used.

Diffstat:
Msolarized-faces.el | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1151,7 +1151,6 @@ `(magit-tag ((t (:foreground ,cyan :weight bold)))) `(magit-branch-remote ((t (:foreground ,green :weight bold)))) `(magit-branch-local ((t (:foreground ,blue :weight bold)))) - `(magit-branch-current ((t (:foreground ,blue :weight bold :box t)))) `(magit-head ((t (:foreground ,blue :weight bold)))) `(magit-refname ((t (:background ,base02 :foreground ,base01 :weight bold)))) `(magit-refname-stash ((t (:background ,base02 :foreground ,base01 :weight bold))))