summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2017-01-04 05:32:44 +0000
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-01-04 09:28:16 +0200
commit554778b48ffa35b0ebfbed31a6dc249afa16ba24 (patch)
treec3cfe24d3f3c486e051b6792e168872f960f5753
parent0d3a01b564cf0c64a83c3bf0652aff47f13dfaf0 (diff)
Add regex-tool support
-rw-r--r--zenburn-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 073501f..483acf3 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -1087,6 +1087,8 @@ Also bind `class' to ((class color) (min-colors 89))."
`(reb-match-1 ((t (:foreground ,zenburn-bg :background ,zenburn-blue))))
`(reb-match-2 ((t (:foreground ,zenburn-bg :background ,zenburn-orange))))
`(reb-match-3 ((t (:foreground ,zenburn-bg :background ,zenburn-red))))
+;;;;; regex-tool
+ `(regex-tool-matched-face ((t (:background ,zenburn-blue-4 :weight bold))))
;;;;; rpm-mode
`(rpm-spec-dir-face ((t (:foreground ,zenburn-green))))
`(rpm-spec-doc-face ((t (:foreground ,zenburn-green))))