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

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

[elpa] externals/ef-themes 0416ea8554 1/2: ef-duo-dark: change hue of bg


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 0416ea8554 1/2: ef-duo-dark: change hue of bg-paren
Date: Tue, 6 Sep 2022 23:57:35 -0400 (EDT)

branch: externals/ef-themes
commit 0416ea8554a78e8ae352fb314a336672b048d41c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    ef-duo-dark: change hue of bg-paren
    
    A cyan is better because it contrasts with the cursor and, generally,
    looks more consistent with the rest of the theme.
---
 ef-duo-dark-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el
index abf81bf987..ef63c50e92 100644
--- a/ef-duo-dark-theme.el
+++ b/ef-duo-dark-theme.el
@@ -130,7 +130,7 @@
       (bg-hover-alt  "#265f4a")
       (bg-hl-line    "#301a4f")
       (bg-region     "#042a50")
-      (bg-paren      "#7f2d40")
+      (bg-paren      "#2f608e")
       (bg-err        "#330d09") ; check with err
       (bg-warning    "#332600") ; check with warning
       (bg-info       "#002212") ; check with info



reply via email to

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