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

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

[elpa] externals/modus-operandi-theme c8deb91 95/99: Add explicit suppor


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme c8deb91 95/99: Add explicit support for BONGO
Date: Fri, 31 Jul 2020 09:25:34 -0400 (EDT)

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

    Add explicit support for BONGO
    
    This package was already supported, as it inherited from font-lock
    faces.  However, its end result left something to be desired.  Now its
    interfaces should feel consistent.
---
 README.org              |  2 +-
 modus-operandi-theme.el | 12 ++++++++++++
 modus-vivendi-theme.el  | 12 ++++++++++++
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 6e91abf..969b1ac 100644
--- a/README.org
+++ b/README.org
@@ -949,6 +949,7 @@ the "full support" may not be 100% true…
 + auto-dim-other-buffers
 + avy
 + bm
++ bongo
 + boon
 + breakpoint (provided by the built-in =gdb-mi.el= library)
 + buffer-expose
@@ -1205,7 +1206,6 @@ These do not require any extra styles because they are 
configured to
 inherit from some basic faces.  Please confirm.
 
 + comint
-+ bongo
 + edit-indirect
 + swift-mode
 
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 28c8543..e7d983f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -80,6 +80,7 @@
 ;;     auto-dim-other-buffers
 ;;     avy
 ;;     bm
+;;     bongo
 ;;     boon
 ;;     breakpoint (provided by built-in gdb-mi.el)
 ;;     buffer-expose
@@ -1194,6 +1195,17 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(bm-fringe-persistent-face ((,class :inherit modus-theme-fringe-blue)))
    `(bm-persistent-face ((,class :inherit modus-theme-intense-blue
                                  ,@(and (>= emacs-major-version 27) '(:extend 
t)))))
+;;;;; bongo
+   `(bongo-album-title ((,class :foreground ,magenta-alt-other)))
+   `(bongo-artist ((,class :foreground ,magenta)))
+   `(bongo-currently-playing-track ((,class :inherit bold)))
+   `(bongo-elapsed-track-part ((,class :background ,blue-refine-bg :foreground 
,blue-refine-fg :underline t)))
+   `(bongo-filled-seek-bar ((,class :background ,cyan-subtle-bg :foreground 
,fg-main)))
+   `(bongo-marked-track ((,class :foreground ,fg-mark-alt)))
+   `(bongo-marked-track-line ((,class :background ,bg-mark-alt)))
+   `(bongo-played-track ((,class :foreground ,fg-unfocused :strike-through t)))
+   `(bongo-track-length ((,class :foreground ,blue-alt-other)))
+   `(bongo-track-title ((,class :foreground ,blue-active)))
 ;;;;; boon
    `(boon-modeline-cmd ((,class :inherit modus-theme-active-blue)))
    `(boon-modeline-ins ((,class :inherit modus-theme-active-red)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 9bbf709..d823df7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -80,6 +80,7 @@
 ;;     auto-dim-other-buffers
 ;;     avy
 ;;     bm
+;;     bongo
 ;;     boon
 ;;     breakpoint (provided by built-in gdb-mi.el)
 ;;     buffer-expose
@@ -1194,6 +1195,17 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(bm-fringe-persistent-face ((,class :inherit modus-theme-fringe-blue)))
    `(bm-persistent-face ((,class :inherit modus-theme-intense-blue
                                  ,@(and (>= emacs-major-version 27) '(:extend 
t)))))
+;;;;; bongo
+   `(bongo-album-title ((,class :foreground ,magenta-alt-other)))
+   `(bongo-artist ((,class :foreground ,magenta)))
+   `(bongo-currently-playing-track ((,class :inherit bold)))
+   `(bongo-elapsed-track-part ((,class :background ,blue-refine-bg :foreground 
,blue-refine-fg :underline t)))
+   `(bongo-filled-seek-bar ((,class :background ,cyan-subtle-bg :foreground 
,fg-main)))
+   `(bongo-marked-track ((,class :foreground ,fg-mark-alt)))
+   `(bongo-marked-track-line ((,class :background ,bg-mark-alt)))
+   `(bongo-played-track ((,class :foreground ,fg-unfocused :strike-through t)))
+   `(bongo-track-length ((,class :foreground ,blue-alt-other)))
+   `(bongo-track-title ((,class :foreground ,blue-active)))
 ;;;;; boon
    `(boon-modeline-cmd ((,class :inherit modus-theme-active-blue)))
    `(boon-modeline-ins ((,class :inherit modus-theme-active-red)))



reply via email to

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