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

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

[nongnu] elpa/moe-theme 4b3642157b: magit-refname for forge PR


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 4b3642157b: magit-refname for forge PR
Date: Tue, 16 Jul 2024 07:00:48 -0400 (EDT)

branch: elpa/moe-theme
commit 4b3642157bfe9a9268310d321cfe67c8c236b5e1
Author: ono ono <azazabc123@gmail.com>
Commit: ono ono <azazabc123@gmail.com>

    magit-refname for forge PR
---
 moe-dark-theme.el  | 1 +
 moe-light-theme.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 6acb02d24e..f5ff974133 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -540,6 +540,7 @@ Moe, moe, kyun!")
    `(magit-tag ((,class (:foreground ,purple-4 :background ,purple-00))))
    `(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))))
+   `(magit-refname ((,class (:foreground ,black-3 :background ,white-0 
:underline unspecified :bold t))))
 
    ;; Magit
    `(magit-branch ((,class (:foreground ,green-4 :background ,green-01 :bold t 
:underline t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index dddc4d149d..52aa4d049c 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -590,6 +590,7 @@ Moe, moe, kyun!")
    `(magit-tag ((,class (:foreground ,purple-4 :background ,purple-00))))
    `(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))))
+   `(magit-refname ((,class (:foreground ,white-0 :background ,black-4 
:underline unspecified :bold t))))
 
    ;; git-commit-mode
    `(git-commit-branch-face ((,class (:foreground ,blue-4 :background ,blue-0 
:underline t))))



reply via email to

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