branch: elpa/monokai-theme
commit 92fa80a53312902181cdc4eadd8abac8470491f9
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Add info faces
---
monokai-theme.el | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index 838f1da..fe52dbd 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2908,6 +2908,58 @@ Also affects 'linum-mode' background."
((,class (:foreground ,monokai-cyan))
(,terminal-class (:foreground ,terminal-monokai-cyan))))
+
+ ;; info
+ `(info-header-xref
+ ((,class (:foreground ,monokai-green
+ :inherit bold
+ :underline t))
+ (,terminal-class (:foreground ,terminal-monokai-green
+ :inherit bold
+ :underline t))))
+
+ `(info-menu
+ ((,class (:foreground ,monokai-blue))
+ (,terminal-class (:foreground ,terminal-monokai-blue))))
+
+ `(info-node
+ ((,class (:foreground ,monokai-violet
+ :inherit bold))
+ (,terminal-class (:foreground ,terminal-monokai-violet
+ :inherit bold))))
+
+ `(info-quoted-name
+ ((,class (:foreground ,monokai-orange))
+ (,terminal-class (:foreground ,terminal-monokai-orange))))
+
+ `(info-reference-item
+ ((,class (:background nil
+ :underline t
+ :inherit bold))
+ (,terminal-class (:background nil
+ :underline t
+ :inherit bold))))
+
+ `(info-string
+ ((,class (:foreground ,monokai-yellow))
+ (,terminal-class (:foreground ,terminal-monokai-yellow))))
+
+ `(info-title-1
+ ((,class (:height ,monokai-height-plus-4))
+ (,terminal-class (:height ,monokai-height-plus-4))))
+
+ `(info-title-2
+ ((,class (:height ,monokai-height-plus-3))
+ (,terminal-class (:height ,monokai-height-plus-3))))
+
+ `(info-title-3
+ ((,class (:height ,monokai-height-plus-2))
+ (,terminal-class (:height ,monokai-height-plus-2))))
+
+ `(info-title-4
+ ((,class (:height ,monokai-height-plus-1))
+ (,terminal-class (:height ,monokai-height-plus-1))))
+
`(jabber-activity-face
((,class (:weight bold
:foreground ,monokai-red))