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

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

[nongnu] elpa/moe-theme 84f3ae3480 143/352: Some small modifications on


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 84f3ae3480 143/352: Some small modifications on magit log labels.
Date: Fri, 7 Jan 2022 03:59:15 -0500 (EST)

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

    Some small modifications on magit log labels.
---
 moe-dark-theme.el  | 8 ++++----
 moe-light-theme.el | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 05e3165fdf..361eebd2c4 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -351,14 +351,14 @@ Moe, moe, kyun!")
    `(magit-log-author-date-cutoff ((,class (:foreground ,red-1 :bold t))))
    `(magit-log-date ((,class (:foreground ,white-1 :background ,black-3))))
    `(magit-log-graph ((,class (:foreground ,white-2 :background ,black-3))))
-   `(magit-log-head-label-bisect-bad ((,class (:foreground ,white-0 
:background ,red-3))))
-   `(magit-log-head-label-bisect-good ((,class (:foreground ,black-3 
:background ,green-0))))
+   `(magit-log-head-label-bisect-bad ((,class (:foreground ,red-3 :background 
,red-00))))
+   `(magit-log-head-label-bisect-good ((,class (:foreground ,green-4 
:background ,green-0))))
    `(magit-log-head-label-bisect-skip ((,class (:foreground ,yellow-3 
:background ,orange-00))))
    `(magit-log-head-label-default ((,class (:foreground ,green-4 :background 
,green-2 :bold t :underline t))))
    `(magit-log-head-label-head ((,class (:foreground ,green-4 :background 
,green-01 :bold t :underline t))))
    `(magit-log-head-label-local ((,class (:foreground ,green-4 :background 
,green-00 :bold t :underline t))))
-   `(magit-log-head-label-patches ((,class (:foreground ,black-5 :background 
,orange-2 :bold t :underline t))))
-   `(magit-log-head-label-remote ((,class (:foreground ,blue-3 :background 
,blue-1 :bold t :underline t))))
+   `(magit-log-head-label-patches ((,class (:foreground ,orange-4 :background 
,orange-0 :bold t :underline t))))
+   `(magit-log-head-label-remote ((,class (:foreground ,blue-4 :background 
,blue-0 :bold t :underline t))))
    `(magit-log-head-label-tags ((,class (:foreground ,yellow-4 :background 
,yellow-00 :bold t :underline t))))
    `(magit-log-head-label-wip ((,class (:foreground ,white-2 :background 
,black-2))))
    `(magit-log-message ((,class (:foreground ,white-0 :background ,black-5))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 6207d2f2d4..0d2b4b0c57 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -350,16 +350,16 @@ Moe, moe, kyun!")
    `(magit-log-author-date-cutoff ((,class (:foreground ,red-1 :bold t))))
    `(magit-log-date ((,class (:foreground ,black-5 :background ,green-0))))
    `(magit-log-graph ((,class (:foreground ,black-2 :background ,LIGHT_BG))))
-   `(magit-log-head-label-bisect-bad ((,class (:foreground ,white-0 
:background ,red-3))))
-   `(magit-log-head-label-bisect-good ((,class (:foreground ,black-3 
:background ,green-0))))
+   `(magit-log-head-label-bisect-bad ((,class (:foreground ,red-3 :background 
,red-00))))
+   `(magit-log-head-label-bisect-good ((,class (:foreground ,green-4 
:background ,green-0))))
    `(magit-log-head-label-bisect-skip ((,class (:foreground ,yellow-3 
:background ,orange-00))))
    `(magit-log-head-label-default ((,class (:foreground ,green-4 :background 
,green-2 :bold t :underline t))))
    `(magit-log-head-label-head ((,class (:foreground ,green-4 :background 
,green-01 :bold t :underline t))))
    `(magit-log-head-label-local ((,class (:foreground ,green-4 :background 
,green-00 :bold t :underline t))))
-   `(magit-log-head-label-patches ((,class (:foreground ,black-5 :background 
,orange-1 :bold t :underline t))))
+   `(magit-log-head-label-patches ((,class (:foreground ,orange-4 :background 
,orange-0 :bold t :underline t))))
    `(magit-log-head-label-remote ((,class (:foreground ,blue-3 :background 
,blue-0 :bold t :underline t))))
    `(magit-log-head-label-tags ((,class (:foreground ,yellow-4 :background 
,yellow-00 :bold t :underline t))))
-   `(magit-log-head-label-wip ((,class (:foreground ,black-1 :background 
,white-2 :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 ,LIGHT_BG))))
    `(magit-log-reflog-label-amend ((,class (:foreground ,magenta-3 :background 
,magenta-0))))
    `(magit-log-reflog-label-checkout ((,class (:foreground ,green-3 
:background ,green-00))))



reply via email to

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