commit 2c12435dac3a2a7b06be8d9916f2a3055d0d153f
parent 5bbe6ac0b913b82125452ec5e5b306d8b01621ea
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 25 Mar 2014 19:04:53 +0100
quick fix for magit diffs.
Lets hope this does not break anything else.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -575,9 +575,9 @@ customize the resulting theme."
`(custom-state ((,class (:foreground ,green))))
;; diff
- `(diff-added ((,class (:foreground ,green :background ,base03))))
- `(diff-changed ((,class (:foreground ,blue :background ,base03))))
- `(diff-removed ((,class (:foreground ,red :background ,base03))))
+ `(diff-added ((,class (:foreground ,green :background nil))))
+ `(diff-changed ((,class (:foreground ,blue :background nil))))
+ `(diff-removed ((,class (:foreground ,red :background nil))))
`(diff-header ((,class (:background ,base03))))
`(diff-file-header
((,class (:background ,base03 :foreground ,base0 :weight bold))))