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

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

[elpa] externals/ef-themes 7b90de837c 1/4: Swap re-builder 1 and 2 for b


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 7b90de837c 1/4: Swap re-builder 1 and 2 for better combinations
Date: Sat, 17 Sep 2022 22:57:34 -0400 (EDT)

branch: externals/ef-themes
commit 7b90de837c38d65a1a920d6c88cbf7e1f358c106
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Swap re-builder 1 and 2 for better combinations
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 7d98d55b1b..53ae1c6384 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1486,8 +1486,8 @@ Helper function for `ef-themes-preview-colors'."
     `(recursion-indicator-minibuffer ((,c :foreground ,modeline-info)))
 ;;;; regexp-builder (re-builder)
     `(reb-match-0 ((,c :background ,bg-cyan :foreground ,fg-intense)))
-    `(reb-match-1 ((,c :background ,bg-magenta :foreground ,fg-intense)))
-    `(reb-match-2 ((,c :background ,bg-red :foreground ,fg-intense)))
+    `(reb-match-1 ((,c :background ,bg-red :foreground ,fg-intense)))
+    `(reb-match-2 ((,c :background ,bg-magenta :foreground ,fg-intense)))
     `(reb-match-3 ((,c :background ,bg-yellow :foreground ,fg-intense)))
     `(reb-regexp-grouping-backslash ((,c :inherit 
font-lock-regexp-grouping-backslash)))
     `(reb-regexp-grouping-construct ((,c :inherit 
font-lock-regexp-grouping-construct)))



reply via email to

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