summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavor Rotim <rotim.davor@gmail.com>2016-12-13 10:29:43 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-12-13 11:29:43 +0200
commit092497d8383cc0802d33fb116316023f5a2bf4c4 (patch)
tree73f489d55ed80cf8b896c6f64b154a7f4344a804
parenteb0bafac9d3208daba5a3f744514a463ffd0e131 (diff)
Add visual-regexp support (#257)
-rw-r--r--zenburn-theme.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 849abb2..3419a38 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -1168,6 +1168,13 @@ Also bind `class' to ((class color) (min-colors 89))."
`(undo-tree-visualizer-default-face ((t (:foreground ,zenburn-fg))))
`(undo-tree-visualizer-register-face ((t (:foreground ,zenburn-yellow))))
`(undo-tree-visualizer-unmodified-face ((t (:foreground ,zenburn-cyan))))
+;;;;; visual-regexp
+ `(vr/group-0 ((t (:foreground ,zenburn-bg :background ,zenburn-green :weight bold))))
+ `(vr/group-1 ((t (:foreground ,zenburn-bg :background ,zenburn-orange :weight bold))))
+ `(vr/group-2 ((t (:foreground ,zenburn-bg :background ,zenburn-blue :weight bold))))
+ `(vr/match-0 ((t (:inherit isearch))))
+ `(vr/match-1 ((t (:foreground ,zenburn-yellow-2 :background ,zenburn-bg-1 :weight bold))))
+ `(vr/match-separator-face ((t (:foreground ,zenburn-red :weight bold))))
;;;;; volatile-highlights
`(vhl/default-face ((t (:background ,zenburn-bg-05))))
;;;;; web-mode