branch: elpa/moe-theme commit 1872aebc016e1c1a8d4e2a4037cd54b618de5453 Author: ono ono <azazabc...@gmail.com> Commit: ono ono <azazabc...@gmail.com>
magit transient argument --- moe-dark-theme.el | 6 +++++- moe-light-theme.el | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/moe-dark-theme.el b/moe-dark-theme.el index b561209c5a..21a9e7a292 100644 --- a/moe-dark-theme.el +++ b/moe-dark-theme.el @@ -438,7 +438,7 @@ Moe, moe, kyun!") `(diredp-ignored-file-name ((,class (:foreground ,black-2)))) `(diredp-link-priv ((,class (:foreground ,magenta-3)))) `(diredp-mode-line-flagged ((,class (:foreground ,black-5 :background ,green-2)))) - `(diredp-mode-line-marked ((,class (:foreground ,white-1 :background ,magenta-3 bold t)))) + `(diredp-mode-line-marked ((,class (:foreground ,white-1 :background ,magenta-3 :bold t)))) `(diredp-no-priv ((,class (:foreground ,white-1 :background ,black-4)))) `(diredp-number ((,class (:foreground ,yellow-1)))) `(diredp-other-priv ((,class (:foreground ,white-1 :background ,blue-3)))) @@ -448,6 +448,10 @@ Moe, moe, kyun!") `(diredp-write-priv ((,class (:foreground ,blue-5 :background ,blue-0)))) `(diredp-exec-priv ((,class (:foreground ,red-3 :background ,orange-0)))) + ;; Transient (Mainly used in Magit) + `(transient-argument ((,class (:foreground ,orange-2 :background ,black-3 :bold t)))) + `(transient-heading ((,class (:foreground ,green-1 :background unspecified :underline t)))) + ;; Magit >= 2.1.0 `(magit-bisect-bad ((,class (:foreground ,red-3 :background ,red-00)))) `(magit-bisect-good ((,class (:foreground ,green-4 :background ,green-0)))) diff --git a/moe-light-theme.el b/moe-light-theme.el index 443eb52e48..09c98b1f97 100644 --- a/moe-light-theme.el +++ b/moe-light-theme.el @@ -447,6 +447,10 @@ Moe, moe, kyun!") `(diredp-write-priv ((,class (:foreground ,blue-5 :background ,blue-0)))) `(diredp-exec-priv ((,class (:foreground ,red-3 :background ,orange-0)))) + ;; Transient (Mainly used in Magit) + `(transient-argument ((,class (:foreground ,orange-3 :background ,orange-000 :bold t)))) + `(transient-heading ((,class (:foreground ,green-3 :background unspecified :underline t)))) + ;; Magit >= 2.1.0 `(magit-bisect-bad ((,class (:foreground ,red-3 :background ,red-00)))) `(magit-bisect-good ((,class (:foreground ,green-4 :background ,green-0))))