branch: externals/ef-themes commit ba670eb65941605ec4ad0dd91830ac71d2507131 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-duo-light: 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-duo-light-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el index 4a5c8fdba2..857466c457 100644 --- a/ef-duo-light-theme.el +++ b/ef-duo-light-theme.el @@ -150,7 +150,7 @@ ;; Mappings (err red) - (warning yellow-warmer) + (warning yellow) (info green) (link cyan)