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

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

[nongnu] elpa/moe-theme 7c2fe40349 198/352: Improve Magit faces.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 7c2fe40349 198/352: Improve Magit faces.
Date: Fri, 7 Jan 2022 03:59:23 -0500 (EST)

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

    Improve Magit faces.
---
 moe-dark-theme.el  | 12 ++++++------
 moe-light-theme.el |  5 ++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 36d9d2dff6..2ae5f6c7ec 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -367,12 +367,12 @@ Moe, moe, kyun!")
    `(magit-diff-merge-separator ((,class (:foreground ,purple-1))))
    `(magit-diff-none ((,class (:foreground ,black-2))))
    `(magit-header ((,class (:foreground ,blue-2 :background ,white-0 
:underline ,blue-2))))
-   `(magit-item-highlight ((,class (:background ,black-3 :foreground 
,white-0))))
+   `(magit-item-highlight ((,class (:background "#444444" :foreground 
,white-0))))
    `(magit-item-mark ((,class (:foreground ,white-0 :background ,blue-3))))
-   `(magit-log-author ((,class (:foreground ,green-0 :background ,black-3))))
+   `(magit-log-author ((,class (:foreground ,green-0 :background ,black-4))))
    `(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-date ((,class (:foreground ,white-1 :background ,black-4))))
+   `(magit-log-graph ((,class (:foreground ,white-2 :background ,black-4))))
    `(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))))
@@ -383,7 +383,7 @@ Moe, moe, kyun!")
    `(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))))
+   `(magit-log-message ((,class (:foreground ,white-1 :background nil))))
    `(magit-log-reflog-label-amend ((,class (:foreground ,magenta-3 :background 
,magenta-0))))
    `(magit-log-reflog-label-checkout ((,class (:foreground ,green-3 
:background ,green-00))))
    `(magit-log-reflog-label-cherry-pick ((,class (:foreground ,orange-4 
:background ,orange-00))))
@@ -393,7 +393,7 @@ Moe, moe, kyun!")
    `(magit-log-reflog-label-rebase ((,class (:foreground ,green-4 :background 
,yellow-00))))
    `(magit-log-reflog-label-remote ((,class (:foreground ,blue-4 :background 
,blue-0))))
    `(magit-log-reflog-label-reset ((,class (:foreground ,red-3 :background 
,red-00))))
-   `(magit-log-sha1 ((,class (:foreground ,orange-2 :background ,black-3))))
+   `(magit-log-sha1 ((,class (:foreground ,orange-2 :background ,black-4))))
    `(magit-process-ng ((,class (:foreground ,red-3 :background ,red-00 
:underline t :bold t))))
    `(magit-process-ok ((,class (:foreground ,green-4 :background ,green-00 
:underline t :bold t))))
    `(magit-section-title ((,class (:foreground ,orange-2 :background ,black-5 
:underline t :bold ,t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index a57a14878d..cea5cf9ac7 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -369,7 +369,7 @@ Moe, moe, kyun!")
    `(magit-item-mark ((,class (:foreground ,white-0 :background ,magenta-2))))
    `(magit-log-author ((,class (:foreground ,green-3 :background ,LIGHT_BG))))
    `(magit-log-author-date-cutoff ((,class (:foreground ,red-1 :bold t))))
-   `(magit-log-date ((,class (:foreground ,black-5 :background ,green-0))))
+   `(magit-log-date ((,class (:foreground ,black-5 :background ,green-00))))
    `(magit-log-graph ((,class (:foreground ,black-2 :background ,LIGHT_BG))))
    `(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))))
@@ -381,7 +381,7 @@ Moe, moe, kyun!")
    `(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-2 :background 
,white-2 :bold t :underline t))))
-   `(magit-log-message ((,class (:foreground ,black-5 :background ,LIGHT_BG))))
+   `(magit-log-message ((,class (:foreground ,black-5 :background nil))))
    `(magit-log-reflog-label-amend ((,class (:foreground ,magenta-3 :background 
,magenta-0))))
    `(magit-log-reflog-label-checkout ((,class (:foreground ,green-3 
:background ,green-00))))
    `(magit-log-reflog-label-cherry-pick ((,class (:foreground ,orange-4 
:background ,orange-00))))
@@ -402,7 +402,6 @@ Moe, moe, kyun!")
    `(magit-tag ((,class (:foreground ,blue-3 :background ,blue-0))))
    `(magit-valid-signature ((,class (:foreground ,cyan-4 :background ,LIGHT_BG 
:bold t))))
    `(magit-whitespace-warning-face ((,class (:foreground ,white-0 :background 
,red-2 :bold t))))
-
    ;; git-commit-mode
    `(git-commit-branch-face ((,class (:foreground ,blue-4 :background ,blue-0 
:underline t))))
    `(git-commit-comment-action-face ((,class (:foreground ,orange-3 
:background ,LIGHT_BG :underline t))))



reply via email to

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