branch: externals/modus-themes
commit 0648a01deeb761633467dff86f10a519cd24f465
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Simplify the minibuffer-depth-indicator
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index b9104c70f8..5fa4417040 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5984,7 +5984,7 @@ FG and BG are the main colors."
`(markup-title-5-face ((,c :inherit modus-themes-heading-6)))
`(markup-verbatim-face ((,c :inherit modus-themes-fixed-pitch :background
,bg-prose-verbatim :foreground ,fg-prose-verbatim)))
;;;;; mbdepth
- `(minibuffer-depth-indicator ((,c :inherit bold :background ,bg-mark-other
:foreground ,fg-mark-other)))
+ `(minibuffer-depth-indicator ((,c :inverse-video t)))
;;;;; mct
`(mct-highlight-candidate ((,c :inherit modus-themes-completion-selected)))
;;;;; messages