branch: elpa/moe-theme
commit ddbc21b2e8ca307bf38c9fb75dc7c785277252cf
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    Improve Magit faces.
---
 moe-dark-theme.el  | 4 ++--
 moe-light-theme.el | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 7b69f2dd65..66b5d17203 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -412,12 +412,12 @@ Moe, moe, kyun!")
    `(magit-log-head-label-wip ((,class (:foreground ,white-2 :background 
,black-2))))
    `(magit-log-message ((,class (:foreground ,white-1 :background nil))))
    `(magit-log-reflog-label-amend ((,class (:foreground ,magenta-3 :background 
,magenta-0))))
-   `(magit-log-reflog-label-checkout ((,class (:foreground ,green-3 
:background ,green-00))))
+   `(magit-log-reflog-label-checkout ((,class (:foreground ,green-4 
:background ,green-00))))
    `(magit-log-reflog-label-cherry-pick ((,class (:foreground ,orange-4 
:background ,orange-00))))
    `(magit-log-reflog-label-commit ((,class (:foreground ,yellow-4 :background 
,yellow-0))))
    `(magit-log-reflog-label-merge ((,class (:foreground ,purple-4 :background 
,purple-0))))
    `(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-rebase ((,class (:foreground ,cyan-6 :background 
,cyan-2))))
    `(magit-log-reflog-label-remote ((,class (:foreground ,blue-4 :background 
,blue-0))))
    `(magit-log-reflog-label-reset ((,class (:foreground ,red-3 :background 
,red-00))))
    `(magit-log-sha1 ((,class (:foreground ,orange-2 :background ,black-4))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 591c08333b..daeb9b468a 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -415,7 +415,7 @@ Moe, moe, kyun!")
    `(magit-log-reflog-label-commit ((,class (:foreground ,yellow-4 :background 
,yellow-0))))
    `(magit-log-reflog-label-merge ((,class (:foreground ,purple-4 :background 
,purple-00))))
    `(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-rebase ((,class (:foreground ,cyan-6 :background 
,cyan-2))))
    `(magit-log-reflog-label-remote ((,class (:foreground ,blue-4 :background 
,blue-0))))
    `(magit-log-reflog-label-reset ((,class (:foreground ,red-3 :background 
,red-00))))
    `(magit-log-sha1 ((,class (:foreground ,orange-2 :background ,LIGHT_BG))))

Reply via email to