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

    ef-autumn: 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-autumn-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el
index 4659ece62c..334d4c6989 100644
--- a/ef-autumn-theme.el
+++ b/ef-autumn-theme.el
@@ -146,7 +146,7 @@
 
       ;; Mappings
       (err red-warmer)
-      (warning yellow-warmer)
+      (warning yellow)
       (info green-cooler)
 
       (link yellow)

Reply via email to