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

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

[elpa] externals/modus-vivendi-theme f10541a 53/73: Tweak colours of bon


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme f10541a 53/73: Tweak colours of bongo-elapsed-track-part
Date: Wed, 26 Aug 2020 09:21:02 -0400 (EDT)

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

    Tweak colours of bongo-elapsed-track-part
    
    This avoids potential confusion when the mouse pointer highlights the
    currently playing track.
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c11fcee..5007f90 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1317,7 +1317,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(bongo-album-title ((,class :foreground ,cyan-active)))
    `(bongo-artist ((,class :foreground ,magenta-active)))
    `(bongo-currently-playing-track ((,class :inherit bold)))
-   `(bongo-elapsed-track-part ((,class :background ,blue-refine-bg :foreground 
,blue-refine-fg :underline t)))
+   `(bongo-elapsed-track-part ((,class :inherit modus-theme-subtle-magenta 
:underline t)))
    `(bongo-filled-seek-bar ((,class :background ,blue-subtle-bg :foreground 
,fg-main)))
    `(bongo-marked-track ((,class :foreground ,fg-mark-alt)))
    `(bongo-marked-track-line ((,class :background ,bg-mark-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 6d23dbc..6d27990 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1317,7 +1317,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(bongo-album-title ((,class :foreground ,cyan-active)))
    `(bongo-artist ((,class :foreground ,magenta-active)))
    `(bongo-currently-playing-track ((,class :inherit bold)))
-   `(bongo-elapsed-track-part ((,class :background ,blue-refine-bg :foreground 
,blue-refine-fg :underline t)))
+   `(bongo-elapsed-track-part ((,class :inherit modus-theme-subtle-magenta 
:underline t)))
    `(bongo-filled-seek-bar ((,class :background ,blue-subtle-bg :foreground 
,fg-main)))
    `(bongo-marked-track ((,class :foreground ,fg-mark-alt)))
    `(bongo-marked-track-line ((,class :background ,bg-mark-alt)))



reply via email to

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