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

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

[elpa] externals/modus-operandi-theme 8c7cce9 031/112: Tweak the colours


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 8c7cce9 031/112: Tweak the colours of `helm-resume-need-update'
Date: Mon, 30 Mar 2020 15:59:32 -0400 (EDT)

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

    Tweak the colours of `helm-resume-need-update'
    
    This is based on the feedback that was presented in issue 22:
    https://gitlab.com/protesilaos/modus-themes/-/issues/22
---
 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 eb2b3c1..ab1a974 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1349,7 +1349,7 @@ between foreground and background is >= 7:1)."
    `(helm-non-file-buffer ((,class (:foreground ,fg-alt))))
    `(helm-prefarg ((,class (:foreground ,red-active))))
    `(helm-resume-need-update ((,class (,@(and (>= emacs-major-version 27) 
'(:extend t))
-                                       :inherit modus-theme-intense-red))))
+                                       :inherit modus-theme-refine-magenta))))
    `(helm-selection ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
                               :inherit modus-theme-refine-blue :weight bold))))
    `(helm-selection-line ((,class (,@(and (>= emacs-major-version 27) 
'(:extend t))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index aa3a900..60e8152 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1349,7 +1349,7 @@ between foreground and background is >= 7:1)."
    `(helm-non-file-buffer ((,class (:foreground ,fg-alt))))
    `(helm-prefarg ((,class (:foreground ,red-active))))
    `(helm-resume-need-update ((,class (,@(and (>= emacs-major-version 27) 
'(:extend t))
-                                       :inherit modus-theme-intense-red))))
+                                       :inherit modus-theme-refine-magenta))))
    `(helm-selection ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
                               :inherit modus-theme-refine-blue :weight bold))))
    `(helm-selection-line ((,class (,@(and (>= emacs-major-version 27) 
'(:extend t))



reply via email to

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