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

    ef-duo-dark: improve contrast of base backgrounds
---
 ef-duo-dark-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el
index 0f742cae0c..929ec045b6 100644
--- a/ef-duo-dark-theme.el
+++ b/ef-duo-dark-theme.el
@@ -50,13 +50,13 @@
     '(;; Basic tones
       (bg-main     "#070019")
       (fg-main     "#d0d0d0")
-      (bg-dim      "#1c1926")
+      (bg-dim      "#1d1a26")
       (fg-dim      "#857f8f")
-      (bg-alt      "#262230")
+      (bg-alt      "#2a2739")
       (fg-alt      "#89afef")
 
-      (bg-active   "#363240")
-      (bg-inactive "#140e1c")
+      (bg-active   "#3a3749")
+      (bg-inactive "#13101f")
 
       ;; Basic hues for foreground values
       (red             "#ef656a")

Reply via email to