branch: elpa/spacemacs-theme
commit 5711073b1cec5167cb840a7ab2eb79e0a65b1526
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix magit blame (new faces for the new magit)
---
spacemacs-common.el | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index d6e4ce5034..3a2df3b532 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -303,11 +303,16 @@
`(linum ((,class (:foreground ,str :background ,bg2))))
;;;;; magit
- `(magit-blame-culprit ((,class :background ,bg3 :foreground ,str)))
- `(magit-blame-header ((,class :background ,bg3 :foreground ,key1)))
- `(magit-blame-sha1 ((,class :background ,bg3 :foreground ,func)))
- `(magit-blame-subject ((,class :background ,bg3 :foreground ,base)))
- `(magit-blame-time ((,class :background ,bg3 :foreground ,key1)))
+ `(magit-blame-culprit ((,class :background ,org-h4-bg :foreground
,yellow)))
+ `(magit-blame-header ((,class :background ,org-h4-bg :foreground
,green)))
+ `(magit-blame-sha1 ((,class :background ,org-h4-bg :foreground ,fun)))
+ `(magit-blame-subject ((,class :background ,org-h4-bg :foreground
,yellow)))
+ `(magit-blame-time ((,class :background ,org-h4-bg :foreground
,green)))
+ `(magit-blame-name ((,class :background ,org-h4-bg :foreground
,yellow)))
+ `(magit-blame-heading ((,class :background ,org-h4-bg :foreground
,green)))
+ `(magit-blame-hash ((,class :background ,org-h4-bg :foreground ,func)))
+ `(magit-blame-summary ((,class :background ,org-h4-bg :foreground
,yellow)))
+ `(magit-blame-date ((,class :background ,org-h4-bg :foreground
,green)))
`(magit-branch ((,class (:foreground ,const :weight bold))))
`(magit-diff-context-highlight ((,class (:background ,bg3 :foreground
,base))))
`(magit-diff-file-header ((,class (:background nil :foreground ,str))))