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

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

[elpa] externals/ef-themes 212ac04d19 3/3: Tweak the ef-themes-theme mac


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 212ac04d19 3/3: Tweak the ef-themes-theme macro
Date: Wed, 1 Feb 2023 01:15:07 -0500 (EST)

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

    Tweak the ef-themes-theme macro
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index bba8a86218..93ade15c68 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2092,7 +2092,7 @@ corresponding entries."
   (let ((sym (gensym))
         (colors (mapcar #'car (symbol-value palette))))
     `(let* ((c '((class color) (min-colors 256)))
-            (,sym (append ,overrides ef-themes-common-palette-overrides 
,palette))
+            (,sym (ef-themes--palette-value ',name ',overrides))
             ,@(mapcar (lambda (color)
                         (list color
                               `(ef-themes--retrieve-palette-value ',color 
,sym)))



reply via email to

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