branch: elpa/apropospriate-theme
commit bcf1a1cd7348416be94bcefcc245c244a2d2a20d
Author: NeoISE <[email protected]>
Commit: justin talbott <[email protected]>
add support for visual-regexp
---
README.md | 1 +
apropospriate.el | 8 +++++++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 26f52b9..8a22062 100644
--- a/README.md
+++ b/README.md
@@ -101,3 +101,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Hi-Lock
* Flyspell
* Display Numbers Line Mode
+* Visual-Regexp
diff --git a/apropospriate.el b/apropospriate.el
index 29fb7d6..f4a951d 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -639,7 +639,13 @@ Set to `1.0' or nil to prevent font size manipulation."
`(hi-blue-b ((,class (:inherit hi-blue :bold t))))
`(hi-green-b ((,class (:inherit hi-green :bold t))))
`(hi-red-b ((,class (:inherit highlight :foreground ,red :inverse-video t
:bold t))))
- `(hi-black-hb ((,class (:inherit hi-black-b :height 1.2)))))
+ `(hi-black-hb ((,class (:inherit hi-black-b :height 1.2))))
+ `(vr/match-0 ((,class (:background ,teal))))
+ `(vr/match-1 ((,class (:background ,teal-1))))
+ `(vr/group-0 ((,class (:background ,blue))))
+ `(vr/group-1 ((,class (:background ,indigo))))
+ `(vr/group-2 ((,class (:background ,purple))))
+ `(vr/match-separator-face ((,class (:foreground ,red :bold t)))))
(custom-theme-set-variables
theme-name