summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorDavor Rotim <rotim.davor@gmail.com>2016-04-28 17:23:12 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-28 08:23:12 -0700
commitd8029abae14a92505e07d0d7c349ace30afb5d28 (patch)
treec63302e3f1420ff7627c5d6a07fccccc67f04d76 /zenburn-theme.el
parente5dc3962fd30005914b79b14e9821d298f2c305a (diff)
Add missing anzu faces (#240)
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index b0935c1..f4a314b 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -213,6 +213,10 @@ Also bind `class' to ((class color) (min-colors 89))."
`(android-mode-warning-face ((t (:foreground ,zenburn-yellow))))
;;;;; anzu
`(anzu-mode-line ((t (:foreground ,zenburn-cyan :weight bold))))
+ `(anzu-match-1 ((t (:foreground ,zenburn-bg :background ,zenburn-green))))
+ `(anzu-match-2 ((t (:foreground ,zenburn-bg :background ,zenburn-orange))))
+ `(anzu-match-3 ((t (:foreground ,zenburn-bg :background ,zenburn-blue))))
+ `(anzu-replace-to ((t (:inherit anzu-replace-highlight :foreground ,zenburn-yellow))))
;;;;; auctex
`(font-latex-bold-face ((t (:inherit bold))))
`(font-latex-warning-face ((t (:foreground nil :inherit font-lock-warning-face))))