branch: externals/modus-operandi-theme
commit 04137513093a4c946722ace81414a06e84914554
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for BUFFER-EXPOSE
---
README.org | 1 +
modus-operandi-theme.el | 5 +++++
modus-vivendi-theme.el | 5 +++++
3 files changed, 11 insertions(+)
diff --git a/README.org b/README.org
index 1ff185f..55cb4d0 100644
--- a/README.org
+++ b/README.org
@@ -177,6 +177,7 @@ the "full support" may not be 100% true…
+ auto-dim-other-buffers
+ avy
+ breakpoint (provided by built-in gdb-mi.el)
++ buffer-expose
+ calendar and diary
+ calfw
+ change-log and log-view (=vc-print-log= and =vc-print-root-log=)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 1776806..709d6d3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -67,6 +67,7 @@
;; auto-dim-other-buffers
;; avy
;; breakpoint (provided by built-in gdb-mi.el)
+;; buffer-expose
;; calendar and diary
;; calfw
;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
@@ -594,6 +595,10 @@ between foreground and background is >= 7:1)."
;;;; breakpoint (built-in gdb-mi.el)
`(breakpoint-disabled ((,class (:foreground ,fg-alt))))
`(breakpoint-enabled ((,class (:foreground ,red :weight bold))))
+ ;;;; buffer-expose
+ `(buffer-expose-ace-char-face ((,class (:foreground ,red-active :weight
bold))))
+ `(buffer-expose-mode-line-face ((,class (:foreground ,cyan-active))))
+ `(buffer-expose-selected-face ((,class (:inherit
modus-theme-special-mild))))
;;;; calendar and diary
`(calendar-month-header ((,class (:foreground ,fg-main :weight bold))))
`(calendar-today ((,class (:underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 4f00c9c..0e85303 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -67,6 +67,7 @@
;; auto-dim-other-buffers
;; avy
;; breakpoint (provided by built-in gdb-mi.el)
+;; buffer-expose
;; calendar and diary
;; calfw
;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
@@ -594,6 +595,10 @@ between foreground and background is >= 7:1)."
;;;; breakpoint (built-in gdb-mi.el)
`(breakpoint-disabled ((,class (:foreground ,fg-alt))))
`(breakpoint-enabled ((,class (:foreground ,red :weight bold))))
+ ;;;; buffer-expose
+ `(buffer-expose-ace-char-face ((,class (:foreground ,red-active :weight
bold))))
+ `(buffer-expose-mode-line-face ((,class (:foreground ,cyan-active))))
+ `(buffer-expose-selected-face ((,class (:inherit
modus-theme-special-mild))))
;;;; calendar and diary
`(calendar-month-header ((,class (:foreground ,fg-main :weight bold))))
`(calendar-today ((,class (:underline t))))