branch: elpa/subatomic-theme
commit 408b7a8f6d78cd335b4616b0b2aa0ad4872fac2d
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>

    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