branch: externals/ef-themes
commit f440c1604ef5c9a1a86bee2d3611bdbba41cf8d8
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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