branch: elpa/subatomic-theme
commit 7f88c1e041e026b4fc271e146bb13e81a8a79682
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>
Minor modifications to magit-log faces.
---
subatomic-theme.el | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/subatomic-theme.el b/subatomic-theme.el
index 9fb92ae..6c13add 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -443,6 +443,9 @@ The theme has to be reloaded after changing anything in
this group."
`(magit-log-graph
((t (:foreground ,victory-blue))))
+ `(magit-log-head-label-head
+ ((t (:foreground ,cold-mud :weight bold))))
+
`(magit-log-head-label-bisect-bad
((t (:foreground ,brick-red))))
@@ -459,7 +462,7 @@ The theme has to be reloaded after changing anything in
this group."
((t (:inherit magit-log-head-label-default))))
`(magit-log-head-label-remote
- ((t (:inherit magit-log-head-label-default))))
+ ((t (:inherit magit-log-head-label-default :foreground ,deep-gold))))
`(magit-log-head-label-tags
((t (:inherit magit-log-head-label-default))))
@@ -468,7 +471,13 @@ The theme has to be reloaded after changing anything in
this group."
((t (:inherit default))))
`(magit-log-sha1
- ((t (:foreground ,deep-gold))))
+ ((t (:foreground ,victory-blue :weight bold))))
+
+ `(magit-log-author
+ ((t (:foreground ,jungle-green :weight normal))))
+
+ `(magit-log-date
+ ((t (:inherit font-lock-comment-face :weight normal))))
`(magit-section-title
((t (:inherit header-line))))