branch: elpa/moe-theme commit b7960f079e6f2b82468b4ca2afd4edf8bbdb6fdb Author: ono ono <azazabc...@gmail.com> Commit: ono ono <azazabc...@gmail.com>
Fix magit-section-highlight --- moe-dark-theme.el | 2 +- moe-light-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moe-dark-theme.el b/moe-dark-theme.el index dcc9165dad..1c4c1a4cfd 100644 --- a/moe-dark-theme.el +++ b/moe-dark-theme.el @@ -504,7 +504,7 @@ Moe, moe, kyun!") `(magit-reflog-reset ((,class (:foreground ,red-3 :background ,red-00)))) `(magit-section-heading ((,class (:foreground ,orange-3 :background nil :bold t :underline t)))) `(magit-section-heading-selection ((,class (:foreground ,white-0 :background ,blue-3)))) - `(magit-section-highlight ((,class (:background ,black-3)))) + `(magit-section-highlight ((,class (:background ,black-3 :foreground ,white-0)))) `(magit-sequence-done ((,class (:foreground ,green-3)))) `(magit-sequence-drop ((,class (:foreground ,orange-2)))) `(magit-sequence-head ((,class (:foreground ,blue-2)))) diff --git a/moe-light-theme.el b/moe-light-theme.el index 0c1deb902a..1d6860c0d0 100644 --- a/moe-light-theme.el +++ b/moe-light-theme.el @@ -503,7 +503,7 @@ Moe, moe, kyun!") `(magit-reflog-reset ((,class (:foreground ,red-3 :background ,red-00)))) `(magit-section-heading ((,class (:foreground ,orange-3 :background nil :bold t :underline t)))) `(magit-section-heading-selection ((,class (:foreground ,black-6 :background ,blue-0)))) - `(magit-section-highlight ((,class (:background ,yellow-00)))) + `(magit-section-highlight ((,class (:background ,yellow-0, :foreground ,black-5)))) `(magit-sequence-done ((,class (:foreground ,green-3)))) `(magit-sequence-drop ((,class (:foreground ,orange-2)))) `(magit-sequence-head ((,class (:foreground ,blue-2))))