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

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

[nongnu] elpa/moe-theme 5fe593f118 132/352: Fix git-commit-mode wrong fa


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 5fe593f118 132/352: Fix git-commit-mode wrong faces.
Date: Fri, 7 Jan 2022 03:59:14 -0500 (EST)

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

    Fix git-commit-mode wrong faces.
---
 moe-dark-theme.el  | 4 ++--
 moe-light-theme.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 82eb765bcb..5cf999d351 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -377,9 +377,9 @@ Moe, moe, kyun!")
 
    ;; git-commit-mode
    `(git-commit-branch-face ((,class (:foreground ,blue-4 :background ,white-0 
:bold t :underline t))))
-   `(git-commit-comment-action-face ((,class (:foreground ,orange-2 
:background nil))))
+   `(git-commit-comment-action-face ((,class (:foreground ,orange-2 
:background ,black-5 :underline t))))
    `(git-commit-comment-file-face ((,class (:foreground ,magenta-2))))
-   `(git-commit-comment-heading-face ((,class (:foreground ,green-01 
:background ,black-3))))
+   `(git-commit-comment-heading-face ((,class (:foreground ,green-01 
:background ,black-3 :bold t))))
    `(git-commit-known-pseudo-header-face ((,class (:foreground ,green-1))))
    `(git-commit-no-branch-face ((,class (:foreground ,orange-3))))
    `(git-commit-nonempty-second-line-face ((,class (:foreground ,red-2))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 05c65ed76b..dce2e78b56 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -376,9 +376,9 @@ Moe, moe, kyun!")
 
    ;; git-commit-mode
    `(git-commit-branch-face ((,class (:foreground ,blue-4 :background ,blue-0 
:underline t))))
-   `(git-commit-comment-action-face ((,class (:foreground ,orange-2 
:background nil))))
+   `(git-commit-comment-action-face ((,class (:foreground ,orange-3 
:background ,LIGHT_BG :underline t))))
    `(git-commit-comment-file-face ((,class (:foreground ,magenta-2))))
-   `(git-commit-comment-heading-face ((,class (:foreground ,green-4 
:background ,green-00))))
+   `(git-commit-comment-heading-face ((,class (:foreground ,green-4 
:background ,green-00 :bold t))))
    `(git-commit-known-pseudo-header-face ((,class (:foreground ,green-2))))
    `(git-commit-no-branch-face ((,class (:foreground ,orange-3))))
    `(git-commit-nonempty-second-line-face ((,class (:foreground ,red-2))))



reply via email to

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