branch: externals/ef-themes
commit 2b53b9a8323e3da0162b68d714d68051ef8903fa
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Revise style of org-dispatcher-highlight
    
    This is the highlight of the keys you see when calling C-c C-e from an
    Org buffer.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index f0d5fc11a4..7248d5d57d 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1106,7 +1106,7 @@ Helper function for `ef-themes-preview-colors'."
     `(org-column-title ((,c :inherit (bold default) :underline t :background 
,bg-alt)))
     `(org-date ((,c :foreground ,date)))
     `(org-date-selected ((,c :foreground ,date :inverse-video t)))
-    `(org-dispatcher-highlight ((,c :inherit (bold secondary-selection))))
+    `(org-dispatcher-highlight ((,c :inherit warning :background ,bg-warning)))
     `(org-document-info ((,c :foreground ,rainbow-1)))
     `(org-document-info-keyword ((,c :inherit shadow)))
     `(org-document-title ((,c :inherit ef-themes-heading-0)))

Reply via email to