[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)))
- [elpa] externals/modus-operandi-theme 9a52600 29/99: Add support for two new HELM faces, (continued)
- [elpa] externals/modus-operandi-theme 9a52600 29/99: Add support for two new HELM faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 0c90a92 34/99: Tweak various preprocessor faces for consistency, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 98073da 36/99: Refine FOUNTAIN faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8a0b566 43/99: Refine conditional beg/end styles for Org blocks, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 80e95c0 45/99: Use more appropriate colour for PAREN-FACE package, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 28d5b83 47/99: Add README suggestions for "faint syntax" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme cba4339 51/99: Add support for ESHELL-FRINGE-STATUS, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme cfc5d24 54/99: Minor tweaks to the README, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme efa3431 63/99: MAJOR REVIEW of Org block custom option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme e22d75d 71/99: Let org timestamps inherit fixed-pitch, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 0a0af53 65/99: Add support for BOON,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme 94e1138 76/99: Remove extra properties from outline-minor-mode, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 426578f 75/99: MAJOR REFACTOR of bold weight and bold constructs, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 37b6bd0 88/99: Adds a readme note referring to #60 for HTML mails, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 80f87a6 32/99: Improve README on Org "rainbow src blocks" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 867d211 74/99: Modus Vivendi: minor tweak for consistency, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme dbdbb90 82/99: Clarify that specific degree of "bold" is optional, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 2ae2e12 84/99: Remove obsolete comment, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5c58249 90/99: Use line highlight for flycheck list current line, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7ad88f0 94/99: Improve distinction between MU4E read and unread, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme b80d4b4 93/99: Add "conf" to org-src-block-faces, Stefan Monnier, 2020/07/31