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

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

[elpa] externals/modus-operandi-theme 79ab5b5 150/153: Refine support fo


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 79ab5b5 150/153: Refine support for Emacs28 isearch regexp groups
Date: Thu, 18 Mar 2021 13:48:00 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 79ab5b543b4b187ecb1d47d36439aece9213af07
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine support for Emacs28 isearch regexp groups
    
    Based on the latest changes in Emacs 'master'.  See commit 7be18bbfe1.
---
 modus-operandi-theme.el | 11 ++---------
 modus-vivendi-theme.el  | 11 ++---------
 2 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 9b638a3..e079be3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -4555,15 +4555,8 @@ Also bind `class' to ((class color) (min-colors 89))."
     (custom-theme-set-faces
      'modus-operandi
 ;;;;; isearch regexp groups
-     `(isearch-group-1 ((,class :inherit modus-theme-refine-green)))
-     `(isearch-group-2 ((,class :inherit modus-theme-subtle-green)))
-     `(isearch-group-3 ((,class :inherit modus-theme-refine-blue)))
-     `(isearch-group-4 ((,class :inherit modus-theme-subtle-blue)))
-     `(isearch-group-5 ((,class :inherit modus-theme-refine-magenta)))
-     `(isearch-group-6 ((,class :inherit modus-theme-subtle-magenta)))
-     `(isearch-group-7 ((,class :inherit modus-theme-refine-red)))
-     `(isearch-group-8 ((,class :inherit modus-theme-subtle-red)))
-     `(isearch-group-9 ((,class :inherit modus-theme-refine-yellow)))))
+     `(isearch-group-1 ((,class :inherit modus-theme-intense-blue)))
+     `(isearch-group-2 ((,class :inherit modus-theme-intense-magenta)))))
 ;;; variables
   (custom-theme-set-variables
    'modus-operandi
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index f5436be..d8f6b3f 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -4555,15 +4555,8 @@ Also bind `class' to ((class color) (min-colors 89))."
     (custom-theme-set-faces
      'modus-vivendi
 ;;;;; isearch regexp groups
-     `(isearch-group-1 ((,class :inherit modus-theme-refine-green)))
-     `(isearch-group-2 ((,class :inherit modus-theme-subtle-green)))
-     `(isearch-group-3 ((,class :inherit modus-theme-refine-blue)))
-     `(isearch-group-4 ((,class :inherit modus-theme-subtle-blue)))
-     `(isearch-group-5 ((,class :inherit modus-theme-refine-magenta)))
-     `(isearch-group-6 ((,class :inherit modus-theme-subtle-magenta)))
-     `(isearch-group-7 ((,class :inherit modus-theme-refine-red)))
-     `(isearch-group-8 ((,class :inherit modus-theme-subtle-red)))
-     `(isearch-group-9 ((,class :inherit modus-theme-refine-yellow)))))
+     `(isearch-group-1 ((,class :inherit modus-theme-intense-blue)))
+     `(isearch-group-2 ((,class :inherit modus-theme-intense-magenta)))))
 ;;; variables
   (custom-theme-set-variables
    'modus-vivendi



reply via email to

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