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

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

[nongnu] elpa/moe-theme b7960f079e: Fix magit-section-highlight


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme b7960f079e: Fix magit-section-highlight
Date: Sun, 6 Nov 2022 22:59:08 -0500 (EST)

branch: elpa/moe-theme
commit b7960f079e6f2b82468b4ca2afd4edf8bbdb6fdb
Author: ono ono <azazabc123@gmail.com>
Commit: ono ono <azazabc123@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))))



reply via email to

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