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

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

[elpa] externals/modus-operandi-theme 8ed8b43 039/112: Add support for B


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 8ed8b43 039/112: Add support for BUFLER
Date: Mon, 30 Mar 2020 15:59:34 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 8ed8b439ea51bfd7815132c82bc93bda8c98dde6
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    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))))



reply via email to

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