branch: elpa/moe-theme commit 137ce9dbde3af127fec8cced5c6e8ad74db9d46f Author: ono ono <azazabc...@gmail.com> Commit: ono ono <azazabc...@gmail.com>
Use yellow on magit-diff-revision-summary, magit-diff-revision-summary-highlight --- moe-dark-theme.el | 4 ++-- moe-light-theme.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/moe-dark-theme.el b/moe-dark-theme.el index 166816d773..b561209c5a 100644 --- a/moe-dark-theme.el +++ b/moe-dark-theme.el @@ -481,8 +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-revision-summary ((,class (:foreground ,yellow-00 :bold t)))) + `(magit-diff-revision-summary-highlight ((,class (:foreground ,yellow-00 :background ,yellow-4 :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 e9171c65e6..443eb52e48 100644 --- a/moe-light-theme.el +++ b/moe-light-theme.el @@ -480,7 +480,7 @@ 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 ((,class (:foreground ,yellow-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))))