branch: externals/ef-themes commit 156b4230820ae0b54d2804c43eb952f214f94d55 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-spring: 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-spring-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-spring-theme.el b/ef-spring-theme.el index a0176bb37a..755b831ef1 100644 --- a/ef-spring-theme.el +++ b/ef-spring-theme.el @@ -146,7 +146,7 @@ ;; Mappings (err red-warmer) - (warning yellow-warmer) + (warning yellow) (info green) (link cyan-cooler)