emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/moe-theme 4c2b510809 337/352: Fix unclear face of magit-se


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 4c2b510809 337/352: Fix unclear face of magit-section-heading-selection
Date: Fri, 7 Jan 2022 04:00:03 -0500 (EST)

branch: elpa/moe-theme
commit 4c2b510809f322f2cc7ab91a037fa10c39265d2e
Author: ono ono <azazabc123@gmail.com>
Commit: ono ono <azazabc123@gmail.com>

    Fix unclear face of magit-section-heading-selection
---
 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 1412af820b..f6593c2a05 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -482,7 +482,7 @@ Moe, moe, kyun!")
    `(magit-reflog-remote ((,class (:foreground ,blue-4 :background ,blue-0))))
    `(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 (:background ,blue-0))))
+   `(magit-section-heading-selection ((,class (:foreground ,white-0 
:background ,blue-3))))
    `(magit-section-highlight ((,class (:background ,black-3))))
    `(magit-sequence-done ((,class (:foreground ,green-3))))
    `(magit-sequence-drop ((,class (:foreground ,orange-2))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index fee6439bc4..1995716bdc 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -481,7 +481,7 @@ Moe, moe, kyun!")
    `(magit-reflog-remote ((,class (:foreground ,blue-4 :background ,blue-0))))
    `(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 (:background ,blue-0))))
+   `(magit-section-heading-selection ((,class (:foreground ,black-6 
:background ,blue-0))))
    `(magit-section-highlight ((,class (:background ,yellow-00))))
    `(magit-sequence-done ((,class (:foreground ,green-3))))
    `(magit-sequence-drop ((,class (:foreground ,orange-2))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]