branch: elpa/moe-theme
commit 57bca7813ffa09a6de8a7469a79ca9e90120aeb2
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Fix issue #62.
---
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 462db254ad..83b80050b0 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -57,7 +57,7 @@ Moe, moe, kyun!")
`(lazy-highlight ((,class (:background ,magenta-3 :foreground ,white-1))))
`(trailing-whitespace ((,class (:background ,red-3))))
`(show-paren-match ((,class (:background ,blue-3 :foreground nil))))
- `(header-line ((,class (:background ,blue-3 :foreground ,white-0 :underline
nil))))
+ `(header-line ((,class (:background ,blue-3 :foreground ,white-0))))
`(help-argument-name ((,class (:foreground ,magenta-1 :italic t))))
;; Mode line & frames' faces
diff --git a/moe-light-theme.el b/moe-light-theme.el
index ad86d1f598..46a2fb6e69 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -56,7 +56,7 @@ Moe, moe, kyun!")
`(lazy-highlight ((,class (:background ,magenta-3 :foreground ,white-0))))
`(trailing-whitespace ((,class (:background ,red-3))))
`(show-paren-match ((,class (:background ,blue-00))))
- `(header-line ((,class (:background ,blue-1 :foreground ,white-0 :underline
t))))
+ `(header-line ((,class (:background ,blue-0 :foreground ,blue-3))))
`(help-argument-name ((,class (:foreground ,magenta-3 :italic t))))
;; Mode line & frames' faces