branch: externals/ef-themes commit 90ec0d2f6a884dc08fd785f45869877184aa3418 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-dark: tweak warning mapping; refine yellow hue Basically, this makes the applicable colour more green than red (yellow is a combination of red and green). --- ef-dark-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-dark-theme.el b/ef-dark-theme.el index de06d6bd54..417c6ec24c 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -60,7 +60,7 @@ (green-warmer "#6aad0f") (green-cooler "#00a692") (green-faint "#61a06c") - (yellow "#c48032") + (yellow "#bf9032") (yellow-warmer "#d1843f") (yellow-cooler "#df8a5a") (yellow-faint "#cf9f8f") @@ -146,7 +146,7 @@ ;; Mappings (err red-warmer) - (warning yellow-warmer) + (warning yellow) (info green) (link cyan)