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

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

[elpa] externals/modus-operandi-theme 0559f99 106/112: Use right colours


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 0559f99 106/112: Use right colours for PROCED marks
Date: Mon, 30 Mar 2020 15:59:49 -0400 (EDT)

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

    Use right colours for PROCED marks
    
    Implements some new colours that are more appropriate for marking
    purposes.
    
    See commit 1744afe for the new colour values and then c6aaf97 for what
    informed this change.
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index d107fe9..760b023 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2333,8 +2333,8 @@ between foreground and background is >= 7:1)."
    `(powerline-evil-replace-face ((,class (:inherit modus-theme-active-red))))
    `(powerline-evil-visual-face ((,class (:inherit modus-theme-active-cyan))))
    ;;;; proced
-   `(proced-mark ((,class (:foreground ,magenta-alt :weight bold))))
-   `(proced-marked ((,class (:inherit modus-theme-intense-magenta))))
+   `(proced-mark ((,class (:foreground ,blue-alt :weight bold))))
+   `(proced-marked ((,class (:background ,bg-mark-other :foreground 
,fg-mark-other :weight bold))))
    `(proced-sort-header ((,class (:foreground ,fg-special-calm :weight bold 
:underline t))))
    ;;;; prodigy
    `(prodigy-green-face ((,class (:foreground ,green))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0290552..82f0faa 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2333,8 +2333,8 @@ between foreground and background is >= 7:1)."
    `(powerline-evil-replace-face ((,class (:inherit modus-theme-active-red))))
    `(powerline-evil-visual-face ((,class (:inherit modus-theme-active-cyan))))
    ;;;; proced
-   `(proced-mark ((,class (:foreground ,magenta-alt :weight bold))))
-   `(proced-marked ((,class (:inherit modus-theme-intense-magenta))))
+   `(proced-mark ((,class (:foreground ,blue-alt :weight bold))))
+   `(proced-marked ((,class (:background ,bg-mark-other :foreground 
,fg-mark-other :weight bold))))
    `(proced-sort-header ((,class (:foreground ,fg-special-calm :weight bold 
:underline t))))
    ;;;; prodigy
    `(prodigy-green-face ((,class (:foreground ,green))))



reply via email to

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