Closed mankoff closed 4 years ago
Thank you for writing this issue.
I tested it in Spacemacs and Doom and got results with the expected display in the minibuffer:
So I'm not sure where to look.
Org-mode doesn't have a dedicated face for this part of minibuffer though, so org-mode uses secondary-selection face here.
From Emacs Manual
You can control the appearance of the highlighting by customizing the secondary-selection face (see section AD.2.2.3 Customizing Faces).
But I'm not yet sure what to do with that information.
The background for the secondary-selection-face
is defined here:
https://github.com/humanoid-colors/emacs-humanoid-themes/blob/master/humanoid-themes.el#L231
As the foreground is not defined it inherits the foreground from the face before.
Can you try to unload all other themes before activating humanoid-light
?
Huh. Yes on a clean install there is no issue. I apologize, I thought I tested it without loading any other themes first.
To replicate, make an
* Org Heading
and thenC-s
and then+1
to schedule 1 day in the future. The minibuffer should show the selected date (today + 1 day), but does not.Screenshot of humanoid-light:
Screenshot of a different theme loaded /after/ humanoid so things might look a bit weird.