branch: externals/ef-themes commit a4f5c7d4127e47e2f30d46a10fcbaef4903cd7cd Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-night: improve contrast of base backgrounds --- ef-night-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ef-night-theme.el b/ef-night-theme.el index 27b784dc8c..a9d5809343 100644 --- a/ef-night-theme.el +++ b/ef-night-theme.el @@ -47,13 +47,13 @@ '(;; Basic tones (bg-main "#000e17") (fg-main "#afbcbf") - (bg-dim "#0f1b29") + (bg-dim "#1a202b") (fg-dim "#70819f") - (bg-alt "#1a2a2f") + (bg-alt "#242e39") (fg-alt "#b0a0a0") - (bg-active "#28353f") - (bg-inactive "#0f121f") + (bg-active "#343e49") + (bg-inactive "#11141f") ;; Basic hues for foreground values (red "#ef656a")