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

    Wrong magit-item-highlight fg color
---
 moe-dark-theme.el  | 2 +-
 moe-light-theme.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index f1bd07838a..1ceec3c069 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -297,7 +297,7 @@ Moe, moe, kyun!")
    `(magit-diff-merge-separator ((,class (:foreground ,purple-1))))
    `(magit-diff-none ((,class (:foreground ,black-2))))
    `(magit-header ((,class (:foreground ,blue-2 :background ,white-0 
:underline ,blue-2))))
-   `(magit-item-highlight ((,class (:background ,black-3))))
+   `(magit-item-highlight ((,class (:background ,black-3 :foreground 
,white-1))))
    `(magit-item-mark ((,class (:foreground ,white-0 :background ,blue-3))))
    `(magit-log-author ((,class (:foreground ,green-0 :background ,black-3))))
    `(magit-log-author-date-cutoff ((,class (:foreground ,red-1 :bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index e1f2903ac7..e7ea3e7339 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -297,7 +297,7 @@ Moe, moe, kyun!")
    `(magit-diff-merge-separator ((,class (:foreground ,purple-1))))
    `(magit-diff-none ((,class (:foreground ,white-4))))
    `(magit-header ((,class (:foreground ,blue-2 :background ,white-0 
:underline ,blue-2))))
-   `(magit-item-highlight ((,class (:background ,yellow-00))))
+   `(magit-item-highlight ((,class (:background ,yellow-00 :foreground 
,black-5))))
    `(magit-item-mark ((,class (:foreground ,white-0 :background ,magenta-2))))
    `(magit-log-author ((,class (:foreground ,green-3 :background ,LIGHT_BG))))
    `(magit-log-author-date-cutoff ((,class (:foreground ,red-1 :bold t))))

Reply via email to