[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/standard-themes 47246356fd: Add support for breadcrumb
From: |
ELPA Syncer |
Subject: |
[elpa] externals/standard-themes 47246356fd: Add support for breadcrumb package |
Date: |
Wed, 13 Sep 2023 06:58:59 -0400 (EDT) |
branch: externals/standard-themes
commit 47246356fde9f95942a1b2ea7e50b9f394f45d7b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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 +
standard-themes.el | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 2445ed4858..8b0a3b5649 100644
--- a/README.org
+++ b/README.org
@@ -1155,6 +1155,7 @@ everything most users need.
- ansi-color
- auctex
- auto-dim-other-buffers
+- breadcrumb [Part of {{{development-version}}}]
- bongo
- bookmark
- calendar and diary
diff --git a/standard-themes.el b/standard-themes.el
index b6f666fc26..ff3396bf6b 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1022,6 +1022,10 @@ Optional prefix argument MAPPINGS has the same meaning
as for
`(TeX-error-description-warning ((,c :inherit warning)))
;;;; auto-dim-other-buffers
`(auto-dim-other-buffers-face ((,c :background ,bg-inactive)))
+;;;; breadcrumb
+ `(breadcrumb-face (( )))
+ `(breadcrumb-imenu-leaf-face ((,c :inherit bold :foreground
,modeline-warning))) ; same as `which-func'
+ `(breadcrumb-project-leaf-face ((,c :inherit bold)))
;;;; bongo
`(bongo-album-title (( )))
`(bongo-artist ((,c :foreground ,rainbow-0)))
@@ -2107,7 +2111,7 @@ Optional prefix argument MAPPINGS has the same meaning as
for
`(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 ,modeline-warning)))
+ `(which-func ((,c :inherit bold :foreground ,modeline-warning))) ; same as
`breadcrumb-imenu-leaf-face'
;;;; whitespace-mode
`(whitespace-big-indent ((,c :background ,bg-err :foreground ,err)))
`(whitespace-empty ((,c :inherit whitespace-big-indent)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/standard-themes 47246356fd: Add support for breadcrumb package,
ELPA Syncer <=