branch: externals/ef-themes
commit 89c59f78e8b99650e2f839a19886a7d7393aa791
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    ef-autumn: improve contrast of bg-dim, bg-alt
---
 ef-autumn-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el
index 498f21f251..ffd3c03666 100644
--- a/ef-autumn-theme.el
+++ b/ef-autumn-theme.el
@@ -47,13 +47,13 @@
     '(;; Basic tones
       (bg-main     "#0f0e06")
       (fg-main     "#cfbcba")
-      (bg-dim      "#1f1b19")
+      (bg-dim      "#26211d")
       (fg-dim      "#887c8a")
       (bg-alt      "#36322f")
       (fg-alt      "#70a89f")
 
       (bg-active   "#46423f")
-      (bg-inactive "#14130a")
+      (bg-inactive "#15140d")
 
       ;; Basic hues for foreground values
       (red             "#ef656a")

Reply via email to