branch: elpa/moe-theme
commit c7af33b89c2ffac65c1d381da8e0b41f78b0d3d7
Author: ono ono <azazabc...@gmail.com>
Commit: ono ono <azazabc...@gmail.com>

    Add magit-diff-revision-summary, magit-diff-revision-summary-highlight
---
 moe-dark-theme.el  | 2 ++
 moe-light-theme.el | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 64ff0e6972..166816d773 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -481,6 +481,8 @@ Moe, moe, kyun!")
    `(magit-diff-our-highlight ((,class (:foreground ,magenta-3 :background 
,magenta-00))))
    `(magit-diff-removed ((,class (:foreground ,red-0 :background unspecified 
:bold t))))
    `(magit-diff-removed-highlight ((,class (:foreground ,red-0 :bold t 
:inherit (magit-section-highlight)))))
+   `(magit-diff-revision-summary ((,class (:foreground ,white-0 :bold t))))
+   `(magit-diff-revision-summary-highlight ((,class (:foreground ,white-0 
:background ,blue-3 :bold t))))
    `(magit-diff-their ((,class (:foreground ,cyan-4)))) ;
    `(magit-diff-their-highlight ((,class (:foreground ,cyan-6 :background 
,cyan-1))))
    `(magit-diff-whitespace-warning ((,class (:foreground ,red-3 :background 
,red-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 7be9e60342..e9171c65e6 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -480,6 +480,8 @@ Moe, moe, kyun!")
    `(magit-diff-our-highlight ((,class (:foreground ,magenta-3 :background 
,magenta-00))))
    `(magit-diff-removed ((,class (:foreground ,red-2 :background unspecified 
:bold t))))
    `(magit-diff-removed-highlight ((,class (:foreground ,red-2 :bold t 
:inherit (magit-section-highlight)))))
+   `(magit-diff-revision-summary ((,class (:foreground ,black-4 :bold t))))
+   `(magit-diff-revision-summary-highlight ((,class (:foreground ,yellow-4 
:background ,yellow-1 :bold t))))
    `(magit-diff-their ((,class (:foreground ,cyan-4)))) ;
    `(magit-diff-their-highlight ((,class (:foreground ,cyan-6 :background 
,cyan-1))))
    `(magit-diff-whitespace-warning ((,class (:foreground ,red-3 :background 
,red-3))))

Reply via email to