branch: externals/ef-themes commit a273ede0ff452cc63b66e4ed4a50413dd4a97b28 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>. --- README.org | 1 + ef-themes.el | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index ba5e028e71..6748fa5593 100644 --- a/README.org +++ b/README.org @@ -1284,6 +1284,7 @@ everything most users need. - auctex - auto-dim-other-buffers - avy +- breadcrumb [Part of {{{development-version}}}] - bongo - bookmark - calendar and diary diff --git a/ef-themes.el b/ef-themes.el index 9eb2e6a156..7a5a37694e 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1043,6 +1043,10 @@ text should not be underlined as well) yet still blend in." `(aw-leading-char-face ((,c :inherit (bold ef-themes-reset-soft) :height 1.5 :foreground ,keybind))) `(aw-minibuffer-leading-char-face ((,c :inherit ef-themes-key-binding))) `(aw-mode-line-face ((,c :inherit bold))) +;;;; breadcrumb + `(breadcrumb-face (( ))) + `(breadcrumb-imenu-leaf-face ((,c :inherit bold :foreground ,fg-intense))) ; same as `which-func' + `(breadcrumb-project-leaf-face ((,c :inherit bold))) ;;;; bongo `(bongo-album-title (( ))) `(bongo-artist ((,c :foreground ,rainbow-0))) @@ -2292,7 +2296,7 @@ text should not be underlined as well) yet still blend in." `(wgrep-file-face ((,c :foreground ,fg-alt))) `(wgrep-reject-face ((,c :background ,bg-err :foreground ,err))) ;;;; which-function-mode - `(which-func ((,c :inherit bold :foreground ,fg-intense))) + `(which-func ((,c :inherit bold :foreground ,fg-intense))) ; 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)))