branch: elpa/moe-theme
commit 227788710834970dfca8dc251133f4eb6d134358
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Issue #33 Fixed (Add Info)
---
moe-dark-theme.el | 14 ++++++++++++++
moe-light-theme.el | 14 ++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index d6b6da3238..c720095033 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -714,6 +714,20 @@ Moe, moe, kyun!")
`(compilation-mode-line-run ((,class (:foreground ,orange-4 :background
,orange-00 :bold t))))
`(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-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-3 ((,class (:foreground ,orange-2 :bold t))))
+ `(info-title-4 ((,class (:foreground ,magenta-2 :bold t))))
+ `(info-xref ((,class (:foreground ,blue-1 :underline t))))
+ `(info-xref-visited ((,class (:foreground ,purple-1 :underline t))))
+
;; Custom
`(custom-button ((,class (:background ,blue-0 :foreground ,blue-3
:box (:line-width 1 :style
released-button)))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 40bbfaa666..1a6473e274 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -708,6 +708,20 @@ Moe, moe, kyun!")
`(compilation-mode-line-run ((,class (:foreground ,orange-4 :background
,orange-00 :bold t))))
`(compilation-warning ((,class (:foreground ,orange-3))))
+ ;; info
+ `(info-header-node ((,class (:foreground ,red-3 :bold t))))
+ `(info-header-xref ((,class (:foreground ,black-5 ::bold t))))
+ `(info-index-match ((,class (:background ,yellow-0))))
+ `(info-menu-header ((,class (:foreground ,black-4 :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-3 ((,class (:foreground ,orange-2 :bold t))))
+ `(info-title-4 ((,class (:foreground ,magenta-2 :bold t))))
+ `(info-xref ((,class (:foreground ,blue-2 :underline t))))
+ `(info-xref-visited ((,class (:foreground ,purple-1 :underline t))))
+
;; Custom
`(custom-button ((,class (:foreground ,white-0 :background ,black-3
:box (:line-width 1 :style
released-button)))))