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

    ef-day: tweak 'warning' mapping
    
    Basically, this makes the applicable colour more green than red
    (yellow is a combination of red and green), based on how I define the
    colour values.
---
 ef-day-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-day-theme.el b/ef-day-theme.el
index ae6823da28..4798a46ac0 100644
--- a/ef-day-theme.el
+++ b/ef-day-theme.el
@@ -146,7 +146,7 @@
 
       ;; Mappings
       (err red-warmer)
-      (warning yellow-warmer)
+      (warning yellow)
       (info green)
 
       (link cyan-warmer)

Reply via email to