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

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

[elpa] externals/ef-themes 07a9099db0 2/3: Fix ef-themes-mark-other attr


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 07a9099db0 2/3: Fix ef-themes-mark-other attributes alist
Date: Wed, 19 Oct 2022 05:57:50 -0400 (EDT)

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

    Fix ef-themes-mark-other attributes alist
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 3a9542545a..45b0f3252b 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -586,7 +586,7 @@ Helper function for `ef-themes-preview-colors'."
     `(ef-themes-ui-variable-pitch ((,c ,@(ef-themes--variable-pitch-ui))))
     `(ef-themes-mark-delete ((,c :inherit error :background ,bg-err)))
     `(ef-themes-mark-select ((,c :inherit success :background ,bg-info)))
-    `(ef-themes-mark-other ((,c (,c :inherit warning :background 
,bg-warning))))
+    `(ef-themes-mark-other ((,c :inherit warning :background ,bg-warning)))
 ;;;; all basic faces
 ;;;;; absolute essentials
     `(bold ((,c :weight bold)))



reply via email to

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