branch: elpa/moe-theme
commit 6664bbbe98116dc7e396e9a263186f1b0aecf87b
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Some new faces for latest version Magit
---
moe-dark-theme.el | 13 ++++++++++---
moe-light-theme.el | 11 +++++++++--
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 9abc60e13d..4903f8a7ac 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -369,10 +369,17 @@ Moe, moe, kyun!")
`(magit-log-reflog-label-other ((,class (:foreground ,white-0 :background
,black-3))))
`(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 ,black-3 :background
,red-0))))
+ `(magit-log-reflog-label-reset ((,class (:foreground ,red-3 :background
,red-00))))
`(magit-log-sha1 ((,class (:foreground ,orange-2 :background ,black-3))))
- `(magit-section-title ((,class (:foreground ,orange-3 :background ,black-5
:underline ,orange-3 :bold ,t))))
- `(magit-valid-signature ((,class (:foreground ,cyan-1 :background ,black-5
:bold t))))
+ `(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))))
+ `(magit-signature-bad ((,class (:foreground ,red-1))))
+ `(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-valid-signature ((,class (:foreground ,cyan-3 :background ,black-5
:bold t))))
`(magit-whitespace-warning-face ((,class (:foreground ,white-0 :background
,red-3 :bold t))))
;; git-commit-mode
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 871f93f147..b0884ad52f 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -368,10 +368,17 @@ Moe, moe, kyun!")
`(magit-log-reflog-label-other ((,class (:foreground ,white-0 :background
,black-3))))
`(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 ,black-5 :background
,red-0))))
+ `(magit-log-reflog-label-reset ((,class (:foreground ,red-3 :background
,red-00))))
`(magit-log-sha1 ((,class (:foreground ,orange-2 :background ,LIGHT_BG))))
+ `(magit-process-ng ((,class (:foreground ,red-3 :background ,red-00
:underline t))))
+ `(magit-process-ok ((,class (:foreground ,green-3 :background ,green-00
:underline t))))
`(magit-section-title ((,class (:foreground ,orange-3 :background ,LIGHT_BG
:underline ,orange-3 :bold ,t))))
- `(magit-valid-signature ((,class (:foreground ,cyan-3 :background ,LIGHT_BG
:bold t))))
+ `(magit-signature-bad ((,class (:foreground ,red-2))))
+ `(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-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