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

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

[nongnu] elpa/moe-theme b42b3b4bf7 265/352: More improvements for Magit


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme b42b3b4bf7 265/352: More improvements for Magit 2
Date: Fri, 7 Jan 2022 03:59:31 -0500 (EST)

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

    More improvements for Magit 2
---
 moe-light-theme.el | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/moe-light-theme.el b/moe-light-theme.el
index 6e319602b4..0e1da16c33 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -395,16 +395,16 @@ Moe, moe, kyun!")
    `(magit-cherry-equivalent ((,class (:foreground ,purple-2))))
    `(magit-cherry-unmatched ((,class (:foreground ,cyan-4))))
    `(magit-diff-added ((,class (:foreground ,green-3 :background nil :bold 
t))))
-   `(magit-diff-added-highlight ((,class (:foreground ,green-3 :background 
,green-00 :bold t))))
+   `(magit-diff-added-highlight ((,class (:foreground ,green-3 :bold t 
:inherit (magit-section-highlight)))))
    `(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-4 :background nil))))
-   `(magit-diff-context-highlight ((,class (:foreground ,black-4 :background 
,white-1))))
-   `(magit-diff-file-heading ((,class (:foreground ,black-6 :background 
,white-3 :bold t))))
-   `(magit-diff-file-heading-highlight ((,class (:foreground ,white-0 
:background ,black-3 :bold t))))
+   `(magit-diff-context ((,class (:foreground ,black-1 :background nil))))
+   `(magit-diff-context-highlight ((,class (:foreground ,black-3 :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 ,black-3 :background 
,white-2 :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-selection ((,class (:foreground ,white-1 
:background ,black-4))))
    `(magit-diff-lines-boundary ((,class (:foreground ,black-5 :background 
,red-0))))
@@ -412,7 +412,7 @@ Moe, moe, kyun!")
    `(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 :background 
,red-00 :bold t))))
+   `(magit-diff-removed-highlight ((,class (:foreground ,red-3 :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))))
@@ -436,14 +436,9 @@ Moe, moe, kyun!")
    `(magit-log-head-label-tags ((,class (:foreground ,yellow-4 :background 
,yellow-00 :bold t :underline t))))
    `(magit-log-head-label-wip ((,class (:foreground ,black-2 :background 
,white-2 :bold t :underline t))))
    `(magit-log-message ((,class (:foreground ,black-5 :background nil))))
-   `(magit-popup-argument ((,class (:foreground ,)))) ;
-   `(magit-popup-disabled-argument ((,class (:foreground ,)))) ;
-   `(magit-popup-heading ((,class (:foreground ,)))) ;
-   `(magit-popup-key ((,class (:foreground ,)))) ;
-   `(magit-popup-option-value ((,class (:foreground ,)))) ;
    `(magit-process-ng ((,class (:foreground ,red-3 :background ,red-00 
:underline t))))
    `(magit-process-ok ((,class (:foreground ,green-3 :background ,green-00 
:underline t))))
-   `(magit-reflog-amend ((,class (:foreground ,magenta-3 :background 
,magenta-0))))
+   `(magit-reflog-amend ((,class (:foreground ,magenta-3 :background 
,magenta-00))))
    `(magit-reflog-checkout ((,class (:foreground ,green-3 :background 
,green-00))))
    `(magit-reflog-cherry-pick ((,class (:foreground ,orange-4 :background 
,orange-00))))
    `(magit-reflog-commit ((,class (:foreground ,yellow-4 :background 
,yellow-0))))
@@ -454,7 +449,7 @@ Moe, moe, kyun!")
    `(magit-reflog-reset ((,class (:foreground ,red-3 :background ,red-00))))
    `(magit-section-heading ((,class (:foreground ,orange-2 :background nil, 
:bold t))))
    `(magit-section-heading-selection ((,class (:background ,blue-0))))
-   `(magit-section-highlight ((,class (:background ,white-1))))
+   `(magit-section-highlight ((,class (:background ,yellow-00))))
    `(magit-section-title ((,class (:foreground ,orange-3 :background ,LIGHT_BG 
:underline ,orange-3 :bold ,t))))
    `(magit-signature-bad ((,class (:foreground ,red-2))))
    `(magit-signature-good ((,class (:foreground ,green-3))))



reply via email to

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