summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-01-08 18:19:08 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-01-08 18:19:08 +0100
commit3c4aeeef3a2dde9c48482f4594a4fedd8712976b (patch)
treeb1559f8135fb220c3915ba04eaedefc9d2423268 /.emacs.d
parent8fd6f637d3e38690fda7ecd539c7aba92aa0404d (diff)
downloaddotfiles-3c4aeeef3a2dde9c48482f4594a4fedd8712976b.tar.xz
Emphasize date in magit-log margin
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/eighters-theme.el1
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))))