branch: externals/ef-themes commit 96bdbb4df8c74d07e43164ed34973bf67d06071a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak style of org-dispatcher-highlight --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 278e1859d7..59640df3ce 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -618,7 +618,7 @@ When called from Lisp, THEME is a symbol." `(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 highlight)))) + `(org-dispatcher-highlight ((,c :inherit (bold secondary-selection)))) `(org-document-info ((,c :foreground ,rainbow-1))) `(org-document-info-keyword ((,c :inherit shadow))) `(org-document-title ((,c :foreground ,rainbow-0 :height 1.8)))