emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-themes daa4b3f4a7 1/2: Support the built-in minib


From: ELPA Syncer
Subject: [elpa] externals/modus-themes daa4b3f4a7 1/2: Support the built-in minibuffer-depth-indicator
Date: Thu, 25 Jul 2024 06:58:38 -0400 (EDT)

branch: externals/modus-themes
commit daa4b3f4a7093bcb0144379a23d63e10cd8274f2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Support the built-in minibuffer-depth-indicator
---
 doc/modus-themes.info | 83 ++++++++++++++++++++++++++-------------------------
 doc/modus-themes.org  |  1 +
 modus-themes.el       |  2 ++
 3 files changed, 45 insertions(+), 41 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index 1d89b88c0a..d00454ee7a 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -4253,6 +4253,7 @@ have lots of extensions, so the “full support” may not be 
100% true…
    • marginalia
    • markdown-mode
    • markup-faces (‘adoc-mode’)
+   • mb-depth [ Part of 4.5.0-dev ]
    • mct
    • messages
    • minimap
@@ -6457,47 +6458,47 @@ Node: DIY Use a hook at the post-load-theme phase167908
 Node: DIY A theme-agnostic hook for theme loading170032
 Node: Face coverage172663
 Node: Supported packages173115
-Node: Indirectly covered packages178887
-Node: Notes on individual packages180256
-Node: Note on calendarel weekday and weekend colors181356
-Node: Note on git-gutter in Doom Emacs182504
-Node: Note on php-mode multiline comments185004
-Node: Note on underlines in compilation buffers185764
-Node: Note on inline Latex in Org buffers186636
-Node: Note on dimmerel187246
-Node: Note on display-fill-column-indicator-mode188731
-Node: Note on highlight-parenthesesel190184
-Node: Note on mmm-modeel background colors196267
-Node: Note for prism198621
-Node: Note on company-mode overlay pop-up201843
-Ref: Note on company-mode overlay pop-up-Footnote-1202573
-Ref: Note on company-mode overlay pop-up-Footnote-2202640
-Node: Note on ERC escaped color sequences202695
-Ref: Note on ERC escaped color sequences-Footnote-1204123
-Node: Note on powerline or spaceline204233
-Node: Note on SHR colors204647
-Node: Note on SHR fonts205071
-Node: Note on Ement colors and fonts205758
-Node: Note on pdf-tools link hints207268
-Node: Note on the Notmuch logo209728
-Node: Note on goto-address-mode faces210266
-Node: Frequently Asked Questions211384
-Node: Is the contrast ratio about adjacent colors?212017
-Node: What does it mean to avoid exaggerations?213526
-Node: Why are colors mostly variants of blue magenta cyan?215378
-Node: What is the best setup for legibility?219712
-Node: Are these color schemes?222359
-Node: Port the Modus themes to other platforms?226043
-Node: Contributing228889
-Node: Sources of the themes229288
-Node: Issues you can help with230184
-Node: Patches require copyright assignment to the FSF231577
-Node: Acknowledgements233799
-Node: GNU Free Documentation License238037
-Node: Indices263401
-Node: Function index263580
-Node: Variable index264878
-Node: Concept index269081
+Node: Indirectly covered packages178925
+Node: Notes on individual packages180294
+Node: Note on calendarel weekday and weekend colors181394
+Node: Note on git-gutter in Doom Emacs182542
+Node: Note on php-mode multiline comments185042
+Node: Note on underlines in compilation buffers185802
+Node: Note on inline Latex in Org buffers186674
+Node: Note on dimmerel187284
+Node: Note on display-fill-column-indicator-mode188769
+Node: Note on highlight-parenthesesel190222
+Node: Note on mmm-modeel background colors196305
+Node: Note for prism198659
+Node: Note on company-mode overlay pop-up201881
+Ref: Note on company-mode overlay pop-up-Footnote-1202611
+Ref: Note on company-mode overlay pop-up-Footnote-2202678
+Node: Note on ERC escaped color sequences202733
+Ref: Note on ERC escaped color sequences-Footnote-1204161
+Node: Note on powerline or spaceline204271
+Node: Note on SHR colors204685
+Node: Note on SHR fonts205109
+Node: Note on Ement colors and fonts205796
+Node: Note on pdf-tools link hints207306
+Node: Note on the Notmuch logo209766
+Node: Note on goto-address-mode faces210304
+Node: Frequently Asked Questions211422
+Node: Is the contrast ratio about adjacent colors?212055
+Node: What does it mean to avoid exaggerations?213564
+Node: Why are colors mostly variants of blue magenta cyan?215416
+Node: What is the best setup for legibility?219750
+Node: Are these color schemes?222397
+Node: Port the Modus themes to other platforms?226081
+Node: Contributing228927
+Node: Sources of the themes229326
+Node: Issues you can help with230222
+Node: Patches require copyright assignment to the FSF231615
+Node: Acknowledgements233837
+Node: GNU Free Documentation License238075
+Node: Indices263439
+Node: Function index263618
+Node: Variable index264916
+Node: Concept index269119
 
 End Tag Table
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 45e43427bf..9c3cadc8cf 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -4102,6 +4102,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + marginalia
 + markdown-mode
 + markup-faces (~adoc-mode~)
++ mb-depth [ Part of {{{development-version}}} ]
 + mct
 + messages
 + minimap
diff --git a/modus-themes.el b/modus-themes.el
index eb6b39e33c..3e17f80880 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3003,6 +3003,8 @@ FG and BG are the main colors."
     `(markup-title-4-face ((,c :inherit modus-themes-heading-5)))
     `(markup-title-5-face ((,c :inherit modus-themes-heading-6)))
     `(markup-verbatim-face ((,c :inherit modus-themes-prose-verbatim)))
+;;;;; mbdepth
+    `(minibuffer-depth-indicator ((,c :inherit modus-themes-mark-alt)))
 ;;;;; mct
     `(mct-highlight-candidate ((,c :inherit modus-themes-completion-selected)))
 ;;;;; messages



reply via email to

[Prev in Thread] Current Thread [Next in Thread]