branch: elpa/moe-theme
commit 5fa1df85b2b9ae78a930ff95709234f997cfc2be
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Issue #57 fixed.
---
moe-dark-theme.el | 6 +++---
moe-light-theme.el | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 66b5d17203..37f295c721 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -478,9 +478,9 @@ Moe, moe, kyun!")
`(diff-indicator-changed ((,class (:foreground ,white-0 :background
,yellow-3 :bold t))))
`(diff-indicator-removed ((,class (:foreground ,white-0 :background ,red-3
:bold t))))
`(diff-nonexistent ((,class (:foreground ,white-0 :background ,red-3 :bold
t))))
- `(diff-refine-added ((,class (:foreground ,green-2))))
- `(diff-refine-change ((,class (:foreground ,yellow-3 :bold t))))
- `(diff-refine-removed ((,class (:foreground ,red-2 :bold t))))
+ `(diff-refine-added ((,class (:foreground ,white-0 :background ,green-4
:bold t))))
+ `(diff-refine-change ((,class (:foreground ,white-0 :background ,yellow-4
:bold t))))
+ `(diff-refine-removed ((,class (:foreground ,white-0 :background ,red-3
:bold t))))
`(diff-removed ((,class (:foreground ,red-0 :background ,black-4 :bold t))))
;; Ediff
diff --git a/moe-light-theme.el b/moe-light-theme.el
index b2f9fa457c..d12c96fecc 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -475,9 +475,9 @@ Moe, moe, kyun!")
`(diff-indicator-changed ((,class (:foreground ,white-0 :background
,yellow-3 :bold t))))
`(diff-indicator-removed ((,class (:foreground ,white-0 :background ,red-3
:bold t))))
`(diff-nonexistent ((,class (:foreground ,white-0 :background ,red-3 :bold
t))))
- `(diff-refine-added ((,class (:foreground ,green-3))))
- `(diff-refine-change ((,class (:foreground ,yellow-3 :bold t))))
- `(diff-refine-removed ((,class (:foreground ,red-3 :bold t))))
+ `(diff-refine-added ((,class (:foreground ,white-0 :background ,green-3
:bold t))))
+ `(diff-refine-change ((,class (:foreground ,white-0 :background ,yellow-3
:bold t))))
+ `(diff-refine-removed ((,class (:foreground ,white-0 :background ,red-3
:bold t))))
`(diff-removed ((,class (:foreground ,red-3 :background ,red-00 :bold t))))
;; Ediff