branch: externals/ef-themes commit 081d176de4177247d37e248eff2ce38faaf67919 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-trio-dark: 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-trio-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el index 23860e5c11..d90ea92805 100644 --- a/ef-trio-dark-theme.el +++ b/ef-trio-dark-theme.el @@ -146,7 +146,7 @@ ;; Mappings (err red-warmer) - (warning yellow-warmer) + (warning yellow) (info green) (link cyan)