branch: externals/modus-operandi-theme
commit 8ed8b439ea51bfd7815132c82bc93bda8c98dde6
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for BUFLER
---
README.org | 1 +
modus-operandi-theme.el | 10 ++++++++++
modus-vivendi-theme.el | 10 ++++++++++
3 files changed, 21 insertions(+)
diff --git a/README.org b/README.org
index 40ca093..e467c6d 100644
--- a/README.org
+++ b/README.org
@@ -178,6 +178,7 @@ the "full support" may not be 100% true…
+ avy
+ breakpoint (provided by built-in gdb-mi.el)
+ buffer-expose
++ bufler
+ 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 3b5f84b..592f457 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -68,6 +68,7 @@
;; avy
;; breakpoint (provided by built-in gdb-mi.el)
;; buffer-expose
+;; bufler
;; calendar and diary
;; calfw
;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
@@ -635,6 +636,15 @@ between foreground and background is >= 7:1)."
`(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))))
+ ;;;; bufler
+ `(bufler-buffer ((,class (:foreground ,fg-main))))
+ `(bufler-buffer-special ((,class (:foreground ,magenta-alt :slant
,modus-theme-slant))))
+ `(bufler-dim ((,class (:foreground ,fg-alt))))
+ `(bufler-group ((,class (:weight bold))))
+ `(bufler-mode ((,class (:foreground ,green-alt-other))))
+ `(bufler-path ((,class (:foreground ,blue))))
+ `(bufler-size ((,class (:foreground ,cyan))))
+ `(bufler-vc ((,class (:foreground ,yellow-alt-other))))
;;;; 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 18a150b..90620a4 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -68,6 +68,7 @@
;; avy
;; breakpoint (provided by built-in gdb-mi.el)
;; buffer-expose
+;; bufler
;; calendar and diary
;; calfw
;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
@@ -635,6 +636,15 @@ between foreground and background is >= 7:1)."
`(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))))
+ ;;;; bufler
+ `(bufler-buffer ((,class (:foreground ,fg-main))))
+ `(bufler-buffer-special ((,class (:foreground ,magenta-alt :slant
,modus-theme-slant))))
+ `(bufler-dim ((,class (:foreground ,fg-alt))))
+ `(bufler-group ((,class (:weight bold))))
+ `(bufler-mode ((,class (:foreground ,green-alt-other))))
+ `(bufler-path ((,class (:foreground ,blue))))
+ `(bufler-size ((,class (:foreground ,cyan))))
+ `(bufler-vc ((,class (:foreground ,yellow-alt-other))))
;;;; calendar and diary
`(calendar-month-header ((,class (:foreground ,fg-main :weight bold))))
`(calendar-today ((,class (:underline t))))