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

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

[elpa] externals/modus-operandi-theme 0a0af53 65/99: Add support for BOO


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 0a0af53 65/99: Add support for BOON
Date: Fri, 31 Jul 2020 09:25:27 -0400 (EDT)

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

    Add support for BOON
---
 README.org              | 1 +
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 3 files changed, 13 insertions(+)

diff --git a/README.org b/README.org
index e7b1b09..e5a6b66 100644
--- a/README.org
+++ b/README.org
@@ -905,6 +905,7 @@ the "full support" may not be 100% true…
 + auto-dim-other-buffers
 + avy
 + bm
++ boon
 + breakpoint (provided by the built-in =gdb-mi.el= library)
 + buffer-expose
 + calendar and diary
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 5528c24..6f8d255 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -81,6 +81,7 @@
 ;;     avy
 ;;     breakpoint (provided by built-in gdb-mi.el)
 ;;     bm
+;;     boon
 ;;     buffer-expose
 ;;     calendar and diary
 ;;     calfw
@@ -1157,6 +1158,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(widget-field ((,class :background ,bg-alt :foreground ,fg-dim)))
    `(widget-inactive ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
    `(widget-single-line-field ((,class :inherit widget-field)))
+   ;;;; boon
+   `(boon-modeline-cmd ((,class :inherit modus-theme-active-blue)))
+   `(boon-modeline-ins ((,class :inherit modus-theme-active-red)))
+   `(boon-modeline-off ((,class :inherit modus-theme-active-yellow)))
+   `(boon-modeline-spc ((,class :inherit modus-theme-active-green)))
    ;;;; breakpoint (built-in gdb-mi.el)
    `(breakpoint-disabled ((,class :foreground ,fg-alt)))
    `(breakpoint-enabled ((,class :foreground ,red :weight bold)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 91e53b9..2178496 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -81,6 +81,7 @@
 ;;     avy
 ;;     breakpoint (provided by built-in gdb-mi.el)
 ;;     bm
+;;     boon
 ;;     buffer-expose
 ;;     calendar and diary
 ;;     calfw
@@ -1157,6 +1158,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(widget-field ((,class :background ,bg-alt :foreground ,fg-dim)))
    `(widget-inactive ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
    `(widget-single-line-field ((,class :inherit widget-field)))
+   ;;;; boon
+   `(boon-modeline-cmd ((,class :inherit modus-theme-active-blue)))
+   `(boon-modeline-ins ((,class :inherit modus-theme-active-red)))
+   `(boon-modeline-off ((,class :inherit modus-theme-active-yellow)))
+   `(boon-modeline-spc ((,class :inherit modus-theme-active-green)))
    ;;;; breakpoint (built-in gdb-mi.el)
    `(breakpoint-disabled ((,class :foreground ,fg-alt)))
    `(breakpoint-enabled ((,class :foreground ,red :weight bold)))



reply via email to

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