dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 3c4aeeef3a2dde9c48482f4594a4fedd8712976b
parent 8fd6f637d3e38690fda7ecd539c7aba92aa0404d
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun,  8 Jan 2023 18:19:08 +0100

Emphasize date in magit-log margin

Diffstat:
M.emacs.d/eighters-theme.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el @@ -245,6 +245,7 @@ `(magit-branch-local ((t (:foreground ,fg-blue)))) `(magit-branch-remote ((t (:foreground ,fg-green-dim)))) `(magit-branch-remote-head ((t (:inverse-video t :inherit magit-branch-remote)))) + `(magit-log-date ((t (:foreground ,fg-magenta)))) `(magit-hash ((t (:inherit shadow)))) `(magit-log-author ((t (:foreground ,fg-red-dim)))) `(magit-log-graph ((t (:inherit eighters-markup))))