branch: externals/modus-themes
commit fdcbb99be2e228419f7d365e49bd8395ab97e481
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use the correct foreground for org-dispatcher-highlight and make it bold 
unconditionally
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 062a287961..f847373a24 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6376,7 +6376,7 @@ If COLOR is unspecified, then return :box unspecified."
     ;; very hard to read.  The square brackets around them are not
     ;; colored, which is what is causing the problem.
     `(org-dispatcher-highlight
-      ((default :background ,bg-mark-select :foreground ,fg-main)
+      ((default :inherit bold :background ,bg-mark-select :foreground 
,fg-mark-select)
        (((supports :box t))
         ,@(modus-themes--box bg-mark-select 2 nil))
        (t :underline ,border)))

Reply via email to