branch: elpa/alect-themes
commit f8b7348bb86e9759dabaa90a06b0a6fca050161a
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add 'org-dispatcher-highlight' face
---
 alect-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alect-themes.el b/alect-themes.el
index 3f5a7745277..bd59c348fc1 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1392,6 +1392,7 @@ For INVERT, see `alect-get-color'."
          (org-date                  ((,c :inherit alect-time)))
          (org-date-selected         ((,c :inherit alect-selected-item)))
          (org-deadline-announce     ((,c :foreground ,(gc 'red-1))))
+         (org-dispatcher-highlight  ((,c :inherit alect-key)))
          (org-done                  ((,c :foreground ,(gc 'cyan-1)
                                          :weight bold)))
          (org-document-title        ((,c :inherit alect-title)))

Reply via email to