summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-02-12 14:56:39 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2014-02-12 14:56:39 +0200
commitbcf871e34378213ead318d9f5f48403bcd1b3a85 (patch)
tree6e0d81eab154304efe5bb99d484cfaac9dbde15d /zenburn-theme.el
parentd71e8f3e111df69c80331e54e1f4a01344431317 (diff)
[#150] Change isearch background face
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index d2fb7b3..f57609c 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -128,7 +128,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(grep-match-face ((t (:foreground ,zenburn-orange :weight bold))))
`(match ((t (:background ,zenburn-bg-1 :foreground ,zenburn-orange :weight bold))))
;;;;; isearch
- `(isearch ((t (:foreground ,zenburn-yellow-2 :weight bold :background ,zenburn-bg-1))))
+ `(isearch ((t (:foreground ,zenburn-yellow-2 :weight bold :background ,zenburn-bg+2))))
`(isearch-fail ((t (:foreground ,zenburn-fg :background ,zenburn-red-4))))
`(lazy-highlight ((t (:foreground ,zenburn-yellow-2 :weight bold :background ,zenburn-bg-05))))