emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme bcf1a1c 096/118: add support for visua


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme bcf1a1c 096/118: add support for visual-regexp
Date: Thu, 21 Oct 2021 18:02:30 -0400 (EDT)

branch: elpa/apropospriate-theme
commit bcf1a1cd7348416be94bcefcc245c244a2d2a20d
Author: NeoISE <NeoISE@users.noreply.github.com>
Commit: justin talbott <justin@waymondo.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]