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

    ef-spring: change bg-region-intense hue
    
    The previous one was too close to what hl-line-mode is using.  We want
    the "intense" region to be easy to spot, especially in such a common
    scenario.
---
 ef-spring-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index 521d88c710..6b7eb046ff 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -145,7 +145,7 @@
       (underline-info    "#02af52")
 
       ;; Conditional hues
-      (bg-region-intense "#dfb0d0")
+      (bg-region-intense "#cfb5f0")
 
       ;; Mappings
       (err red-warmer)

Reply via email to