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

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

[nongnu] elpa/subatomic-theme 408b7a8 26/58: Added faces for magit-blame


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme 408b7a8 26/58: Added faces for magit-blame (issue #3).
Date: Thu, 21 Oct 2021 18:11:15 -0400 (EDT)

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

    Added faces for magit-blame (issue #3).
---
 subatomic-theme.el | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index c32a17b..1369a15 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -466,6 +466,21 @@ The theme has to be reloaded after changing anything in 
this group."
    `(magit-whitespace-warning-face
      ((t (:inherit font-lock-warning))))
 
+   `(magit-blame-header
+     ((t (:background ,midnight-3))))
+
+   `(magit-blame-sha1
+     ((t (:foreground ,mystic-blue :background ,midnight-3))))
+
+   `(magit-blame-culprit
+     ((t (:foreground ,jungle-green :background ,midnight-3 :bold t))))
+
+   `(magit-blame-time
+     ((t (:foreground ,cold-mud :background ,midnight-3))))
+
+   `(magit-blame-subject
+     ((t (:foreground ,relaxed-white :background ,midnight-3 :bold t))))
+
    ;; compilation
 
    `(compilation-info



reply via email to

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