branch: externals/ef-themes commit 21ce82845967c36d6247ffcce1b3b57426e17269 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-winter: improve contrast of base backgrounds --- ef-winter-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ef-winter-theme.el b/ef-winter-theme.el index a833441dd0..5eacbfce5c 100644 --- a/ef-winter-theme.el +++ b/ef-winter-theme.el @@ -47,13 +47,13 @@ '(;; Basic tones (bg-main "#0f0b15") (fg-main "#b8c6d5") - (bg-dim "#161926") + (bg-dim "#1d202f") (fg-dim "#807c9f") - (bg-alt "#202234") + (bg-alt "#2a2f42") (fg-alt "#bf8f8f") - (bg-active "#353554") - (bg-inactive "#14121a") + (bg-active "#3a3f52") + (bg-inactive "#19181f") ;; Basic hues for foreground values (red "#f47359")