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

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

[elpa] externals/modus-vivendi-theme e1e9fad 018/110: Document IBUFFER s


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme e1e9fad 018/110: Document IBUFFER support. Add minor tweaks.
Date: Wed, 29 Apr 2020 21:39:58 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit e1e9fadfca22a6dfbb9aa12fe806c9de2b083e74
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Document IBUFFER support. Add minor tweaks.
    
    The built-in `ibuffer' library was already supported, but I had failed
    to document as much.  By the by, note that `ibuffer' does not define
    faces of its own, but rather exposes customisation options for declaring
    a face.
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 59633ed..0f82419 100644
--- a/README.org
+++ b/README.org
@@ -297,6 +297,7 @@ the "full support" may not be 100% true…
 + hl-line-mode
 + hl-todo
 + hydra
++ ibuffer
 + ido-mode
 + iedit
 + imenu-list
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2f89b70..0cb138c 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -161,6 +161,7 @@
 ;;     hl-line-mode
 ;;     hl-todo
 ;;     hydra
+;;     ibuffer
 ;;     ido-mode
 ;;     iedit
 ;;     imenu-list
@@ -2875,7 +2876,9 @@ AMOUNT is a customisation option."
     `(ansi-color-names-vector [,fg-main ,red ,green ,yellow ,blue ,magenta 
,cyan ,bg-main])
     ;;;; ibuffer
     `(ibuffer-deletion-face 'dired-flagged)
+    `(ibuffer-filter-group-name-face 'dired-mark)
     `(ibuffer-marked-face 'dired-marked)
+    `(ibuffer-title-face 'dired-header)
     ;;;; hl-todo
     `(hl-todo-keyword-faces
       '(("HOLD" . ,yellow-alt)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 496b622..c0087b3 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -161,6 +161,7 @@
 ;;     hl-line-mode
 ;;     hl-todo
 ;;     hydra
+;;     ibuffer
 ;;     ido-mode
 ;;     iedit
 ;;     imenu-list
@@ -2875,7 +2876,9 @@ AMOUNT is a customisation option."
     `(ansi-color-names-vector [,bg-main ,red ,green ,yellow ,blue ,magenta 
,cyan ,fg-main])
     ;;;; ibuffer
     `(ibuffer-deletion-face 'dired-flagged)
+    `(ibuffer-filter-group-name-face 'dired-mark)
     `(ibuffer-marked-face 'dired-marked)
+    `(ibuffer-title-face 'dired-header)
     ;;;; hl-todo
     `(hl-todo-keyword-faces
       '(("HOLD" . ,yellow-alt)



reply via email to

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