summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavor Rotim <rotim.davor@gmail.com>2016-12-09 06:36:48 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-12-09 07:36:48 +0200
commit867df84d28c20ec8e11534029c87d9118624119e (patch)
tree54973f1f9356e8fc6675ba07d3fdaf928127d99b
parent9516b3da38ebac0cb9fdbd24f7e4ed6608d7fd23 (diff)
Add no match color for the Anzu mode line indicator (#254)
-rw-r--r--zenburn-theme.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 6f071c3..5319f68 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -230,6 +230,7 @@ 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-mode-line-no-match ((t (:foreground ,zenburn-red :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))))