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

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

[elpa] externals/modus-operandi-theme 1c75265 037/153: Add support for b


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 1c75265 037/153: Add support for binder
Date: Thu, 18 Mar 2021 13:47:34 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 1c75265112e9fef6535887f48a6f1391ce8c023c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for binder
---
 doc/modus-themes.org    | 1 +
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 3 files changed, 13 insertions(+)

diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 07b5c12..4c7665c 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -1005,6 +1005,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + auto-dim-other-buffers
 + avy
 + awesome-tray
++ binder
 + bm
 + bongo
 + boon
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 1c6cf21..b43e171 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -82,6 +82,7 @@
 ;;     auto-dim-other-buffers
 ;;     avy
 ;;     awesome-tray
+;;     binder
 ;;     bm
 ;;     bongo
 ;;     boon
@@ -1394,6 +1395,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(awesome-tray-module-mode-name-face ((,class :inherit bold :foreground 
,green)))
    `(awesome-tray-module-parent-dir-face ((,class :inherit bold :foreground 
,cyan)))
    `(awesome-tray-module-rvm-face ((,class :inherit bold :foreground 
,magenta-alt-other)))
+;;;;; binder
+   `(binder-sidebar-highlight ((,class :inherit modus-theme-subtle-cyan)))
+   `(binder-sidebar-marked ((,class :inherit modus-theme-mark-sel)))
+   `(binder-sidebar-missing ((,class :inherit modus-theme-subtle-red)))
+   `(binder-sidebar-tags ((,class :foreground ,cyan)))
 ;;;;; bm
    `(bm-face ((,class :inherit modus-theme-subtle-yellow
                       ,@(and (>= emacs-major-version 27) '(:extend t)))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index fdfa044..0b9469f 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -82,6 +82,7 @@
 ;;     auto-dim-other-buffers
 ;;     avy
 ;;     awesome-tray
+;;     binder
 ;;     bm
 ;;     bongo
 ;;     boon
@@ -1394,6 +1395,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(awesome-tray-module-mode-name-face ((,class :inherit bold :foreground 
,green)))
    `(awesome-tray-module-parent-dir-face ((,class :inherit bold :foreground 
,cyan)))
    `(awesome-tray-module-rvm-face ((,class :inherit bold :foreground 
,magenta-alt-other)))
+;;;;; binder
+   `(binder-sidebar-highlight ((,class :inherit modus-theme-subtle-cyan)))
+   `(binder-sidebar-marked ((,class :inherit modus-theme-mark-sel)))
+   `(binder-sidebar-missing ((,class :inherit modus-theme-subtle-red)))
+   `(binder-sidebar-tags ((,class :foreground ,cyan)))
 ;;;;; bm
    `(bm-face ((,class :inherit modus-theme-subtle-yellow
                       ,@(and (>= emacs-major-version 27) '(:extend t)))))



reply via email to

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