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

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

[nongnu] elpa/moe-theme 295ea3feeb 109/352: Some magit label.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 295ea3feeb 109/352: Some magit label.
Date: Fri, 7 Jan 2022 03:59:11 -0500 (EST)

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

    Some magit label.
---
 moe-dark-theme.el  | 12 ++++++------
 moe-light-theme.el | 14 +++++++-------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 9be3a04eb8..602b1ef938 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -316,12 +316,12 @@ Moe, moe, kyun!")
    `(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-skip ((,class (:foreground ,yellow-3 
:background ,orange-00))))
-   `(magit-log-head-label-default ((,class (:foreground ,green-4 :background 
,green-2 :bold t))))
-   `(magit-log-head-label-head ((,class (:foreground ,green-4 :background 
,green-01 :bold t))))
-   `(magit-log-head-label-local ((,class (:foreground ,green-4 :background 
,green-00 :bold t))))
-   `(magit-log-head-label-patches ((,class (:foreground ,black-5 :background 
,orange-2 :bold t))))
-   `(magit-log-head-label-remote ((,class (:foreground ,blue-3 :background 
,blue-1 :bold t))))
-   `(magit-log-head-label-tags ((,class (:foreground ,yellow-4 :background 
,yellow-00 :bold t))))
+   `(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-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))))
    `(magit-log-reflog-label-amend ((,class (:foreground ,magenta-3 :background 
,magenta-0))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 332a5f9eea..489fe01ec2 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -315,13 +315,13 @@ Moe, moe, kyun!")
    `(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-skip ((,class (:foreground ,yellow-3 
:background ,orange-00))))
-   `(magit-log-head-label-default ((,class (:foreground ,green-4 :background 
,green-2 :bold t))))
-   `(magit-log-head-label-head ((,class (:foreground ,green-4 :background 
,green-01 :bold t))))
-   `(magit-log-head-label-local ((,class (:foreground ,green-4 :background 
,green-00 :bold t))))
-   `(magit-log-head-label-patches ((,class (:foreground ,black-5 :background 
,orange-1 :bold t))))
-   `(magit-log-head-label-remote ((,class (:foreground ,blue-3 :background 
,blue-0 :bold t))))
-   `(magit-log-head-label-tags ((,class (:foreground ,yellow-4 :background 
,yellow-00 :bold t))))
-   `(magit-log-head-label-wip ((,class (:foreground ,black-1 :background 
,white-2))))
+   `(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-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-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]