I would like to know if there is a way to alter the way Magit highlight the current checked out branch on the magit-log. git log --decorate will show the HEAD at the checked out commit and Magit show an @ when checking out a commit (with no branch), but, when a branch is checked out, the branch name is enclosed in a rectangle as shown below:
However, when running emacs from a terminal, the same checked out branch will appear as:
As you can see, it is not possible to identify the current checked out branch from.
I tried to customize-face but this did not work...
Thank you for the help, Lorenzo


Customize
magit-branch-currentso that it differs frommagit-branch-local. The difference obviously has to involve a property which actually has an effect in a terminal, such as the foreground color.