emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/subatomic-theme 7f88c1e 36/58: Minor modifications to magi


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme 7f88c1e 36/58: Minor modifications to magit-log faces.
Date: Thu, 21 Oct 2021 18:11:17 -0400 (EDT)

branch: elpa/subatomic-theme
commit 7f88c1e041e026b4fc271e146bb13e81a8a79682
Author: John Olsson <john@cryon.se>
Commit: John Olsson <john@cryon.se>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]