[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/moe-theme 56286c6b86: magit-tag should have different colo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/moe-theme 56286c6b86: magit-tag should have different colors. I'm enough of tag/remote ref. |
Date: |
Fri, 8 Mar 2024 07:00:49 -0500 (EST) |
branch: elpa/moe-theme
commit 56286c6b869520807596e3e8af1b37c50e5a1349
Author: ono ono <azazabc123@gmail.com>
Commit: ono ono <azazabc123@gmail.com>
magit-tag should have different colors. I'm enough of tag/remote ref.
---
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 21a9e7a292..7e62fa2de5 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -524,7 +524,7 @@ Moe, moe, kyun!")
`(magit-signature-bad ((,class (:foreground ,red-2))))
`(magit-signature-good ((,class (:foreground ,green-3))))
`(magit-signature-untrusted ((,class (:foreground ,yellow-3))))
- `(magit-tag ((,class (:foreground ,blue-3 :background ,blue-0))))
+ `(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))))
@@ -574,7 +574,7 @@ Moe, moe, kyun!")
`(magit-signature-good ((,class (:foreground ,green-1))))
`(magit-signature-none ((,class (:foreground ,white-1))))
`(magit-signature-untrusted ((,class (:foreground ,cyan-3))))
- `(magit-tag ((,class (:foreground ,blue-3 :background ,blue-0))))
+ `(magit-tag ((,class (:foreground ,purple-4 :background ,purple-00))))
`(magit-valid-signature ((,class (:foreground ,cyan-3 :background ,black-5
:bold t))))
`(magit-whitespace-warning-face ((,class (:foreground ,white-0 :background
,red-3 :bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 09c98b1f97..a56c58ccec 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -523,7 +523,7 @@ Moe, moe, kyun!")
`(magit-signature-bad ((,class (:foreground ,red-2))))
`(magit-signature-good ((,class (:foreground ,green-3))))
`(magit-signature-untrusted ((,class (:foreground ,yellow-3))))
- `(magit-tag ((,class (:foreground ,blue-3 :background ,blue-0))))
+ `(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))))
@@ -573,7 +573,7 @@ Moe, moe, kyun!")
`(magit-signature-good ((,class (:foreground ,green-3))))
`(magit-signature-none ((,class (:foreground ,black-4))))
`(magit-signature-untrusted ((,class (:foreground ,cyan-3))))
- `(magit-tag ((,class (:foreground ,blue-3 :background ,blue-0))))
+ `(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))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/moe-theme 56286c6b86: magit-tag should have different colors. I'm enough of tag/remote ref.,
ELPA Syncer <=