branch: externals/modus-themes commit 70bbeed80f68a2edc126ff5cd8699ad7d2ce782e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for breadcrumb package A new package by João Távora: <https://elpa.gnu.org/packages/breadcrumb.html>. --- doc/modus-themes.info | 83 ++++++++++++++++++++++++++------------------------- doc/modus-themes.org | 1 + modus-themes.el | 6 +++- 3 files changed, 48 insertions(+), 42 deletions(-) diff --git a/doc/modus-themes.info b/doc/modus-themes.info index f9bfc9670c..1e45a75a12 100644 --- a/doc/modus-themes.info +++ b/doc/modus-themes.info @@ -3942,6 +3942,7 @@ have lots of extensions, so the “full support” may not be 100% true… • avy • bbdb • binder + • breadcrumb [Part of 4.3.0-dev] • bongo • boon • bookmark @@ -6225,47 +6226,47 @@ Node: Custom hl-todo colors160552 Node: Add support for solaire-mode162090 Node: Face coverage165001 Node: Supported packages165453 -Node: Indirectly covered packages171046 -Node: Notes on individual packages172415 -Node: Note on calendarel weekday and weekend colors173515 -Node: Note on git-gutter in Doom Emacs174663 -Node: Note on php-mode multiline comments177004 -Node: Note on underlines in compilation buffers177757 -Node: Note on inline Latex in Org buffers178594 -Node: Note on dimmerel179204 -Node: Note on display-fill-column-indicator-mode180689 -Node: Note on highlight-parenthesesel182088 -Node: Note on mmm-modeel background colors188066 -Node: Note for prism190366 -Node: Note on company-mode overlay pop-up193534 -Ref: Note on company-mode overlay pop-up-Footnote-1194264 -Ref: Note on company-mode overlay pop-up-Footnote-2194331 -Node: Note on ERC escaped color sequences194386 -Ref: Note on ERC escaped color sequences-Footnote-1195814 -Node: Note on powerline or spaceline195924 -Node: Note on SHR colors196338 -Node: Note on SHR fonts196762 -Node: Note on Ement colors and fonts197407 -Node: Note on pdf-tools link hints198917 -Node: Note on the Notmuch logo201377 -Node: Note on goto-address-mode faces201915 -Node: Frequently Asked Questions203033 -Node: Is the contrast ratio about adjacent colors?203664 -Node: What does it mean to avoid exaggerations?205171 -Node: Why are colors mostly variants of blue magenta cyan?207021 -Node: What is the best setup for legibility?211327 -Node: Are these color schemes?213972 -Node: Port the Modus themes to other platforms?217654 -Node: Contributing220498 -Node: Sources of the themes220895 -Node: Issues you can help with221789 -Node: Patches require copyright assignment to the FSF223180 -Node: Acknowledgements225400 -Node: GNU Free Documentation License229521 -Node: Indices254885 -Node: Function index255064 -Node: Variable index256247 -Node: Concept index258703 +Node: Indirectly covered packages171084 +Node: Notes on individual packages172453 +Node: Note on calendarel weekday and weekend colors173553 +Node: Note on git-gutter in Doom Emacs174701 +Node: Note on php-mode multiline comments177042 +Node: Note on underlines in compilation buffers177795 +Node: Note on inline Latex in Org buffers178632 +Node: Note on dimmerel179242 +Node: Note on display-fill-column-indicator-mode180727 +Node: Note on highlight-parenthesesel182126 +Node: Note on mmm-modeel background colors188104 +Node: Note for prism190404 +Node: Note on company-mode overlay pop-up193572 +Ref: Note on company-mode overlay pop-up-Footnote-1194302 +Ref: Note on company-mode overlay pop-up-Footnote-2194369 +Node: Note on ERC escaped color sequences194424 +Ref: Note on ERC escaped color sequences-Footnote-1195852 +Node: Note on powerline or spaceline195962 +Node: Note on SHR colors196376 +Node: Note on SHR fonts196800 +Node: Note on Ement colors and fonts197445 +Node: Note on pdf-tools link hints198955 +Node: Note on the Notmuch logo201415 +Node: Note on goto-address-mode faces201953 +Node: Frequently Asked Questions203071 +Node: Is the contrast ratio about adjacent colors?203702 +Node: What does it mean to avoid exaggerations?205209 +Node: Why are colors mostly variants of blue magenta cyan?207059 +Node: What is the best setup for legibility?211365 +Node: Are these color schemes?214010 +Node: Port the Modus themes to other platforms?217692 +Node: Contributing220536 +Node: Sources of the themes220933 +Node: Issues you can help with221827 +Node: Patches require copyright assignment to the FSF223218 +Node: Acknowledgements225438 +Node: GNU Free Documentation License229559 +Node: Indices254923 +Node: Function index255102 +Node: Variable index256285 +Node: Concept index258741 End Tag Table diff --git a/doc/modus-themes.org b/doc/modus-themes.org index 26598d4f57..8c6c0a37b2 100644 --- a/doc/modus-themes.org +++ b/doc/modus-themes.org @@ -3854,6 +3854,7 @@ have lots of extensions, so the "full support" may not be 100% true… + avy + bbdb + binder ++ breadcrumb [Part of {{{development-version}}}] + bongo + boon + bookmark diff --git a/modus-themes.el b/modus-themes.el index 81fb39357a..ffbe8ab7c8 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -1950,6 +1950,10 @@ FG and BG are the main colors." `(binder-sidebar-marked ((,c :inherit modus-themes-mark-sel))) `(binder-sidebar-missing ((,c :inherit modus-themes-mark-del))) `(binder-sidebar-tags ((,c :foreground ,variable))) +;;;;; breadcrumb + `(breadcrumb-face ((,c :foreground ,fg-alt))) + `(breadcrumb-imenu-leaf-face ((,c :inherit bold :foreground ,modeline-info))) ; same as `which-func' + `(breadcrumb-project-leaf-face ((,c :inherit bold))) ;;;;; bongo `(bongo-album-title (( ))) `(bongo-artist ((,c :foreground ,accent-0))) @@ -4013,7 +4017,7 @@ FG and BG are the main colors." `(wgrep-file-face ((,c :foreground ,fg-alt))) `(wgrep-reject-face ((,c :inherit error))) ;;;;; which-function-mode - `(which-func ((,c :inherit bold :foreground ,modeline-info))) + `(which-func ((,c :inherit bold :foreground ,modeline-info))) ; same as `breadcrumb-imenu-leaf-face' ;;;;; which-key `(which-key-command-description-face ((,c :foreground ,fg-main))) `(which-key-group-description-face ((,c :foreground ,keyword)))