summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavor Rotim <rotim.davor@gmail.com>2016-10-18 10:30:53 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-10-18 13:37:48 +0200
commit8715e379b00a788bfb6a1025e7ebc69e3aeca0d6 (patch)
tree91c9512d01dcdbafe5e2cca17b5d24306f76af73
parent22fbaab1a198fbb6115fea2e45112b670eee8e46 (diff)
Change the new Info-quoted face introduced in emacs-25.
-rw-r--r--zenburn-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index c27018f..e20612c 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -141,6 +141,8 @@ Also bind `class' to ((class color) (min-colors 89))."
`(grep-hit-face ((t (:foreground ,zenburn-blue))))
`(grep-match-face ((t (:foreground ,zenburn-orange :weight bold))))
`(match ((t (:background ,zenburn-bg-1 :foreground ,zenburn-orange :weight bold))))
+;;;;; info
+ `(Info-quoted ((t (:inherit font-lock-constant-face))))
;;;;; isearch
`(isearch ((t (:foreground ,zenburn-yellow-2 :weight bold :background ,zenburn-bg+2))))
`(isearch-fail ((t (:foreground ,zenburn-fg :background ,zenburn-red-4))))