diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-01-08 18:19:08 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-01-08 18:19:08 +0100 |
| commit | 3c4aeeef3a2dde9c48482f4594a4fedd8712976b (patch) | |
| tree | b1559f8135fb220c3915ba04eaedefc9d2423268 /.emacs.d | |
| parent | 8fd6f637d3e38690fda7ecd539c7aba92aa0404d (diff) | |
| download | dotfiles-3c4aeeef3a2dde9c48482f4594a4fedd8712976b.tar.xz | |
Emphasize date in magit-log margin
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/eighters-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 29c380d..aa26c5b 100644 --- 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)))) |
