branch: externals/ef-themes
commit 7b90de837c38d65a1a920d6c88cbf7e1f358c106
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    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