branch: elpa/moe-theme
commit 0ae04061588f200004899aa530333523cb5cc599
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Darken header-line style in moe-dark; fix terrible info style.
---
moe-dark-theme.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 47b7c76960..5e3a56a22e 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -56,7 +56,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-0 :foreground ,black-4 :underline
nil))))
+ `(header-line ((,class (:background ,blue-3 :foreground ,white-0 :underline
nil))))
`(bold ((,class (:background nil :foreground ,white-0 :bold t))))
`(italic ((,class (:background nil :foreground ,white-0 :italic t))))
`(help-argument-name ((,class (:foreground ,magenta-1 :italic t))))
@@ -715,14 +715,14 @@ Moe, moe, kyun!")
`(compilation-warning ((,class (:foreground ,orange-3))))
;; info
- `(info-header-node ((,class (:foreground ,red-0 :bold t))))
- `(info-header-xref ((,class (:foreground ,blue-3 ::bold t))))
+ `(info-header-node ((,class (:foreground ,magenta-2 :bold t))))
+ `(info-header-xref ((,class (:foreground ,blue-1 :background nil :bold t))))
`(info-index-match ((,class (:background ,blue-3))))
`(info-menu-header ((,class (:foreground ,white-0 :bold t :underline t))))
`(info-menu-star ((,class (:foreground ,red-1))))
`(info-node ((,class (:foreground ,red-3))))
`(info-title-1 ((,class (:foreground ,blue-1 :bold t))))
- `(info-title-2 ((,class (:foreground ,green-02 :bold t))))
+ `(info-title-2 ((,class (:foreground ,green-2 :bold t))))
`(info-title-3 ((,class (:foreground ,orange-2 :bold t))))
`(info-title-4 ((,class (:foreground ,magenta-2 :bold t))))
`(info-xref ((,class (:foreground ,blue-1 :underline t))))