branch: elpa/spacemacs-theme
commit 3a088f3a110729ba646e1b9dc505c05db60da9fb
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Tweak magit diff
---
 spacemacs-common.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 551a3664b9..1fea081a23 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -373,9 +373,13 @@
      `(magit-branch-current ((,class (:background ,org-h1-bg :foreground ,inf 
:weight bold :box t))))
      `(magit-branch-local ((,class (:background ,org-h1-bg :foreground ,inf 
:weight bold))))
      `(magit-branch-remote ((,class (:background ,org-h2-bg :foreground ,str 
:weight bold))))
-     `(magit-diff-context-highlight ((,class (:background ,bg3 :foreground 
,base))))
-     `(magit-diff-file-header ((,class (:background nil :foreground ,str))))
-     `(magit-diff-hunk-header ((,class (:background nil :foreground 
,builtin))))
+     `(magit-diff-context-highlight ((,class (:background ,bg2 :foreground 
,base))))
+     `(magit-diff-file-header ((,class (:background ,comment-bg :foreground 
,comment))))
+     `(magit-diff-file-heading ((,class (:background ,comment-bg :foreground 
,comment))))
+     `(magit-diff-file-heading-highlight ((,class (:background ,comment-bg 
:foreground ,comment))))
+     `(magit-diff-hunk-header ((,class (:background ,ttip-bg :foreground 
,ttip))))
+     `(magit-diff-hunk-heading ((,class (:background ,ttip-bg :foreground 
,ttip))))
+     `(magit-diff-hunk-heading-highlight ((,class (:background ,ttip-bg 
:foreground ,ttip))))
      `(magit-hash ((,class (:foreground ,var))))
      `(magit-hunk-heading           ((,class (:background ,bg3))))
      `(magit-hunk-heading-highlight ((,class (:background ,bg3))))

Reply via email to