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

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

[elpa] externals/modus-operandi-theme 59c2a87 123/153: Add support for m


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 59c2a87 123/153: Add support for mpdel
Date: Thu, 18 Mar 2021 13:47:54 -0400 (EDT)

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

    Add support for mpdel
    
    This addresses issue 99:
    https://gitlab.com/protesilaos/modus-themes/-/issues/99
    
    Thanks to Damien Cassou for reporting the problem.
---
 doc/modus-themes.org    | 1 +
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index f4e5366..546c196 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -1379,6 +1379,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + modeline
 + mood-line
 + moody
++ mpdel
 + mu4e
 + mu4e-conversation
 + multiple-cursors
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 56c969a..7f91262 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -236,6 +236,7 @@
 ;;     minimap
 ;;     modeline
 ;;     mood-line
+;;     mpdel
 ;;     mu4e
 ;;     mu4e-conversation
 ;;     multiple-cursors
@@ -3375,6 +3376,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(mood-line-status-success ((,class :foreground ,green-active)))
    `(mood-line-status-warning ((,class :inherit bold :foreground 
,yellow-active)))
    `(mood-line-unimportant ((,class :foreground ,fg-inactive)))
+;;;;; mpdel
+   `(mpdel-browser-directory-face ((,class :foreground ,blue)))
+   `(mpdel-playlist-current-song-face ((,class :inherit bold :foreground 
,blue-alt-other)))
 ;;;;; mu4e
    `(mu4e-attach-number-face ((,class :inherit bold :foreground ,cyan-alt)))
    `(mu4e-cited-1-face ((,class :foreground ,blue-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a9b907f..99f2b7e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -236,6 +236,7 @@
 ;;     minimap
 ;;     modeline
 ;;     mood-line
+;;     mpdel
 ;;     mu4e
 ;;     mu4e-conversation
 ;;     multiple-cursors
@@ -3375,6 +3376,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(mood-line-status-success ((,class :foreground ,green-active)))
    `(mood-line-status-warning ((,class :inherit bold :foreground 
,yellow-active)))
    `(mood-line-unimportant ((,class :foreground ,fg-inactive)))
+;;;;; mpdel
+   `(mpdel-browser-directory-face ((,class :foreground ,blue)))
+   `(mpdel-playlist-current-song-face ((,class :inherit bold :foreground 
,blue-alt-other)))
 ;;;;; mu4e
    `(mu4e-attach-number-face ((,class :inherit bold :foreground ,cyan-alt)))
    `(mu4e-cited-1-face ((,class :foreground ,blue-alt)))



reply via email to

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