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

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

[nongnu] elpa/moe-theme 2e9508edb0 266/352: moe-light for Magit2.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 2e9508edb0 266/352: moe-light for Magit2.
Date: Fri, 7 Jan 2022 03:59:31 -0500 (EST)

branch: elpa/moe-theme
commit 2e9508edb05f8ac30ac6999bc015813f931b5378
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    moe-light for Magit2.
---
 moe-light-theme.el | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/moe-light-theme.el b/moe-light-theme.el
index 0e1da16c33..e6fa2cc2cf 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -389,7 +389,7 @@ Moe, moe, kyun!")
    `(magit-blame-heading ((,class (:foreground ,white-4 :background 
,yellow-00))))
    `(magit-blame-name ((,class (:foreground ,green-3 :background ,yellow-00))))
    `(magit-blame-summary ((,class (:foreground ,black-2 :background 
,yellow-00))))
-   `(magit-branch-current ((,class (:foreground ,white-0 :background ,orange-2 
:bold t))))
+   `(magit-branch-current ((,class (:foreground ,orange-4 :background 
,orange-00 :bold t :underline t))))
    `(magit-branch-local ((,class (:foreground ,green-4 :background ,green-00 
:bold t :underline t))))
    `(magit-branch-remote ((,class (:foreground ,blue-3 :background ,blue-0 
:bold t :underline t))))
    `(magit-cherry-equivalent ((,class (:foreground ,purple-2))))
@@ -399,20 +399,20 @@ Moe, moe, kyun!")
    `(magit-diff-base ((,class (:foreground ,yellow-4 :background nil))))
    `(magit-diff-base-highlight ((,class (:foreground ,yellow-4 :background 
,yellow-00))))
    `(magit-diff-conflict-heading ((,class (:foreground ,white-0 :background 
,orange-2))))
-   `(magit-diff-context ((,class (:foreground ,black-1 :background nil))))
-   `(magit-diff-context-highlight ((,class (:foreground ,black-3 :inherit 
(magit-section-highlight)))))
+   `(magit-diff-context ((,class (:foreground ,white-4 :background nil))))
+   `(magit-diff-context-highlight ((,class (:foreground ,black-1 :inherit 
(magit-section-highlight)))))
    `(magit-diff-file-heading ((,class (:foreground ,black-4 :bold t))))
    `(magit-diff-file-heading-highlight ((,class (:background ,green-00 :bold 
t))))
    `(magit-diff-file-heading-selection ((,class (:foreground ,white-0 
:background ,black-4 :bold t))))
    `(magit-diff-hunk-heading ((,class (:foreground ,white-4 :background 
,white-1 :bold t))))
-   `(magit-diff-hunk-heading-highlight ((,class (:foreground ,white-0 
:background ,black-3))))
+   `(magit-diff-hunk-heading-highlight ((,class (:foreground ,white-0 
:background ,black-1))))
    `(magit-diff-hunk-heading-selection ((,class (:foreground ,white-1 
:background ,black-4))))
    `(magit-diff-lines-boundary ((,class (:foreground ,black-5 :background 
,red-0))))
    `(magit-diff-lines-heading ((,class (:foreground ,black-5 :background 
,red-0))))
    `(magit-diff-our ((,class (:foreground ,magenta-3))))
    `(magit-diff-our-highlight ((,class (:foreground ,magenta-3 :background 
,magenta-00))))
-   `(magit-diff-removed ((,class (:foreground ,red-3 :background nil :bold 
t))))
-   `(magit-diff-removed-highlight ((,class (:foreground ,red-3 :bold t 
:inherit (magit-section-highlight)))))
+   `(magit-diff-removed ((,class (:foreground ,red-2 :background nil :bold 
t))))
+   `(magit-diff-removed-highlight ((,class (:foreground ,red-2 :bold t 
:inherit (magit-section-highlight)))))
    `(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))))
@@ -447,10 +447,16 @@ Moe, moe, kyun!")
    `(magit-reflog-rebase ((,class (:foreground ,cyan-6 :background ,cyan-2))))
    `(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-2 :background nil, 
:bold t))))
+   `(magit-section-heading ((,class (:foreground ,orange-3 :background nil 
:bold t :underline t))))
    `(magit-section-heading-selection ((,class (:background ,blue-0))))
    `(magit-section-highlight ((,class (:background ,yellow-00))))
-   `(magit-section-title ((,class (:foreground ,orange-3 :background ,LIGHT_BG 
:underline ,orange-3 :bold ,t))))
+   `(magit-sequence-done ((,class (:foreground ,green-3))))
+   `(magit-sequence-drop ((,class (:foreground ,orange-2))))
+   `(magit-sequence-head ((,class (:foreground ,blue-2))))
+   `(magit-sequence-onto ((,class (:foreground ,purple-2))))
+   `(magit-sequence-part ((,class (:foreground ,cyan-4))))
+   `(magit-sequence-pick ((,class (:foreground ,magenta-2))))
+   `(magit-sequence-stop ((,class (:foreground ,red-3))))
    `(magit-signature-bad ((,class (:foreground ,red-2))))
    `(magit-signature-good ((,class (:foreground ,green-3))))
    `(magit-signature-untrusted ((,class (:foreground ,yellow-3))))



reply via email to

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