branch: elpa/anti-zenburn-theme
commit dd495097cc06e27c30694c2eb4f1f406349b812b
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>

    From zenburn-emacs: add face for helm-match.
---
 anti-zenburn-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 360d5a1..f6f2f2d 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -576,6 +576,7 @@
    `(helm-grep-lineno ((t (:foreground ,azenburn-fg-1 :background 
,azenburn-bg))))
    `(helm-grep-match ((t (:foreground nil :background nil :inherit 
helm-match))))
    `(helm-grep-running ((t (:foreground ,azenburn-blue :background 
,azenburn-bg))))
+   `(helm-match ((t (:foreground ,azenburn-light-blue :background 
,azenburn-bg-1 :weight bold))))
    `(helm-moccur-buffer ((t (:foreground ,azenburn-bordeaux :background 
,azenburn-bg))))
    `(helm-mu-contacts-address-face ((t (:foreground ,azenburn-fg-1 :background 
,azenburn-bg))))
    `(helm-mu-contacts-name-face ((t (:foreground ,azenburn-fg :background 
,azenburn-bg))))

Reply via email to