summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorOliver Dunkl <oliver.dunkl@gmail.com>2016-01-12 12:58:41 +0100
committerOliver Dunkl <oliver.dunkl@gmail.com>2016-01-12 12:58:41 +0100
commit34b4d35a3367900b8aa374d3fafa065469a7c22a (patch)
tree74dd86b01b8c5902b5d91b581ad3f4a8d665e33f /zenburn-theme.el
parentf9550bf42f1c65f333a0a11e6faa0162f2309388 (diff)
Add face for helm-match
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index c551b49..3a5436f 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -588,6 +588,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(helm-grep-lineno ((t (:foreground ,zenburn-fg-1 :background ,zenburn-bg))))
`(helm-grep-match ((t (:foreground nil :background nil :inherit helm-match))))
`(helm-grep-running ((t (:foreground ,zenburn-red :background ,zenburn-bg))))
+ `(helm-match ((t (:foreground ,zenburn-orange :background ,zenburn-bg-1 :weight bold))))
`(helm-moccur-buffer ((t (:foreground ,zenburn-cyan :background ,zenburn-bg))))
`(helm-mu-contacts-address-face ((t (:foreground ,zenburn-fg-1 :background ,zenburn-bg))))
`(helm-mu-contacts-name-face ((t (:foreground ,zenburn-fg :background ,zenburn-bg))))