branch: elpa/moe-theme
commit fe1057858e7d2acd885ac7611e731acbd5e57c0e
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Fix wrong appearance in Magit diff-add/del.
---
moe-dark-theme.el | 4 ++--
moe-light-theme.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 470b8e1d22..8be4764a3b 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -297,8 +297,8 @@ Moe, moe, kyun!")
;; Magit
`(magit-branch ((,class (:foreground ,blue-2 :background ,white-0
:underline ,blue-2 :bold t))))
- `(magit-diff-add ((,class (:foreground ,green-0 :background ,black-5 :bold
t))))
- `(magit-diff-del ((,class (:foreground ,red-1 :background ,black-5 :bold
t))))
+ `(magit-diff-add ((,class (:foreground ,green-0 :background nil :bold t))))
+ `(magit-diff-del ((,class (:foreground ,red-1 :background nil :bold t))))
`(magit-diff-file-header ((,class (:foreground ,white-0 :background
,black-2 :bold t))))
`(magit-diff-hunk-header ((,class (:foreground ,white-2 :background
,black-2-5 :bold t))))
`(magit-diff-merge-current ((,class (:foreground ,purple-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 489fe01ec2..13f2d46af5 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -296,8 +296,8 @@ Moe, moe, kyun!")
;; Magit
`(magit-branch ((,class (:foreground ,blue-2 :background ,blue-0 :bold t))))
- `(magit-diff-add ((,class (:foreground ,green-3 :background ,LIGHT_BG :bold
t))))
- `(magit-diff-del ((,class (:foreground ,red-2 :background ,LIGHT_BG :bold
t))))
+ `(magit-diff-add ((,class (:foreground ,green-3 :background nil :bold t))))
+ `(magit-diff-del ((,class (:foreground ,red-2 :background nil :bold t))))
`(magit-diff-file-header ((,class (:foreground ,black-4 :background
,white-3 :bold t))))
`(magit-diff-hunk-header ((,class (:foreground ,black-2 :background
,white-1 :bold t))))
`(magit-diff-merge-current ((,class (:foreground ,purple-1))))