emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes a4f5c7d412 05/17: ef-night: improve contrast


From: ELPA Syncer
Subject: [elpa] externals/ef-themes a4f5c7d412 05/17: ef-night: improve contrast of base backgrounds
Date: Sun, 27 Nov 2022 08:57:38 -0500 (EST)

branch: externals/ef-themes
commit a4f5c7d4127e47e2f30d46a10fcbaef4903cd7cd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]