summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavor Rotim <rotim.davor@gmail.com>2017-03-06 13:29:42 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-03-06 14:29:42 +0200
commit96f953cee3358fbc299662a3b3cbc087cb395b70 (patch)
treefc97d512edb8e3db964902afb6e54b64ffe7616a
parent310c270d164fdb740c6af41120d5841a54c895b4 (diff)
Add support for the info+ package (#270)
-rw-r--r--zenburn-theme.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index d7856b4..d811fa4 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -678,6 +678,22 @@ Also bind `class' to ((class color) (min-colors 89))."
`(hydra-face-blue ((t (:foreground ,zenburn-blue :background ,zenburn-bg))))
`(hydra-face-pink ((t (:foreground ,zenburn-magenta :background ,zenburn-bg))))
`(hydra-face-teal ((t (:foreground ,zenburn-cyan :background ,zenburn-bg))))
+;;;;; info+
+ `(info-command-ref-item ((t (:background ,zenburn-bg-1 :foreground ,zenburn-orange))))
+ `(info-constant-ref-item ((t (:background ,zenburn-bg-1 :foreground ,zenburn-magenta))))
+ `(info-double-quoted-name ((t (:inherit font-lock-comment-face))))
+ `(info-file ((t (:background ,zenburn-bg-1 :foreground ,zenburn-yellow))))
+ `(info-function-ref-item ((t (:background ,zenburn-bg-1 :inherit font-lock-function-name-face))))
+ `(info-macro-ref-item ((t (:background ,zenburn-bg-1 :foreground ,zenburn-yellow))))
+ `(info-menu ((t (:foreground ,zenburn-yellow))))
+ `(info-quoted-name ((t (:inherit font-lock-constant-face))))
+ `(info-reference-item ((t (:background ,zenburn-bg-1))))
+ `(info-single-quote ((t (:inherit font-lock-keyword-face))))
+ `(info-special-form-ref-item ((t (:background ,zenburn-bg-1 :foreground ,zenburn-yellow))))
+ `(info-string ((t (:inherit font-lock-string-face))))
+ `(info-syntax-class-item ((t (:background ,zenburn-bg-1 :foreground ,zenburn-blue+1))))
+ `(info-user-option-ref-item ((t (:background ,zenburn-bg-1 :foreground ,zenburn-red))))
+ `(info-variable-ref-item ((t (:background ,zenburn-bg-1 :foreground ,zenburn-orange))))
;;;;; irfc
`(irfc-head-name-face ((t (:foreground ,zenburn-red :weight bold))))
`(irfc-head-number-face ((t (:foreground ,zenburn-red :weight bold))))