branch: externals/doric-themes
commit fcf24c1f1c0f55f27c4044967ea68c88d9e969bc
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Support ibuffer faces (Emacs 31)
I added those to emacs.git.
---
doric-themes.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doric-themes.el b/doric-themes.el
index 1638863d36..1c0caeacda 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -879,6 +879,8 @@ Run `doric-themes-after-load-theme-hook' after loading a
theme."
gnus-summary-normal-ticked
grep-heading
help-for-help-header
+ ibuffer-filter-group-name
+ ibuffer-title
icomplete-first-match
indium-repl-prompt-face
info-header-node
@@ -1539,6 +1541,9 @@ default to a generic text that mentions the
BACKGROUND-MODE."
(((class color) (min-colors 88) (background dark))
:background "#000000" :foreground "#cab000")))
+ `(ibuffer-deletion ((t :inherit bold-italic :background
,bg-shadow-intense :foreground ,fg-main)))
+ `(ibuffer-marked ((t :inherit bold-italic :background ,bg-accent
:foreground ,fg-main)))
+
`(isearch ((t :background ,bg-shadow-intense :foreground
,fg-main)))
`(isearch-fail ((t :inherit (underline bold))))
`(isearch-group-1 ((t :background ,bg-accent :foreground
,fg-accent)))