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

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

[elpa] externals/ef-themes 122fb2783a: Cover read-multiple-choice-face


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 122fb2783a: Cover read-multiple-choice-face
Date: Fri, 2 Sep 2022 21:57:34 -0400 (EDT)

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

    Cover read-multiple-choice-face
    
    The default attributes it has are technically okay, though I think this
    makes the keys stand out more.  We use the same design for Org's export
    dispatcher (the 'org-dispatcher-highlight').
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index 1eeebb8ed5..1a5894ec6b 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -545,6 +545,7 @@ Helper function for `ef-themes-preview-colors'."
     `(help-argument-name ((,c :foreground ,accent-0)))
     `(help-key-binding ((,c :inherit bold :foreground ,keybind)))
     `(highlight ((,c :background ,bg-hover :foreground ,fg-intense)))
+    `(read-multiple-choice-face ((,c :inherit warning :background 
,bg-warning)))
     `(secondary-selection ((,c :background ,bg-hover-alt :foreground 
,fg-intense)))
     `(hl-line ((,c :background ,bg-hl-line)))
     `(button ((,c :foreground ,link :underline ,border)))



reply via email to

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