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

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

[elpa] externals/ef-themes f440c1604e: ef-duo-dark: revise hues for rege


From: ELPA Syncer
Subject: [elpa] externals/ef-themes f440c1604e: ef-duo-dark: revise hues for regexp constructs
Date: Mon, 26 Sep 2022 12:57:33 -0400 (EDT)

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

    ef-duo-dark: revise hues for regexp constructs
    
    This makes them easier to distinguish from the rest of the string.
    They still are consistent with the overall character of the theme.
---
 ef-duo-dark-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el
index bbb25be825..a81b7a31f9 100644
--- a/ef-duo-dark-theme.el
+++ b/ef-duo-dark-theme.el
@@ -166,8 +166,8 @@
       (type blue-cooler)
       (variable magenta-cooler)
 
-      (rx-escape cyan) ; compare with `string'
-      (rx-construct red-warmer)
+      (rx-escape magenta-cooler) ; compare with `string'
+      (rx-construct blue)
 
       (accent-0 blue-warmer)
       (accent-1 yellow-warmer)



reply via email to

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